#RG-BACS
1 messages · Page 1 of 1 (latest)
Hey! We're currently working on implementing Bacs Direct debit. There's one problem though, once we create a payment intent and we try to confirm it, it gives an error
Let me get the error real quick
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
And if I check out the docs above, I see it's supported:
I believe this is something you need to be gated into (you can see in the note here https://stripe.com/docs/payments/bacs-debit/save-bank-details#create-checkout-session that we mention you should contact support if you'd like your own form)
You should contact them at https://support.stripe.com/contact to get it enabled for your account
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Oh I see. So I wouldn't be able to use the PaymentIntent and create a payment on the backend there?
Hmm... One second - can you send over the failing request ID?
I'm catching up here as well, please send the request ID
That is: pi_3KEWUoAApNrIH10h1c8bFcv0
yep as Karbi noted, you need to write in to Stripe Support to get enabled for this integration specifically per the comment here
Got it. I'll give the sales team a call.
If I'd like to use a custom form, would that make the PaymentIntent route work?
Because if possible, we do need the backend payment route. (Via Angular 12)
If I'd like to use a custom form, would that make the PaymentIntent route work?
the custom form approach (i.e. not using CheckoutSession) is what requires the gate from the suport team
Got it, I'll reach out to them then. Clears a lot of things up. Thank you kindly for the support!