Fires when a subscription renewal payment is successfully processed. The eventType is subscription_renewed. Categories: COMMERCE, PAYMENT.
š
| Field | Guarantee |
|---|
subscription_id, subscription_status, total_value_cents, currency, ecommerce_order_id, commerce_status, payment_status | ā
Always present |
{
"event_type": "subscription_renewed",
"api_version": "2026-08-09",
"timestamp": "2026-05-26T12:00:00.000Z",
"affiliate_id": "aff::example",
"patient_id": "pat::example",
"patient_external_id": "ext-patient-123",
"patient_marketing_consent": true,
"is_returning_patient": false,
"subscription_id": "esub::example",
"subscription_status": "active",
"total_value_cents": 4999,
"currency": "usd",
"ecommerce_order_id": "eord::example",
"commerce_status": "paid",
"payment_status": "collected"
}
| Field | Type | Always? | Notes |
|---|
subscription_id, subscription_status | string | ā
| |
total_value_cents, currency | number/string | ā
| |
ecommerce_order_id, commerce_status, payment_status | string | ā
| The renewal order created for this cycle |