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.
| 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 |