Braze Event - Coupon Redemptions
This includes events where a coupon is redeemed in the Punchh system. These events are triggered as they happen in the Punchh system.
{
"events": [
{
"external_id": "EXTERNAL_ID_GOES_HERE",
"name": "user_coupon_redemptions",
"properties": {
"applicable_flat_discount": 2,
"applicable_percentage_discount": 0,
"bar_code": "BARCODE_GOES_HERE",
"business_uuid": "BUSINESS_UUID_GOES_HERE",
"code": "CODE_GOES_HERE",
"coupon_campaign_id": 200,
"coupon_id": COUPON_ID_GOES_HERE,
"coupon_type": "discount",
"created_at": "2024-03-04T15:39:46Z",
"discount": 2,
"email": "test@example.com",
"employee_id": "234567",
"expiry_at": "2024-03-14T06:59:59Z",
"location_id": 351103,
"processed_at": "2024-03-04T15:39:46Z",
"receipt_amount": 5.75,
"receipt_datetime": "2023-12-01T06:18:00Z",
"receipt_subtotal_amount": 5.75,
"redeemable": {
"redeemable_id": null
},
"status": "honored",
"transaction_no": "TRANSACTION_NUMBER_GOES_HERE",
"updated_at": "2024-03-04T15:39:46Z",
"user_coupon_redemption_id": 281,
"user_id": 111111111
},
"time": "2024-03-04T15:40:00Z"
}
],
"partner": "punchh"
}
Response Parameters
| partner | String | Integration partner through which the event is generated. Valid value: punchh. This value should always be set as "punchh" when sending the event. |
See the table in the Response Parameters section in Event - Coupon Redemption for descriptions of the parameters in the properties object.