#MAL
1 messages · Page 1 of 1 (latest)
Hi there
If you are creating the bank account server-side then you use a SetupIntent to verify it. You can also create the PaymentMethod when you create the SetupIntent as we show here: https://stripe.com/docs/payments/ach-debit/migrations#migrate-payment-processor
You would not use verification_method skip though
Unless you are migrating
So basically.... create a SetupIntent using: https://stripe.com/docs/api/setup_intents/create and use parameters confirm and mandate_data and payment_method
Thank you so much