Printout Request

API Explorer
loading...
GET
/cgi.html-print

If the selected terminal model includes an integrated printer, it can be used as an external printer for the integrated POS system’s printing functionality. The terminal supports printing in the Courier New font, with a default width of 24 characters per line.

  • Follow the steps and references outlined in this section to print transaction receipts by sending a request from the server, register, or POS to the integrated Dejavoo payment terminal.

Request Body

application/json

Response Body

application/json

curl -X GET "https://example.com/cgi.html-print" \  -H "Content-Type: application/json" \  -d '{    "AuthKey": "",    "RegisterId": "3",    "TPN": "",    "RefId": "4",    "printer": "Welcome to Our Store",    "t": "Thank you for your purchase!",    "b": "true",    "c": "true",    "lf": "true",    "inv": "false"  }'
{
  "RefId": "string",
  "RegisterId": "string",
  "TPN": "string",
  "Message": "Success"
}