#Ian Kaplan-subscription-schedule
1 messages · Page 1 of 1 (latest)
completed happens when the last phase of the schedule finishes without cancelling and the subscription is left in place https://stripe.com/docs/billing/subscriptions/subscription-schedules#completing-schedule
got it so if i set to cancel and the underlying subscription is canceled i should expect to see canceled?
yep
just want to confirm because if i were to set to release what would be the difference that would lead to seeing 'released' as opposed to 'completed'
?
released will be a result of this call https://stripe.com/docs/api/subscription_schedules/release
So completed is if the schedule runs its full course and there is nothing left for it to do. released is for when that schedule is purposely released with that call before its phases have finished