#sunny-paymentlink-bacsdebit
1 messages · Page 1 of 1 (latest)
@mighty onyx Hello! That connected account needs to have BACS Debit configured and enabled for it to work. Did you do this already? Like you need the right capability and it also depends on the type of connected account you're using
sunny-paymentlink-bacsdebit
we are using Express for connected accounts
Okay so you must be creating the PaymentLink on your platform right? Did you properly configure that connected account for BACS Debit with the right capability and settings?
that's one yes. Sorry that's just a small picture with no context
Make sure to read carefully https://stripe.com/docs/payments/payment-methods/bacs-debit including the Connect-specific section
sorry, here's the full one
Should bacs also be enabled when creating a payment link?
@mighty onyx I'm really sorry, it's quite hard to help right now as you haven't provided any information
PaymentLink enables all active payment methods by default unless your code explicitly overrides that. Please try and provide something I can do to help like an exact Checkout Session id for me to look at
would it help if I provided Stripe hosted invoice link?
Maybe? Sorry you explictly said "payment links" earlier which is a really specific product we offer: https://stripe.com/payments/payment-links
But now you say "invoice" which is a completely separate product that works differently
Apologies, my bad
We created invoices and generate Stripe hosted invoice links with clients, using which they can pay. Sorry for confusion earlier
We are only seeing these are payment options
We were also expecting to see UK bank accounts
payment methods for Invoices are configured in a separate part of the Dashboard: https://dashboard.stripe.com/settings/billing/invoice
Got it. In this settings, there is no method for GBP currency. Should we cnfigure the currency somewhere?
Unfortunately it might be impossible to do this as a non GB-based platform. BACS Debit only works in the UK. Maybe try forcing https://stripe.com/docs/api/invoices/create#create_invoice-payment_settings-payment_method_types yourself in your own code to have bacs_debit also for those UK-based merchants
Understood, will try this