#jtrussell-ach
1 messages ยท Page 1 of 1 (latest)
๐ Happy to help
Which integration are you currently on now? Is it Payment Element?
Currently we're using an element with type card to allow users to register a payment method.
All charges are then issued server side.
Or in another scenario - we might create a subscription (our own UI/experience, with the sub created server side) but rely on the payment method that was collected previously.
You can refer to the doc for saving ACH direct debit and for future usage here: https://stripe.com/docs/payments/ach-debit/set-up-payment
ahhh, dang. I missed that the setup intent can include bank account payment types
Got it, thanks ๐
Heh, I must have looked at that page 10 times and glazed over that piece - really appreciate your help!
Glad it helps! Alternatively, you can use Payment Element to handle card and ACH direct debit instead of integrating each payment method individually: https://stripe.com/docs/payments/save-and-reuse
Sweet - thanks!
No problem! Happy to help ๐