#iconate-achdebit-attach
1 messages · Page 1 of 1 (latest)
iconate-achdebit-attach
this is how you collect bank account details
https://stripe.com/docs/payments/ach-debit/migrations is the doc on how to use the old ba_123456
How can this be done from a tokenized perspective? Like can you use the Stripe Payment Element to handle all the sensitive inputs & validation?
and similar to the old way, once you have the token, just attach to a customer
Because I see that in the example they give, they are using the routing/account numbers directly on the server, which I would like to avoid
not sure what doc you are looking at, I gave you 2 separate ones
the first one shows you in detail how to implement this