#commento
1 messages · Page 1 of 1 (latest)
Hello
Basically you have to get approval to handle mandates with BACS Debit yourself.
So what you want to do is to write into our Support team via https://support.stripe.com/contact/login and explain your use-case to them.
ok, is it possible to do it without mandate? In test mode I managed to collect the payment method BACS and set it as default (the offline future usage is with stripe invoices) but the payment intent is created but never succeeded
No BACS requires a mandate
ok thanks for the info
If you use a Stripe hosted flow to collect/send the mandate then you don't need to be approved -- that is public
But if you are creating mandates yourself (by passing mandate_data server-side) then you do need review/approval
ok but as far as I understand the stripe flow is not with payment intent, am I wrong?
Sure it is if you use Payment Element (https://stripe.com/docs/payments/bacs-debit/accept-a-payment)
ok so the frontend must implement Payment Element and the BE should use a webhook, correct?
Yep
thanks again