read_customers scope.
This webhook is currently only triggered for voucher and gift card
rewards
Payload
Customer object with the same shape as the Customers
API
response
Title of the reward that was claimed
The type of the claimed reward. One of:
voucher or gift_cardThe type of discount provided. One of:
flat or percentageThe voucher (coupon) code linked to the claimed reward. Only included if the
reward type is
voucherThe discount provided by the claimed reward as a decimal value, e.g. $5 will
be
5. Only included if the reward type is voucherThe final four characters of the gift card applied. Only present if the
claimed reward was a gift card
The currency of the gift card. Only present if the claimed reward was a gift
card
The initial balance of the gift card as a decimal value, e.g. $5 will be
5.
Only present if the claimed reward was a gift cardThe current balance of the gift card as a decimal value, e.g. $5 will be
5.
Only present if the claimed reward was a gift cardExample
Example