Redeem Webhook
This webhook is triggered when a voucher is redeemed. The following data will be sent:
{
"account_id": "1075",
"account_company_name": "beethoven",
"voucher_code": "QHLG-BH68-NJ37",
"redeemed_amount_in_cents": 17900,
"new_balance_in_cents": 0,
"product_id": "1ff560a4-5f12-4183-8f78-d15fadfec5c0",
"product_name": "Voucher 1"
}
Updated almost 2 years ago