Skip to main content

Purpose

Fetch the final state of a single receipt, including payment breakdowns and line items.

HTTP Request

This endpoint requires authentication. Include your JWT in the x-token header. See Authentication for how to obtain a token and Errors for error responses.

Path Parameters

Query Parameters

string
Include related resources in the response. Supported values:
  • receipt_products — line items on the receipt
  • receipt_products.modificators — modifiers applied to each line item

Request Example

Response

200 OK — Receipt

404 Not Found — Invalid ID

Field Reference

Receipt object

See Payment method for the payment_methods[] structure.

receipt_products[]

Included when with[]=receipt_products is passed. Each item represents one line on the receipt.

Notes

  • Closed receipts store the final totals; quantities and amounts cannot be edited through this endpoint.
  • Use receipt_products for reconciliation with inventory or accounting systems.
  • The response also includes time, timestamp, and unix fields for diagnostics; these are omitted from the example for brevity.
  • Combine with the list endpoint when you need to cross-check totals before exporting reports.