Skip to main content
GET
Get payment location details

Authorizations

Authorization
string
header
required

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

Path Parameters

paymentLocationId
string
required

The payment location identifier

Response

OK

id
string
required

The payment location identifier

Minimum string length: 1
storeId
string
required

The store identifier

Minimum string length: 1
createdAt
string<date-time>
required

Indicates when the payment location was created

state
enum<string>
required
Available options:
NotCheckedIn,
WaitingPosRegistration,
WaitingAmount,
WaitingMemberConfirmation
type
enum<string>
required
Available options:
Cashier,
SelfCheckout
qrCodes
object[]
required

The collection of qr codes assigned to the current payment location

Last modified on August 10, 2026