> For the complete documentation index, see [llms.txt](https://docs.receipthero.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.receipthero.io/receipt-link.md).

# Receipt Link

**ReceiptHero enables seamless digital receipt delivery** through **Receipt Links**, supporting various delivery methods such as **NFC**, **QR codes**, and **hyperlinks embedded in partner applications**.

**Here’s how it works:** When a receipt is sent to the [Token Receipt API](/merchant-api-group/token-receipt-api.md) according to the [Token Receipt API](/merchant-api-group/token-receipt-api.md#receipt-identifier) specification, it automatically becomes accessible via a **Receipt Link**, which points to an interactive web view of the receipt. The link URL is uniquely generated using two key identifiers: a **receipt identifier** assigned by the point-of-sale (POS) system, and a **partner namespace** provided by ReceiptHero. This URL can then be communicated to the customer through the chosen delivery method.

When a customer opens a receipt e.g. by tapping their phone on an NFC transmitter at checkout, they are directed to a web view of their receipt, enabling direct interaction without the need for registration. Customers have the option to view the receipt in a web browser, download it as a PDF, or import it into their user accounts for future reference.

{% hint style="info" %}
The **Receipt URL** should be generated using the following pattern:\
`https://dev.rece.to/ns/<namespace>/r/<receipt_id>`
{% endhint %}

<figure><img src="https://3784156306-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lt_LqXEo2nG4OZNSStI%2Fuploads%2F6lngv7LwiO6bEYAdIUFJ%2Flive_receipt_url.png?alt=media&amp;token=6d62d6d9-a701-4b7c-9a47-21af806dbb9a" alt=""><figcaption><p>Receipt delivery via Receipt Link</p></figcaption></figure>
