When a POS updates a loyalty checkin, the Loyalty App will be notified with the following event.
EVENT loyalty_checkin_updated
Parameters
Field | Type | Description |
---|---|---|
id | Number |
The unique ID representing the loyalty checkin. |
locationId | String |
Unique hashed id for this Location. See Hashed Location IDs. |
posTerminalId | String |
Unique id for a given POS Terminal within the Location. |
status | String |
The status of the loyalty checkin. |
memberRef | String |
The member reference used to uniquely identified the loyalty member within the Loyalty App. |
uri | String |
The url of the loyalty checkin |
Example
Event
{
"event": "loyalty_checkin_updated",
"data": {
"id": 123
"locationId": "aH43yx2",
"posTerminalId": "W34ed2xa",
"status": "complete",
"memberRef": "123-456-789",
"uri": "https://sandbox.doshii.co/partner/v3/loyalty/checkins/123"
}
}
Comments
0 comments
Please sign in to leave a comment.