#marora
1 messages · Page 1 of 1 (latest)
What kind of payment methods are you using with Setup Intents?
US bank account and card
Did you follow the guide here? https://stripe.com/docs/payments/ach-debit/set-up-payment
That outlines how to do instant verification with Stripe.js (confirmUsBankAccountSetup)
ok so during the SetupInent creation if we have instant verification enabled, there will be a form from stripe to collect bank account login details for instant verification? Is my understanding correct?
Yep, exactly. Stripe.js will handle the instant verification from you without a direct Financial Connections integration
thanks for clarifying!