Pause Subscription
POST/subscriptions/:id/pause
Pauses an active subscription, temporarily halting the billing cycle.
Pause Effects:
- Billing is immediately suspended
- The subscription status changes to
PAUSED
- No charges will be processed while the subscription remains paused
- The current billing period end date remains unchanged
Use Cases:
- Temporary service interruptions
- Customer vacation or absence periods
- Account maintenance or dispute resolution
To resume billing, use the resume endpoint.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
- 503
A subscription object
The request is incorrect or could not be processed
Unauthorized error. Please check your auth credentials
The specified resource was not found
The request was well-formed but could not be processed due to semantic errors
Unexpected server error
The service is temporarily unavailable