API Docs
Subscriptions
API ReferenceSubscriptionsPause

Pause Subscription

Pauses an active subscription. Billing stops while the subscription is paused and resumes when the subscription is unpaused.

POST /subscriptions/{subscription_id}/pause

Path Parameters

ParameterTypeRequiredDescription
subscription_idstringYesThe unique identifier for the subscription.

Headers

HeaderTypeRequiredDescription
api-keystringYesYour secret API key.
X-Profile-IdstringYesProfile ID for authentication.

Body Parameters

ParameterTypeRequiredDescription
pause_optionstringNoWhen to pause the subscription: immediately, end_of_term, or specific_date. Defaults to immediately if omitted.
pause_atstringNoISO 8601 date when the subscription should be paused. Required when pause_option is specific_date.

Request Example