Braze Event - Redemptions

This includes user redemptions create/update events triggered as they happen in the Punchh system.

{
  "events": [
    {
      "properties": {
        "redemption_code_discount": 1,
        "redemption_code_subtotal_amount": 10,
        "redemption_status": "redeemed",
        "store_number": "39450",
        "created_at": "2021-08-16T15:24:48Z",
        "expiring_on": "2021-08-16T19:24:48Z",
        "redeemed_menu_items": [
          {
            "item_qty": 2,
            "menu_family": "3000",
            "menu_item_type": "M",
            "menu_major_group": "3000",
            "serial_number": "1",
            "menu_item_id": "260035",
            "item_amount": 10,
            "item_name": "Spicy Polynesian Poke Bwl"
          }
        ],
        "redemption_code_id": 3564,
        "redemption_code_receipt_amount": 10,
        "redemption_code_status": "processed",
        "channel": "POS",
        "redeemable_id": 121,
        "redeemed_points": 1,
        "points_requested": 10,
        "redemption_code_processed_at": "2021-08-16T15:24:48Z",
        "redemption_code_receipt_datetime": "2021-07-17 02:13:00 -0700",
        "bar_code": "04672323305",
        "location_id": 1666,
        "location_name": "LOCATION_NAME_GOES_HERE",
        "redemption_code_transaction_no": "3502762395",
        "redemption_id": 2188,
        "redemption_type": "RedeemableRedemption",
        "updated_at": "2021-08-16T15:24:48Z",
        "business_uuid": "BUSINESS_UUID_GOES_HERE",
        "internal_tracking_code": "8128203",
        "redeemable_name": "Free Coke (R)"
      },
      "time": "2021-08-16T15:24:54Z",
      "external_id": "EXTERNAL_ID_GOES_HERE",
      "name": "redemptions"
    }
  ]
}

Response Parameters

Properties
redemption_code_discount Float Discount allowed for the redemption as per configured qualification criteria
redemption_code_subtotal_amount Float Subtotal amount of the receipt
redemption_code_receipt_amount Float Receipt amount (ideally should be the same as the subtotal amount)
redemption_code_status String Status of the redemption code (i.e., processed, expired, redeemable, cancelled)
redemption_code_processed_at Date_time Timestamp when the redemption was processed
redemption_code_receipt_datetime Float Receipt amount (ideally should be the same as the subtotal amount)
redemption_code_transaction_no String Transaction number of the order

See the table in the Response Parameters section in Event - Redemptions for descriptions of the remaining parameters in the properties object.