#Shoesy-bacs
1 messages · Page 1 of 1 (latest)
api
👍 Do you have a request ID I can take a look at?
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
👍 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)?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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
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
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
Ok, how can I make it show up alongside cards?
When you create your payment link you should completely omit payment_method_types from your creation request
I’ll test again, but from previous experience I don’t think that works
Let me try again so I’m double sure
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
Thank you 🙏
Yeah, just tried it again - no Bacs turns up
Here's the id: req_9pDbuidTvW4ClP
That's strange - give me a few minutes to take a look
Thanks very much
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.