#ufo-bacs-setupintents

1 messages · Page 1 of 1 (latest)

ionic hawk
#

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)

stable sundial
#

Ahh okay, I was trying to create a setup intent without checkouts stripe.setupIntents.create({ customer: customer.id, payment_method_types: ['bacs_debit'], });

ionic hawk
#

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!

stable sundial
#

It's exactly what I want, being able to integrate an iframe into my current site.

ionic hawk
#

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