v1
latestOpenAPI 3.0.12026-07-225791279.7 KBSubscription Lifecycle
Resume Subscription
This resumes a paused subscription and schedules the next recurring charge.
Note:
- Only subscriptions with a status of PAUSED can be resumed.
patch/subscription/api/v1/subscriptions/{id}/resume
Path parameters
idstring required
The ID of the subscription.
Response
Request Successful
Example response
{
"success": true,
"message": "Subscription resumed",
"data": {
"id": 22,
"customerId": "test-trial-2",
"customerEmail": "johndoe@gmail.com",
"status": "ACTIVE",
"enrollmentReference": "SUBREF_EE9A8CD25F38423B87",
"enrollmentTxnReference": "SUB_ENROLL_22_1783543549106"
}
}