{
"event": {
"id": "<string>",
"type": "<unknown>",
"api_version": "2025-09",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"coupon": {
"type": "<unknown>",
"id": "<string>",
"percent": 123,
"name": "<string>",
"code": "<string>",
"title": "<string>",
"public": true,
"max_redemptions": 123,
"duration": "once",
"billing_period": "monthly",
"months": 123,
"auto_apply_to": {
"unit_types": true,
"protections": true,
"products": true,
"subscriptions": true
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Triggered when the coupon is updated.
{
"event": {
"id": "<string>",
"type": "<unknown>",
"api_version": "2025-09",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"coupon": {
"type": "<unknown>",
"id": "<string>",
"percent": 123,
"name": "<string>",
"code": "<string>",
"title": "<string>",
"public": true,
"max_redemptions": 123,
"duration": "once",
"billing_period": "monthly",
"months": 123,
"auto_apply_to": {
"unit_types": true,
"protections": true,
"products": true,
"subscriptions": true
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Coupon Updated Webhook Body
Show child attributes
Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.
Was this page helpful?