This endpoint registers a member for a participating location with the loyalty API. This notifies you of all future payments performed by the members at locations you have access to. The payment should have taken place within a 60 minute window of the registration.
The request has been accepted. The member will be registered when a matching payment is found.
When the provided payload is not valid.
When you don't have a valid access token.
When you don't have the right permissions for a location.
{- "origin": {
- "memberId": "member-1"
}, - "paymentId": "6940871887d8",
- "paymentSource": "EFTPOS",
- "locationId": "cafe-on-main-steet"
}{- "error": "\"paymentId\" is required"
}