#Mahesh-bacs
1 messages · Page 1 of 1 (latest)
can I able to do recurring payment in bacs
Yep, I recommend taking a look at our docs here: https://stripe.com/docs/payments/payment-methods/bacs-debit
I need to store customer account detail for recurring payment
Yep, it talks about how to do that in the guide. You can either store the details up front and then create the recurring payments later, or you can use the initial payment to store the paymentmethod with a customer and use it later on.
can you please share link docs so I can store the bank detail
can we able to give recurring payment fixed date
If you use Stripe Billing and create Subscriptions then yes.
Take a look at https://stripe.com/docs/billing/subscriptions/overview
if I am using bacs payment and that payment I want do recurring format
Yep so you can either create a Subscription and the payment will be handled automatically, or you can charge on a recurring basis via your own integration.
How I can handle by own
You would create PaymentIntents and charge the saved Bacs Debit paymentmethod. We show how to do that in the guide I shared above here: https://stripe.com/docs/payments/bacs-debit/save-bank-details#charge-later