Skip to main content
GET
/
order
/
print
Print last order receipt
curl --request GET \
  --url https://api.example.com/order/print
{
  "data": null,
  "error": {
    "code": 123,
    "message": "<string>",
    "data": null
  },
  "is_success": true
}

Overview

The Order Print API is used to print a copy of the last fiscal receipt. This operation sends a command to the fiscal printer to reprint the most recent order without creating a new transaction. Authorization is not required.

Response Fields

✅ Success Response 200

FieldTypeDescription
datanullNo data returned
errornullAlways null
is_successbooleanAlways true

🚫 Error Response 200

FieldTypeDescription
datanullNo data returned
error.codeintegerError code
error.messagestringError description
error.dataany | nullAdditional error data
is_successbooleanAlways false

Common Error Codes

CodeDescription
101Printer not working

Response

200 - application/json

Print result

data
unknown
error
object
is_success
boolean