Set up payment location.
Set up a new payment location or update an existing one. A paymentLocation is required either way. Having a registered payment location is a prerequisite for the POS system to create payments.
POST
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
Unique identifier of POS in payment service. Recommended pattern is '{storeId}_{posId}'.
Maximum string length:
128Body
application/json
The payment location details
The store identifier
Required string length:
1 - 64Payment location type
Minimum string length:
1The qr code assigned to the payment location
Maximum string length:
64Allows to re-assign the qrCode if it's already assigned to another payment location
Response
OK
The response is of type object.
Last modified on August 10, 2026