1. Help for Partners
  2. All App Partners Event

Upon Loyalty Checkin created

When a POS indicates that a loyalty member has entered a location, the Loyalty App will be notified with the following event.

EVENT loyalty_checkin_created

Parameters

Example

Event

{
    "event": "loyalty_checkin_created",
    "data": {
        "id": 123
        "locationId": "aH43yx2",
        "posTerminalId": "W34ed2xa",
        "status": "pending",
        "memberRef": "123-456-789",
        "uri": "https://sandbox.doshii.co/partner/v3/loyalty/checkins/123"
    }
}