Subscription Cancelled
Fired when an existing subscription is cancelled.
The unique identifier for this Paddle webhook alert. Integer value sent as a string.
The date the cancellation should come into effect, taking the customer’s most recent payment into account. The customer should be able to use the service they’ve subscribed to up until this date.
The checkout id of the order created.
The three-letter ISO currency code. Eg: USD
, GBP
. See Supported Currencies.
The email address of the customer.
The date and time the event was triggered in UTC (Coordinated Universal Time).
The value of this field 0
or 1
indicates whether the user has agreed to receive marketing messages from the vendor.
This field contains any values that you passed into the checkout using the passthrough
parameter. See the Pass Parameters documentation for more information.
The number of products or subscription seats sold in the transaction.
This is the current status of the subscription. A list of possible values and their meanings can be found under Event Statuses.
This is the unique Subscription ID for this customer’s subscription. You should store this with the customer in your database, as it is needed for making API calls.
The ID of the Subscription Plan the customer is subscribed to. (This is the value that will change upon plan change).
The price per unit of the subscription.
The customer user id.
This field contains an encrypted token that you can use to verify the request authenticity. See Verifying Webhooks.