For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 according to the 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.

The Receipt URL should be generated using the following pattern: https://dev.rece.to/ns/<namespace>/r/<receipt_id>

Receipt delivery via Receipt Link

Last updated