#newtreyes_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1387434755766882385
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I see here that is indicated that the on_behalf_of field should be supported.
https://docs.stripe.com/payments/payment-methods/bacs-debit#request-capability
but it looks like your Connected Account has the relevant Capability that the doc is discussing needing.
Looking around internally to see if anyone has hit this before.
Ah, if you change the value in the payment_method_types array from bacs to bacs_debit, what response do you see then?
One additional thing my prodcut team pointed out to me, which I now see shown in footnote 4 here as well, is that BACS doesn't support using Setup Intents directly. You'll need to use Checkout Sessions to set those up.
Mmmmm... interesting
I am getting the following error now:
Your account isn't configured to directly use SetupIntents to create Mandates for Bacs Direct Debits. See https://stripe.com/docs/payments/payment-methods/bacs-debit to learn more
The error message seems to imply that it is possible but our account hasn't been configured
Is that correct?
Hehe, that's a reasonable way to interpret that error message ๐
I'd suggest reaching out to our Support team with a clear explanation of your business use case if being able to use Setup Intents with BACS is crucial to your flows:
https://support.stripe.com/?contact=true
Thank you, @digital token