#letscode

1 messages · Page 1 of 1 (latest)

olive idolBOT
lavish nova
#

Right now there's no way to create Subscription Schedules using Checkout Sessions

spiral tartan
#

So how to handle this usecase?

lavish nova
#

The closest thing you can get with Checkout Sessions is create a normal subscription and after it's been created update it to be a subscrpition schedule and set the end date

spiral tartan
#

thanks for quick update @lavish nova

#

but in this video (https://www.youtube.com/watch?v=7z8mncrjq24&ab_channel=StripeDevelopers) at 11 min, he achieved this use case

In this episode, you'll learn how to use Subscription Schedules to collect a large payment over several months in installments. We'll start the Subscription with Stripe Checkout, then create a Subscription Schedule from that new Subscription assigning phases for the incremental payments, and ultimately canceling the Subscription after the final ...

▶ Play video
#

which is developed in nodejs i guess

#

I would like to show to user same

lavish nova
#

He's doing exactly what I subscribe (you can read it in the video description) - he creates the subscription in checkout and then creates a subscription schedule from the subscription that's created

#

If you want the exact ssame thing he's showing then you can just follow the tutorial

spiral tartan
#

thank you @lavish nova . I'll try this approach and observe how end-user experience