#Temitope - subscription schedule
1 messages · Page 1 of 1 (latest)
Are you using this call? https://stripe.com/docs/api/subscription_schedules/cancel
Yes, it said can only be canceled if it's active or released
we want our customers to be able to cancel their subscriptions anytime they want
The other statuses for a schedule are not_started, completed, and canceled . For not_started, I think you can just release the schedule with our API https://stripe.com/docs/api/subscription_schedules/release#release_subscription_schedule
For completed, you would cancel the subscription itself
And for canceled, I think the subscription would already be canceled