Braze Event - Loyalty Check-in

This includes user loyalty check-in events triggered as they happen in the Punchh system.

{
  "events": [
    {
      "external_id": "18268",
      "name": "checkins_loyalty",
      "properties": {
        "campaign_name": "Braze Extra Points Campaign",
        "channel": "POS",
        "punchh_key": "PUNCHH_KEY_GOES_HERE",
        "receipt_date": "2021-08-16T19:14:00Z",
        "status": "loyalty",
        "store_number": "39450",
        "transaction_no": "3402723307",
        "bar_code": "BARCODE_GOES_HERE",
        "location_id": 1666,
        "points_earned": 10,
        "receipt_amount": 11.99,
        "created_at": "2021-08-16T15:11:54Z",
        "refreshed_at": "2021-08-16T15:14:51Z",
        "location_name": "LOCATION_NAME_GOES_HERE",
        "expiring_on": "2021-08-21",
        "free_punchh_campaign_id": 72,
        "approved": true,
        "checkin_id": 138892,
        "menu_items": [
          {
            "item_amount": 0.33,
            "item_name": "Sample Item 1",
            "item_qty": 3,
            "menu_family": "811",
            "menu_item_id": "659",
            "menu_item_type": "M",
            "menu_major_group": "506",
            "serial_number": "1"
          }
        ],
        "pending_refresh": false,
        "points_spent": 0,
        "redemption_id": 0,
        "campaign_id": 72,
        "first_punchh_at_location": true,
        "updated_at": "2021-08-16T15:14:51Z",
        "business_uuid": "BUSINESS_UUID_GOES_HERE",
        "first_punchh_at_business": true,
        "external_uid": "EXTERNAL_UID_GOES_HERE",
        "checkin_type": "PosCheckin",
        "earnable_amount": 9.99,
        "campaign_type": "PostCheckinCampaign"
      },
      "time": "2021-08-16T15:15:14Z"
    }
  ]
}

Response Parameters

See the table in the Response Parameters section in Event - Check-in - Gift and Loyalty for descriptions of the parameters in the properties object.