#stefanmoona-schedules
1 messages · Page 1 of 1 (latest)
@thin hollow you can't reverse the cancellation really no, you'd create a new subscription instead.
The way to 'cancel' a schedule is to use https://stripe.com/docs/api/subscription_schedules/release to allow the underlying subscription to continue running and be released from being managed by the schedule, and not https://stripe.com/docs/api/subscription_schedules/cancel
ah ok I understand