#Cecile
1 messages · Page 1 of 1 (latest)
Hi there
You want to use the Subscription Schedules API for this
Have you taken a look at https://stripe.com/docs/billing/subscriptions/subscription-schedules?
It seems to be exactly what I need but can I create them programatically on my checkout session return (as I create my susbcription at the same time?)
Yep you would use a webhook to then create the Subscription Schedule after the Checkout Session is completed
Yes ok I can work on that
Thanks for your time,