Event key: order_payment_upsell

Receives a notification when an upsell is purchased.

Trigger fields

mode_int Optional Numeric

1 to receive only test mode purchases

2 to receive only live mode purchases

purchase » upsell_id Optional Numeric or array

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

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

{"event": "order_payment_upsell", "target_url": "https://mysite.com/webhooks/123/", "trigger_fields": {"mode_int": 2, "purchase": {"upsell_id": 5}}}