> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Digital Receipts

> Retrieve digital receipts for customer purchases, as JSON, rendered HTML or a barcode.

The Receipts API lets external systems retrieve and display digital receipts for customer purchases — server-to-server, for customer portals, mobile applications and other digital channels. Receipts are rendered from the purchase data loaded through the Purchase Load API, so they only exist once the purchase has been loaded.

<Columns cols={1}>
  <Card title="Receipts" icon="receipt" href="/api-reference/digital-receipts/receipts">
    List receipts, fetch one, and get its barcode.
  </Card>
</Columns>

<Info>
  **Integration guide:** [Digital Receipts](/integration/other-integrations/digital-receipts) — how receipts become available, the retrieval flow, and the 404-before-loaded edge case.
</Info>
