#gamera9e_docs
1 messages ¡ Page 1 of 1 (latest)
đ 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.
Hello
Hey
Hmm I do believe the list PaymentMethods API should return ACH CT Sources as well
You are using https://docs.stripe.com/api/payment_methods/customer_list ?
Can you share an example Customer ID you tested with and the output of that retrieval call?
Is it safe to post that in this chat?
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
stripe.customers.listSources('cus_GakSv3Frw7XDJk')
stripe.customers.listPaymentMethods('cus_GakSv3Frw7XDJk');
i used node sdk
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?
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
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
Yeah the pending status shouldn't matter afaik
Give me a few to check on current state of this
Sure