#zombiewa
1 messages · Page 1 of 1 (latest)
I believe that may be a beta feature (if it even exists). As far as I can tell, you're supposed to have collected the mandate ahead of creating the setup intent.
We collect mandate information during the payment information collection, we can alternatively start collecting it before for BACS if needed, let me try that
so we need to provide the mandate data while creating correct?
Based on our docs, you would use Checkout in setup mode to have your customer accept the mandate. You don't usually provide these details yourself, unless you've already accepted mandates from your customers: https://stripe.com/docs/payments/bacs-debit/connect/accept-a-payment
So for bacs it would have to go outside our app to setup the payment, and cant be done within the app?
We are using the stripe payment element, which in the documentation it says it does support Bacs
Specifically if you want to be able to setup the payment method for future usage. Regular payments can go through the payment element, but as of now, only Checkout can be used to set up for future payments.
Is the payment method created via the checkout flow single use or can it be used multiple times?
multiple times if you follow the guide I sent
Perfect, thanks