#james_ach-payment-methods-status
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/1356305088024543525
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
So you are attempting to save Bank debit payment methods to Customers and running into problems when the micro-deposit verification hasn't been completed?
Let's take ACH debit as an example. Can you tell me at what step you are haveing problems?
Pretty much around step 5, after customers have submitted their payment details but have had to wait for the micro-deposits to actually hit their bank account. I am trying to reflect this pending state as a payment method for the customer so that when they recieve those micro-deposits, they can click a "verify" button on the payment method.
Unfortunately, the stripe "list payment methods" does not return these for a given customer until they are verified.
I'm trying to find the best way to show a customer ALL of their payment methods, those that are pending and those that are valid. The best way I've discovered is to list their payment methods as well as list all their setup intents, looking for those setup intents that are still pending action.
Okay, I think your approach is likely the best approach in situations where your Customers cannot take advantage of instant verifications.