Skip to main content

Get POS Receipt Promotion

Using this endpoint, it is possible to obtain QR codes that need to be printed on the receipt (you can configure what the QR code should be generated for in the account manager panel in CMC). GET /pos//receipt/promotion/location/

Input parameters

Field nameDescription
posSystemIdThe identifier of the POS system (e.g., pax, clover)
posLocationIdID of the location where the receipt will be printed (qr code settings depend on the location)

Response

{
  "data": {
    "primaryText": "string",
    "secondaryText": "string",
    "imageUrl": "string",
    "posStatus": "Accepted"
  }
}

Response parameters

Field nameDescription
dataData Block
primaryTextMain text
secondaryTextAdditional text
imageUrlURL to the QR code image that needs to be printed on the receipt
posStatusOnly “Accepted” POS can send a transaction (POS must be registered with CMC in order to use this endpoint)

Example

зображення-20250730-122121.png