#Sedhu
1 messages ยท Page 1 of 1 (latest)
Hi there, are you asking if you can use ACH debit in Checkout page?
Hi @calm root I'm asking about Bacs Direct Debit payments in the UK.
Is there any other option instead of using BACS because our client are in UK.
Are you asking are there any other bank debit methods rather than BACS available in UK?
https://stripe.com/docs/payments/bank-debits#product-support in UK we only support Bacs Direct Debit for bank debits
Not sure about this, I just go through the Stripe Developer docs. And I saw this post, so I asked. I don't have much idea about this integration, could you please help me which one will suit and what are the process to integrate.
Yes, Only Bacs support in UK.
Just clarify my questions
After the customer, first payment is that possible to debit amount from their bank account without checkout page?
OK. If I understand you correctly, you want to collect a bank debit payment method through checkout page, and later use the payment method to create off_session charges.
Yes correct.
Great, this is the doc that you can use to get started https://stripe.com/docs/payments/bacs-debit/save-bank-details
Thanks @calm root
Is that possible while the customer without goes to checkout page at first time, can we debit directly from bank?
You mean you want to collect the bacs bank details without using checkout?
Yes correct
๐ taking over here
Hi @patent arch
Hmm I don't think what you were asking is possible. First time you always need to let customer go through either Checkout or Payment Element to collect their bank detail
We already have the bank details in our DB. SO we don't want to get again from them
@patent arch We have the account number, we don't have sort code.
@patent arch If not possible please let me know I can use first checkout page and get the details and use this for later.
Hi, sorry yes you need both if you want to create Payment Method out of your DB, purely by API: https://stripe.com/docs/api/payment_methods/create#create_payment_method-bacs_debit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But if you don't have both, you would need to collect them either via Checkout or PaymentElement like I mentioned
Got it. Can you please help me to use the payment method, how can I do bank direct debit after the first payment because our feature was like subscription kindaa. Can you please guide me here.
You can setup the Bacs directly tighted to a Subscription (Stripe's object)
then use our Subscription API
Got it. Thanks for the assist @patent arch