#Mahesh Waman-bacs

1 messages · Page 1 of 1 (latest)

warm merlin
#

Hey! What's up?

velvet flower
#

Hey Hi

#

can I able to do recurring bacs payment using stripe check out functionlity

warm merlin
#

Yep, should work! But there's no explicit documentation on this yet

velvet flower
warm merlin
#

You can follow that, sure. The key difference is to just pass mode: 'subscription' when creating the Checkout Session

velvet flower
#

I think in this link not given that we can able to do recurring payment by stripe checkout right

#

how we the bacs payment crediential

warm merlin
#

I don't understand the question?

velvet flower
#

when I am using stripe checkout functionality in that entered payment/ bank details provided how we are going to save for reurring

#

hi

#

Hi can you please give me some brif please

warm merlin
#

What code are you using right now to collect payment details from a user with Checkout?

velvet flower
#

I am using the session Id as of now for onetime payment

#

samething we are doing in recurring payment

warm merlin
#

That can then be used for recurring payment/subscriptions

velvet flower
#

I have one more question can I able to give specific date of month to do payment recurring format

#

is it possible

#

@warm merlin

sudden valley
velvet flower
#

can I able do in bacd payment

#

can I able to use in bacs payment (billing_cycle_anchor) this attribute

sudden valley
#

Yes this should work!

velvet flower
#

okay

#

I have one more question
how i can get detail where payment is success or cancel

sudden valley
#

For subscription, you can listen to the webhook events invoice.payment_succeeded or invoice.payment_failed.

velvet flower
#

only this two event I need to use

sudden valley
#

It depends what you are trying to do. If you want to check payment status, then yes.

velvet flower
#

okay

#

if I want to give billing date 25th of every month then how I can give

sudden valley
#

You need to compute the timestamp for that date, and then pass it to the billing_cycle_anchor parameter.

velvet flower
#

okay

#

to do recurring payment
I have added product and their price then product price I need to make as recurring

#

right

sudden valley
#

Yes. One product with at least one recurring price.

velvet flower
#

okay

velvet flower
#

hi

#

await stripe.checkout.sessions.create({
})
in this method not able to do billing cycle anchor

#

billing_cycle_anchor :1649599602,

#

HI @sudden valley
can you please tell is this property I can use

#

because it giving me error

balmy venture
#

Jumping in soma needs to step away. What is the error that you're receiving? That doesn't look like a valid parameter for creating a checkout session.

velvet flower
#

yes right it's not valid parameter

#

so how I can able to do recurring payment using bacs

balmy venture
#

Sorry, not sure I follow. You don't need to pass billing_cycle_anchor to create a subscription that generates recurring payments.

velvet flower
#

hi

#

If I follow this then it will trate as bacs payment or how it will be

#

@balmy venture

balmy venture
#

Yup, that guide walks through creating subscriptions that are charged to Bacs payment methods.