#gamera9e_docs

1 messages ¡ Page 1 of 1 (latest)

main crestBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230871137345470616

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

finite lanternBOT
rugged granite
#

Hello

jovial knot
#

Hey

rugged granite
#

Hmm I do believe the list PaymentMethods API should return ACH CT Sources as well

#

Can you share an example Customer ID you tested with and the output of that retrieval call?

jovial knot
#

Is it safe to post that in this chat?

rugged granite
#

Yeah no one can do anything with object IDs unless they have access to your secret key which you should never share.

#

However, if you aren't comfortable sharing that infor here then you can work with our Support team over a secure channel via https://support.stripe.com/contact/login

jovial knot
#
 stripe.customers.listSources('cus_GakSv3Frw7XDJk')
 stripe.customers.listPaymentMethods('cus_GakSv3Frw7XDJk');
#

i used node sdk

rugged granite
#

And what does stripe.customers.listPaymentMethods('cus_GakSv3Frw7XDJk'); return?

#

Just an empty object?

#

Oh there is a Card and ACH CT Source so I assume you only see the Card?

jovial knot
#

yes

#

but sources shows both

rugged granite
#

Yeah the Sources API will indeed show both but it won't show PaymentMethods. I thought we built the list PaymentMethods API to be backward compatible but maybe we didn't build it to retrieve ACH CT... let me double check on that

jovial knot
#

The ach seems to be in pending status, so maybe that has something to do with that

#

Not showing the pm methods is why we need to move the payment methods api so i was checking if the payment methods contains everything

rugged granite
#

Yeah the pending status shouldn't matter afaik

#

Give me a few to check on current state of this

jovial knot
#

Sure

rugged granite
#

Okay yeah confirmed that this API just isn't backward compatible for ACH CT unfortunately.

#

So you are either going to need to track on your side or call both APIs