Routes
All routes are POST, except /supported_operations which supports GET (preferred) and optional POST with empty body.
Unknown or unsupported endpoints return HTTP 404 Not Found.
The table below lists every route this API version implements. Which of them a particular cashbox
actually serves also depends on the country's fiscal core: a route whose fiscal operation the core
does not implement is absent — it is not listed by /supported_operations and answers 404.
Malta, for example, does not allow refunds, so /refund is not available there. Always discover the
route set with /supported_operations instead of assuming the full table.
| Route | Status | Description |
|---|---|---|
/supported_operations | Implemented | Supported API operations discovery |
/sale | Implemented | Sale receipt/fiscalization |
/refund | Implemented | Refund receipt |
/check_status | Implemented | Get document status |
/check_copy | Implemented | Reprint/get receipt copy |
/x_report | Implemented | X report |
/open_shift | Implemented | Open shift |
/close_shift | Implemented | Close shift |
/check_shift | Implemented | Check shift status |
/deposit | Implemented | Cash deposit |
/withdraw | Implemented | Cash withdrawal |
/get_info | Implemented | Fiscal core info |
/dates_report | Implemented | Date range report |
/abort | Implemented | Abort by external document id |