1. Help for Partners
  2. All App Partners Event

Upon Loyalty Checkin updated

When a POS updates a loyalty checkin, the Loyalty App will be notified with the following event.

EVENT loyalty_checkin_updated

Parameters

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"
    }
}