#Karan S
1 messages · Page 1 of 1 (latest)
From update schedule method
You can use Release Subscription Schedule API to stop scheduling of its phases, but leave any existing subscription in place: https://stripe.com/docs/api/subscription_schedules/release
Updating end_behaviour in Update Subscription Schedule API will still execute scheduled subscription
Ok so it will hard delete scheduled subscription ?
From stripe ?
Yup, it will release the subscription schedule from the subscription. You can refer to the doc here: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#releasing-subscription
So what does this mean ?