Skip to main content
GET
/
print
/
open_cash_drawer
Open cash drawer
curl --request GET \
  --url https://fbox.ngrok.io/print/open_cash_drawer
{
  "data": null,
  "error": null,
  "is_success": true
}

Overview

The Open Cash Drawer API is used to remotely trigger the opening of a connected cash drawer. This endpoint is typically used in POS systems when a manual drawer opening is required (for example, cash withdrawal or inspection).

Authorization

🔓 Authorization is NOT required for this endpoint.

Notes

  • The endpoint performs a hardware-related action
  • A successful request does not return any payload data
  • Errors are returned in a unified error object

Response

Cash drawer opened successfully