Pause Subscription
POST
Pauses an active subscription. Auto-renewal is suspended and /subscriptions//pauseis_active becomes false. The remaining days in the current period are stored internally and will be restored when the subscription is unpaused.
Authentication
Headers
Path Parameters
Example Request
Success Response
Returns the full subscription object in the standardSubscriptionResource shape — identical to Get Subscription, List Subscriptions, and Lookup Subscriptions. The fields most relevant to pausing are shown below — see Get Subscription for the complete field list.
Behavior
- Only
activesubscriptions can be paused - Auto-renewal is suspended — no payment attempts will be made
is_activeis set tofalse- The remaining days in the current period are stored in metadata
- When unpaused, the period is extended by the stored remaining days
- A
subscription.pausedwebhook event is dispatched
Pausing a subscription does not refund any charges. It simply stops auto-renewal and marks the subscription as inactive. Use this for temporary holds, not cancellations.

