#Sedhu

1 messages ยท Page 1 of 1 (latest)

carmine vesselBOT
calm root
#

Hi there, are you asking if you can use ACH debit in Checkout page?

fossil kettle
#

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.

calm root
#

Are you asking are there any other bank debit methods rather than BACS available in UK?

fossil kettle
#

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?

calm root
#

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.

fossil kettle
#

Yes correct.

calm root
fossil kettle
#

Thanks @calm root

Is that possible while the customer without goes to checkout page at first time, can we debit directly from bank?

calm root
#

You mean you want to collect the bacs bank details without using checkout?

fossil kettle
#

Yes correct

patent arch
#

๐Ÿ‘‹ taking over here

fossil kettle
#

Hi @patent arch

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

fossil kettle
#

We already have the bank details in our DB. SO we don't want to get again from them

patent arch
#

Collected yourself?

#

Do you have both account number and sort code?

fossil kettle
#

@patent arch We have the account number, we don't have sort code.

fossil kettle
#

@patent arch If not possible please let me know I can use first checkout page and get the details and use this for later.

patent arch
#

But if you don't have both, you would need to collect them either via Checkout or PaymentElement like I mentioned

fossil kettle
#

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.

patent arch
#

You can setup the Bacs directly tighted to a Subscription (Stripe's object)

#

then use our Subscription API

fossil kettle
#

Got it. Thanks for the assist @patent arch