# 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="/files/gtjrgbeB2BVNtOrOuVEk" alt=""><figcaption><p>Receipt delivery via Receipt Link</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.receipthero.io/receipt-link.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
