#JonnyDenGro
1 messages · Page 1 of 1 (latest)
Yes you can save a BACs PM with a SetupIntent and that will create a mandate https://stripe.com/docs/payments/bacs-debit/save-bank-details
Test numbers lower on that page https://stripe.com/docs/payments/bacs-debit/save-bank-details#testing
Perfect, will take a read over this page, I've been working through a different one
Does this mean I can no longer use the Stripe element JS library on my front-end to do this?
I.E it must use Stripe Checkout. I would rather design my own form if this is the case, it says to contact the sales team. Is this a chargeable feature?
You can use Stripe.js + the payment element, I am actually surprised that that doc doesn't show it as that is typically the default flow we teach with
Thanks @tired orbit, do you happen to have any other documentation that would outline this approach?
Our standard "Setup future payments" doc could be used for this https://stripe.com/docs/payments/save-and-reuse
Ah.. this looks more inline with the flow I am trying to achieve. Thank you, will work through it and get in touch if I have any other questions 🙂