When it fires
When a merchant resumes apaused subscriber from the dashboard. The subscriber’s status transitions back to active. Billing will resume on the next cycle.
What to do
- Restore access to your product
- Update your internal subscription record to
active - Optionally send the customer a “your subscription is back” email
Payload
| Field | Type | Description |
|---|---|---|
event | string | Always subscriber.resumed |
subscriberId | string | UUID of the subscriber record |
merchantId | string | Your merchant account UUID |
planId | string | UUID of the plan |
email | string | Subscriber email address |
status | string | Always active |
currentPeriodEnd | string | ISO 8601 — end of the active billing period |
timestamp | string | ISO 8601 — when the event was generated |
Handler example
Node.js
Related events
subscriber.paused— The event that preceded this one.subscriber.past_due— Next billing cycle; a renewal invoice will be created.