Subscription order downgraded
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of order-related webhook event.

subscriptionIdstring

ID of the order.

Example:"sub_01HRF27SATGE4Z6PBJE6PD8328"
eventTypestring

Type of event that triggered the webhook.

Enum:"order-completed""order-abandoned""subscription-activated""subscription-canceled""subscription-churned""subscription-downgraded""subscription-modified""subscription-reactivated""subscription-renewal-reminder""subscription-renewed"
_embeddedobject

Embedded objects related to the order event.

Payload
{ "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "eventType": "order-completed", "_embedded": { "subscription": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.