# CreatePosAuthTokenRequest

**pointOfSaleId**Payment-PointOfSaleId

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:<!-- -->&#x20;**`fb269cccfa0cc021f5d0b8eb1421646c696213e1`

**storeId**Payment-StoreId

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

**Example:<!-- -->&#x20;**`e5f28150d9e8974c58ab5ec9c4a880f8734dcf05`

CreatePosAuthTokenRequest

```
{

  "pointOfSaleId": "fb269cccfa0cc021f5d0b8eb1421646c696213e1",

  "storeId": "e5f28150d9e8974c58ab5ec9c4a880f8734dcf05"

}
```
