Purpose
Fetch the final state of a single receipt, including payment breakdowns, metadata, and line items generated by the POS.HTTP Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | number | Unique identifier of the receipt you want to inspect. |
Request Example
Response
200 OK — Receipt
404 Not Found — Invalid ID
Field Reference
| Field | Type | Description |
|---|---|---|
id | number | Receipt identifier. |
status | number | Workflow status code (2 = closed). |
total | number | Total paid amount. |
payment_methods | array | Detailed payment method breakdown. |
receipt_products | array | Items included in the receipt. |
meta.sale_type.name | string | Name of the sale type used. |
shift_date | string | Business day the receipt belongs to. |
Notes
- Closed receipts store the final POS totals; quantities and amounts cannot be edited through this endpoint.
- Use
receipt_productsfor reconciliation with inventory or accounting systems. - Combine with the list endpoint when you need to cross-check totals before exporting reports.
Authorizations
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Path Parameters
Receipt ID