#tianyouli
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
could you please elaborate more?
for existing bank accounts from users
do you mean a customer has already a Payment Method of type ACH debit?
essentially we have been using the bank account info from our users placing ACH debit transactions with other payment processors, if we want to use Stripe for ACH, can we create payment method using the R/A numbers on demand via API calls (setup intent e.g.)
instead of importing or using recollecting info from user via Stripe Financial Connections
you have a couple of options here let me scratch that
the best way to reuse bank account info is using migration https://stripe.com/docs/payments/ach-debit/migrations#migrate-payment-processor
got it. that makes sense. We need to set confirm and set Mandate but looks like it is possible to migrate via setup intent creation
๐ yep that's correct