Square API
You are viewing an old version of the API
Cash Drawers
Square API
Get details about cash drawers
Cash drawers track cash transactions so that total money in the cash drawers can be reconciled for a specific period of time (a cash drawer shift) for a particular device in a particular location. The Cash Drawers API enables you to list and retrieve cash drawers information.
Guides: Cash Drawer Shifts
Endpoints
-
List cash drawer shifts
GET /v2/cash-drawers/shifts - Provides the details for all of the cash drawer shifts for a location in a date range.
-
Retrieve cash drawer shift
GET /v2/cash-drawers/shifts/{shift_id} - Provides the summary details for a single cash drawer shift.
-
List cash drawer shift events
GET /v2/cash-drawers/shifts/{shift_id}/events - Provides a paginated list of events for a single cash drawer shift.