Skip to main content

subscription.paused

Generated from COPE public event contracts. Do not edit this page by hand.
Use this event to stop expecting renewal charges on a subscription. pause_reason says why, and the two reasons behave differently. business_request means you paused the subscription through the API: it reads paused, no renewal is charged, and it stays paused until you resume it, which sends subscription.resumed. payment_failed means a recurring charge failed and collection is held while the payment is retried: the subscription reads overdue, not paused, collection restarts by itself once the buyer pays, and that restart sends no subscription.resumed. Identify the subscription by subscription.id, with subscription_id carrying the same value until it retires; line_item_id, business_id and processor_subscription_id are internal references, so do not store them.

Delivery Contract

Payload Fields

Example CloudEvent

Compatibility

Fields may be added within the same major version. Removing or changing the meaning of a documented field requires a new event version.