#newtreyes_api

1 messages ยท Page 1 of 1 (latest)

elfin pikeBOT
#

๐Ÿ‘‹ 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.

digital token
elfin pikeBOT
digital token
#

Ah, if you change the value in the payment_method_types array from bacs to bacs_debit, what response do you see then?

feral topaz
#

Giving that a shot

#

one min

#

Sorry, I stepped away for a couple of mins

digital token
#

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.

Learn how your integration choices affect payment method support.

feral topaz
#

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?

digital token
#

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

feral topaz
#

Thank you, @digital token