#ufo-bacs-setupintents
1 messages · Page 1 of 1 (latest)
Hello! Just to confirm, are you trying to use BACS Debit directly with Setup Intents and not through Checkout? If so, that's a feature you need to request (you can do so through support at https://support.stripe.com/contact)
Ahh okay, I was trying to create a setup intent without checkouts stripe.setupIntents.create({ customer: customer.id, payment_method_types: ['bacs_debit'], });
Yeah, that won't work if you aren't added to the feature - definitely write into support so they can check to see if it can be enabled for your account!
What about the docs https://stripe.com/docs/payments/save-and-reuse?platform=web on the custom payment flow section?
It's exactly what I want, being able to integrate an iframe into my current site.
Once you're enabled for the feature you should be able to use that, but those docs are meant to be overarching guide on how to generally approach saving payment methods for any payment method type. BACS debit has more restrictions which is why you need to go through some additional steps before you can use it the way you want