#united_armadillo_01337
1 messages · Page 1 of 1 (latest)
Hi 👋
Stripe Elements does support collecting mandates. I realize the guide for saving the BACS payment method only has suggestions for using Checkout but using Checkout in setup mode does use Setup Intents under the hood
https://stripe.com/docs/payments/bacs-debit/save-bank-details
So just to be clear -- for BACS we should be using setup intents as recommended... Or can we continue to use PaymentIntents with the setupforfutureusage flag?
Either way, This can be done on the backend whilst still using Stripe Elements in the front end?
Either way will work but we recommend using Payment Intents if you would be charging the Payment method right after creating it. It saves one API request
Oh really? Interesting. We might not even need setup intents then after-all
Thank you