#letscode
1 messages · Page 1 of 1 (latest)
Right now there's no way to create Subscription Schedules using Checkout Sessions
So how to handle this usecase?
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
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 ...
which is developed in nodejs i guess
I would like to show to user same
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
thank you @lavish nova . I'll try this approach and observe how end-user experience