Event: subscription.cancelled
Dispatched when a subscription is cancelled via API (PATCH status or DELETE cancel).
Schema definition
Loading ....
| Field | Value on this event |
|---|---|
reason | cancellation_reason from the cancel request (if provided) |
effective_at | cancelled_at (UTC) |
Example
{
"event_type": "subscription.cancelled",
"subscription_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"customer_id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"plan_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"merchant_id": "2e0b4f5a-8c3d-4e1f-9a2b-1c3d4e5f6a7b",
"status": "cancelled",
"current_period_start": "2026-05-21T00:00:00Z",
"current_period_end": "2026-06-21T00:00:00Z",
"reason": "user_request",
"effective_at": "2026-05-21T16:00:00Z"
}