Skip to main content

Documentation

Poll - Confirmation (Deprecated)

Deprecated - Do not use. Poll a confirmation of a sale.

    • uti

    • An id provided by the POS in a sale response. Used for message matching in a re-print.

    • deviceToken

    • The token of a PAX POS device.

    • message

    • Unauthorized

    • 500

    • Server Error

  • /poll/confirmation

  • Poll - Confirmation Accepted

  • curl -X
    post https://CloudLinkApi/poll/confirmation
    -H 'X-API-KEY: your-access-key-here'
    -d '{
      "uti": "string",
      "deviceToken": "string"  
    }
    ' 
  • {
     "message":"accepted"
    }
  • Poll - Confirmation Unauthorized

  • curl -X
    post https://CloudLinkApi/poll/confirmation
    -H 'X-API-KEY: your-access-key-here'
    -d '{
      "uti": "string", 
      "deviceToken": "12345t" 
    }
    ' 
    
  • {
      "message": "Unauthorized"
    }