{
"type": "subscription.trial_converted",
"entityId": "subscription-uuid",
"id": "subscription-id",
"status": "ACTIVE",
"paymentCollection": "NOT_REQUIRED",
"startDate": "2022-04-10T00:00:00.001Z",
"endDate": "2022-07-10T00:00:00.001Z",
"currentBillingPeriodStart": "2022-06-10T00:00:00.001Z",
"currentBillingPeriodEnd": "2022-07-10T00:00:00.001Z",
"billingCurrency": "ils",
"isTrialSubscription": false,
"trialEndDate": "2022-05-10T00:00:00.001Z",
"reason": "TRIAL_ENDED"
}
Fired when a trial converts to an active paid subscription. Begin billing & full entitlements.
{
"type": "subscription.trial_converted",
"entityId": "subscription-uuid",
"id": "subscription-id",
"status": "ACTIVE",
"paymentCollection": "NOT_REQUIRED",
"startDate": "2022-04-10T00:00:00.001Z",
"endDate": "2022-07-10T00:00:00.001Z",
"currentBillingPeriodStart": "2022-06-10T00:00:00.001Z",
"currentBillingPeriodEnd": "2022-07-10T00:00:00.001Z",
"billingCurrency": "ils",
"isTrialSubscription": false,
"trialEndDate": "2022-05-10T00:00:00.001Z",
"reason": "TRIAL_ENDED"
}
Minimal subscription object embedded in events.