Confirmation (Deprecated)
Deprecated - Do not use. Confirm 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
message
Server Error
/confirmation
202 Confirmation Accepted
curl -X post https://CloudLinkApi/confirmation -H 'X-API-KEY: your-access-key-here' -d '{ "uti": "string", "deviceToken": "string" } '
{ "message": "Accepted" }
401 Unauthorized
curl -X post https://CloudLinkApi/confirmation -H 'X-API-KEY: your-access-key-here' -d '{ "uti": "string", "deviceToken": "123456" } '
{ "message": "Unauthorized" }
500 Server error
curl -X post https://CloudLinkApi/confirmation -H 'X-API-KEY: your-access-key-here' -d '{ "uti": "string", "deviceToken": "123456" } '
{ "message": "Server Error" }