When it fires
When a merchant pauses anactive subscriber from the dashboard. The subscriber’s status transitions to paused. No new invoices are created while paused.
Pausing is reversible — the subscription can be resumed at any time with subscriber.resumed.
What to do
- Suspend the customer’s access or downgrade to a free tier
- Update your internal subscription record
- Optionally notify the customer that their subscription is paused
Pausing does not cancel the subscription. The subscriber retains their record and history. Access should be suspended but can be restored when the merchant resumes.
Payload
Handler example
Node.js
Related events
subscriber.resumed— Subscription reactivated; restore access.subscriber.cancelled— Permanent cancellation.