1. Help for Partners
  2. All POS vendor events

Upon Loyalty Checkin created

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

EVENT loyalty_checkin_created

Parameters

Example

Event

{
    "event": "loyalty_checkin_created",
    "data": {
        "id": 123
        "appId": 275
        "uri": "https://sandbox.doshii.co/pos/v3/loyalty/checkins/123"
    }
}