#Mahesh-bacs

1 messages · Page 1 of 1 (latest)

inner herald
#

Hi there! What can I help with?

tired smelt
#

can I able to do recurring payment in bacs

inner herald
tired smelt
#

I need to store customer account detail for recurring payment

inner herald
#

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.

tired smelt
#

can you please share link docs so I can store the bank detail

inner herald
#

I shared the docs above.

#

It has links within to both of the mentioned paths.

tired smelt
#

can we able to give recurring payment fixed date

inner herald
#

If you use Stripe Billing and create Subscriptions then yes.

tired smelt
#

if I am using bacs payment and that payment I want do recurring format

inner herald
#

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.

tired smelt
#

How I can handle by own

inner herald
tired smelt
#

payment_method: intent.payment_method,
customer: intent.customer,

#

in customer I need pass customer id or any thing other
and in payment_method what I need to pass