Braze Event - Pending Check-ins
This event is generated when any check-in goes into the pending state if the Pending point duration feature is enabled for the business. These events are triggered as they happen in the Punchh system based on configuration.
{
"events": [
{
"external_id": "EXTERNAL_ID_GOES_HERE",
"name": "transactional_notifications_pending_checkin",
"properties": {
"business_uuid": "BUSINESS_UUID_GOES_HERE",
"first_punchh_at_business": true,
"receipt_amount": 11.99,
"store_number": "39450",
"bar_code": "BAR_CODE_GOES_HERE",
"before_update_amount": 0,
"channel": "POS",
"created_at": "2021-08-16T15:11:54Z",
"external_uid": "EXTERNAL_UID_GOES_HERE",
"receipt_date": "2021-08-16T19:14:00Z",
"checkin_id": 138892,
"location_name": "LOCATION_NAME_GOES_HERE",
"expiring_on": "2021-08-21",
"first_punchh_at_location": true,
"earnable_amount": 9.99,
"errors": "",
"location_id": 1666,
"after_update_amount": 0,
"approved": true,
"status": "loyalty",
"transaction_no": "TRANSACTION_NUMBER_GOES_HERE",
"pending_refresh": true,
"points_earned": 10,
"punchh_key": "PUNCHH_KEY_GOES_HERE",
"checkin_type": "PosCheckin",
"points_spent": 0,
"updated_at": "2021-08-16T15:11:54Z"
},
"time": "2021-08-16T15:12:58Z"
}
]
}
Response Parameters
See the table in the Response Parameters section in Event - Pending Check-in for descriptions of the parameters in the properties object.