1. Help for Partners
  2. All App Partners Event

Upon Loyalty Checkin deleted

When the POS deletes a loyalty checkin that they originally created, the Loyalty App will be notified with the following event.

EVENT loyalty_checkin_deleted

Parameters

Example

Event

{
    "event": "loyalty_checkin_deleted",
    "data": {
        "id": 123
        "locationId": "aH43yx2",
        "posTerminalId": "W34ed2xa",
        "memberRef": "123-456-789"
    }
}