Skip to main content
POST
Register 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

Body

Contains the member details

memberId
string
required

The member identifier

Required string length: 1 - 36

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