Skip to main content

CreatePosAuthTokenRequest

pointOfSaleIdPayment-PointOfSaleId (string)required

A unique identifier of the Point of Sale. If specified the payment is attached to this Point of Sale. If there is a QR code attached to the same Point of Sale, this payment will be available by scanning the QR code.

Example: fb269cccfa0cc021f5d0b8eb1421646c696213e1
storeIdPayment-StoreId (string)

A unique identifier of the Store. If specified the payment is attached to this Store.

Example: e5f28150d9e8974c58ab5ec9c4a880f8734dcf05
CreatePosAuthTokenRequest
{
"pointOfSaleId": "fb269cccfa0cc021f5d0b8eb1421646c696213e1",
"storeId": "e5f28150d9e8974c58ab5ec9c4a880f8734dcf05"
}