Skip to main content
POST
Check for registered member at payment location

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

paymentLocation
string
required

The payment location identifier

Maximum string length: 128

Response

OK

memberId
string | null

Member Id, registered on POS

paymentAmountLimit
number<double> | null

Available/allowed amount for payment

Last modified on August 10, 2026