#alexesprit - Us bank accounts
1 messages · Page 1 of 1 (latest)
Sure, here is the link to docs: https://stripe.com/docs/payments/ach-debit/set-up-payment Section 6 "Verify bank account with microdeposits"
Okay and you want to default to "amounts" as opposed to "descriptior_code"?
exactly
Unfortunately I don't think that is available unless the communication with the bank fails when using the "descriptor" method.
Ok, got it. So we can go with detecting the microdeposit type and display different UI to verify a bank account.
Regarding timeouts - I've just imitate a timeout with test descriptor code, and I see the "setup_intent.setup_failed" event was fired, so I guess it works with the same way in the live mode.
Thanks for the answer!