#rook-bank-information
1 messages · Page 1 of 1 (latest)
@calm juniper you should still use our hosted flows for this
https://stripe.com/docs/payments/ach-debit/set-up-payment covers this flow in details without having to take a payment upfront
Ok thank you. I will give this a read.
awesome!
One more simple question for you, if you don't mind. Is there a hosted flow for allowing a user to enter their credit/debit card outside of paying like the bank link you sent me? I have code completed for this but wanted to make sure i'm using the latest process.
the exact same flow works for card and many other payment methods
if you use the PaymentElement it "magically" supports the majority of payment methods
https://stripe.com/docs/payments/save-and-reuse for the doc for cards
Perfect, thank you again.