Event key: order_refund_downsell

Receives a notification when a downsell is refunded, whether in full or partially.

Trigger fields

mode_int Optional Numeric

1 to receive only test mode purchases

2 to receive only live mode purchases

purchase » downsell_id Optional Numeric or array

Numeric ID of the downsell to trigger for. Example: 5

Array of numeric downsell IDs to trigger for. Example: [5, 19, 30]

{"event": "order_refund_downsell", "target_url": "https://mysite.com/webhooks/123/", "trigger_fields": {"mode_int": 2, "purchase": {"downsell_id": [5, 19, 30]}}}