v1
latestOpenAPI 3.0.32026-07-248519153.1 KBSchedule subscription cancellation
Schedule a subscription to be canceled at the end of the current billing period. Only available for Stripe, Paddle, Solidgate, Primer and Zotlo subscriptions.
put/subscription/schedule-cancellation
Request body
Example request
{
"cancel_at_period_end": true
}Response
Subscription cancellation scheduled successfully.
Example response
{
"success": 1,
"message": "Subscription has been scheduled to cancel at the end of the current billing period"
}