Event key: order_refund_bump

Receives a notification when a bump is refunded, whether in full or partially. Note: a bump's ID is the same as the product that it is attached to.

Trigger fields

mode_int Optional Numeric

1 to receive only test mode purchases

2 to receive only live mode purchases

purchase » bump_id Optional Numeric or array

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

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

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