#Shoesy-bacs

1 messages · Page 1 of 1 (latest)

upper bramble
#

Hello! Are you creating this payment link through the API or the dashboard?

prisma jolt
#

api

upper bramble
#

👍 Do you have a request ID I can take a look at?

prisma jolt
#

I think - so, let me check output

#

Hmm not sure how to find that - I'm using Integromat

#

Is this enough?

#

price_1KTVa6AGd7FOpXens8lcid3H

#

here we go sorry about that: req_RNJKWAPUKv2yZI

upper bramble
#

👍 thank you!

#

It looks like passing any value other than card for payment_method_types isn't supported right now (see https://stripe.com/docs/api/payment_links/payment_links/create?lang=python#create_payment_link-payment_method_types). Is there a reason you can't rely on setting this in your dashboard settings (https://dashboard.stripe.com/settings/payment_methods)?

prisma jolt
#

I don’t want to show cards for one, only bacs- and for two bacs doesn’t show up in the checkout anyway

#

Can I turn cards off?

#

And b, should I specify gb somehow to encourage the bacs option to show?

#

Currently I have cards and bacs turned on in payment methods btw

upper bramble
#

I don't think there's actually a way for you to turn off cards as an option for Payment Links - if you need that level of customization, you'll need to use something like CHeckout instead

prisma jolt
#

It definitely says bacs works in the docs, I just can’t see how it can work if there is no way to turn it on

#

It says it works with payment links in the usage table

upper bramble
#

Sorry let me clarify - yes, BACS works by not passing in payment_method_types at all and enabling it in the dashboard (https://dashboard.stripe.com/settings/payment_methods).

What doesn't work is you can't have only BACS turned on for a Payment Link. At a minimum, you would have BACS + cards (because there's no way to turn off cards for payment links)

#

If you're having trouble getting BACS to show up at all in your payment link I can help with that, but I can't help if you want a payment link that ONLY shows bacs

prisma jolt
#

Ok, how can I make it show up alongside cards?

upper bramble
#

When you create your payment link you should completely omit payment_method_types from your creation request

prisma jolt
#

I’ll test again, but from previous experience I don’t think that works

#

Let me try again so I’m double sure

upper bramble
#

Yeah, try it again and if it doesn't work send me the request you used to create it so I can take a look

prisma jolt
#

Thank you 🙏

#

Yeah, just tried it again - no Bacs turns up

#

Here's the id: req_9pDbuidTvW4ClP

upper bramble
#

That's strange - give me a few minutes to take a look

prisma jolt
#

Thanks very much

upper bramble
#

We had to do some digging on our end, and it turns out that BACS + Payment Links is not currently support for one-time payments. If you create a Payment Link for a recurring price, you should see BACS show up as an option.

prisma jolt
#

Ah ok, I guess that makes sense. Bit disappointing as it makes a big difference to our numbers. Oh well - guess it’s back to the drawing board.

#

Thanks again for your help