#john_ach-microdeposits
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/1267460103351570492
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Hi, let me help you with this.
Not sure I understand the scenario you're describing. What do you mean by "automatically open form to manually add bank details"?
I meant if the process to add a bank account fails for any reason, how can the Customer manually enter bank details?
I think you will see the IBAN form right away.
Hi there ๐ jumping in as my teammate needs to step away soon. Can you confirm what type of bank debit payment method you're referring to?
I am using Stripe Checkout & SetupIntent to setup Customer's payment method. I am wondering what if the Customer cannot find its bank or it fails to add due to some other error.
How can then the Customer add the details manually and verify viia micro deposits?
If you can share the specific type of bank debit payment method you're referring to I can likely point you to the best resource for that. For instance, if you're referring to ACH Direct Debit payment methods, then we discuss the flow for verifying with microdeposits here:
https://docs.stripe.com/payments/ach-debit/set-up-payment?platform=web&payment-ui=direct-api#web-verify-with-microdeposits (for a Setup Intents + Elements flow)
Gotcha, then the guide I shared walks through the flow for an integration using Setup Intents + Payment Element. The Checkout Session version of that flow supports microdeposit verification automatically.
I believe you should be able to see the option to test the microdeposit verification flow once you've built this integration in your test site. But please let me know if you're not seeing that option.
thanks
you mentioned the Checkout Session version of that flow supports microdeposit verification automatically.
what if we use the Setup Intents + Payment Element? Do we need to add that support on our side?
@iron narwhal
You may, it depends on how you'd like the flow to function. You can read more about it in the section of our guide that I linked to here.
ok. thank you
Any time!