Subscription Data Reference
Subscription Events manage changes in a patient’s subscription status, including activation, pauses, cancellations, and renewals. The event payload contains all relevant details about the subscription, the patient, the product, and its billing phases.
Subscription Event Payload
This payload is a representation of a subscription trigger event.
The payload is based on a subscription.upcoming-renewal event, but is relevant for all subscription-based trigger statuses. See the Workflow Events/Triggers article for a full list of available events.
{
"_id": "6803189d5fa95de751809d9a",
"organization": "your_org",
"customer": {
"_id": "67db225426518e7646bd28e9",
"email": "your_email@example.com",
"phone": "+1-XXX-XXX-XXXX",
"firstName": "Jhon",
"lastName": "Doe"
},
"product": "6740b2cfe34bda25c01b2108",
"phases": [
{
"price": 658,
"cycles": "1",
"requirements": [
{
"type": "qnr",
"key": "facesheet"
},
{
"type": "qnr",
"key": "facesheet_ext"
},
{
"type": "qnr",
"key": "wlus"
},
{
"type": "qnr",
"key": "govId"
},
{
"type": "qnr",
"key": "selfie"
},
{
"type": "qnr",
"key": "bodySelfie"
}
],
"fillingCycleInterval": 1,
"fillingCycleUnit": "month",
"billableCycleInterval": 1
},
{
"price": 0,
"cycles": "2",
"requirements": [
{
"type": "qnr",
"key": "wlusmonthly"
},
{
"type": "qnr",
"key": "bodySelfie"
}
],
"fillingCycleInterval": 1,
"fillingCycleUnit": "month",
"billableCycleInterval": 1
},
{
"price": 349,
"cycles": 1,
"requirements": [
{
"type": "qnr",
"key": "wlusmonthly"
},
{
"type": "qnr",
"key": "bodySelfie"
}
],
"fillingCycleInterval": 1,
"fillingCycleUnit": "month",
"billableCycleInterval": 1
},
{
"price": 349,
"cycles": 0,
"requirements": [
{
"type": "qnr",
"key": "wlusmonthly"
},
{
"type": "qnr",
"key": "bodySelfie"
}
],
"fillingCycleInterval": 4,
"fillingCycleUnit": "week",
"billableCycleInterval": 1,
"billingCycleInterval": null,
"billingCycleUnit": "week"
}
],
"currentCycle": 4,
"nextCycleDate": "2025-08-14T18:21:14.150Z",
"status": "active",
"statusHistory": [
{
"prevStatus": "active",
"newStatus": "cancelled",
"updatedAt": "2025-08-07T15:56:26.833Z",
"userId": "customer"
}
],
"currency": "USD",
"meta": {
"initialTransactionId": "transaction_id"
},
"createdAt": "2025-04-19T03:29:33.581Z",
"updatedAt": "2025-07-14T18:21:14.151Z",
"__v": 0,
"nextCycleOverrides": null,
"upcomingReminderDate": "2025-08-07T18:21:14.150Z"
}Properties Descriptions
The table below describes the parameters of the payload.