#agustinm
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Checkout does not currently support Subscription Schedules. If you wish to create a Subscription Schedule from a Checkout Session you would first create the Subscription with the Checkout Session and then create the Schedule from the existing Subscription using the from_subscription parameter.
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-from_subscription
Perfect. One more question. If i create the Schedule from the existing subscription i will lose the original data? For example the line items.
No, all the data from the Subscription will be used to create the initial phase for the Subscription Schedule. If you don't make any changes it will continue to behave just like the Subscriptions.
And can i modified the initial phase and add Iterations?
Yes you can, once it's created.
Perfect! Thanks
Happy to help ๐