#Kinno
1 messages ยท Page 1 of 1 (latest)
We list it as being supported by the payment element (though not mobile payment element) in our product page. https://stripe.com/docs/payments/bank-debits#product-support
Looking in to if we do have a doc.
Have you tried to create a payment element with a BACs enabled payment intent? If so were there any errors?
issue is we're trying to save a payment method without initiating a payment, so setup_intents
just found some small print under some documentation I can't find anymore that says that's not really supported
I managed to screenshot this before losing it ๐
Gotcha and you tried directly creating a SetupIntent with payment_method_types: ['bacs_debit']? I need to find my test GB account again to check this, figure you may have yours on hand more quickly
Found it and am testing
Actually it looks like you can just use a SetupIntent with BACs along with our payment element
So you can use this guide. https://stripe.com/docs/payments/save-and-reuse
Or are you looking to make your own form and not use the Payment Element?
that is correct
sorry for my slow responses, I'm not the FE developing this, I'm just a BE that's trying investigating if it's possible to do this or not ๐
if it's possible to use setup intents directly, does that mean that some of the documentation is out of date?<.<
Yes, I will flag that and make sure we update that in the documentation. Thanks for bringing that to my attention.
ah, so payment elements is possible but custom form is not or
is custom form also possible
Yes it is, we have a function in stripe.js for confirming BACS setup intents with details that you pass in https://stripe.com/docs/js/setup_intents/confirm_bacs_debit_setup
Looks like we don't have a tutorial on it though, do you have questions about setting your page up to call that function?
I'm good, our FE dev might ask some questions, shall he just create a new thread or is posting here fine for him as well?:D