Customize receipts

United States
Canada
Europe
Latin America

Smart receipts allow you to add information to the bottom of Clover's paper and web receipts for the customer. This feature offers an easy way to encourage customer interaction and add value to the receipt.

📘

NOTE

It may take up to 10 hours for smart receipt changes to sync to merchant devices.

Add smart receipts information

  1. Log in to the Developer Dashboard.
  2. From the left navigation menu, click App Settings. The App name - App Settings page appears.
  3. On the App Settings page, click Receipt Customizations. The Edit Receipt Customizations page appears.
  4. Click Add Country. The country and language details display based on your app region. Smart Receipt Text and Smart Receipt URL fields also display on the page. See Create an app.
  5. In the Smart Receipt Text field, enter text to display at the bottom of receipts.
  6. In the Smart Receipt URL field, enter the URL (link) that displays QR codes on paper and web receipts. The URL can redirect to third-party websites.
  7. If needed, add smart receipt information for other countries where you can build and publish apps on the Clover App Market.
1798
  1. Click Save. Your receipt customizations appear on the App name - App Settings page.

📘

NOTE

URL format:
[BASE_URL]?m=[MERCHANT_ID]&o=[ORDER_ID]&p=[PAYMENT_ID]&c=p

On the smart receipt, Clover includes the following parameters in the URL you provide:

  • m - merchant ID
  • o - order ID
  • p - payment ID
  • c - receipt context (p indicates a paper receipt, indicates an iframe in a web receipt)

Paper receipts

On a paper receipt, smart receipt information displays after the regular receipt content. The name of your application displays at the bottom followed by a horizontal line. If you provide a URL, it is embedded as a QR code to the left of any smart receipt text.

391

The URL format for the QR code is:

[BASE_URL]?m=[MERCHANT_ID]&o=[ORDER_ID]&p=[PAYMENT_ID]&c=p

Web receipts

On a web receipt, the name of your application displays after the receipt details. An iframe element contains the content associated with the Smart Receipt URL you provide. The URL format for the iframe is:

[BASE URL]?m=[MERCHANT_ID]&o=[ORDER_ID]&p=[PAYMENT_ID]&c=i

The iframe's alt attribute value is the smart receipt text.

📘

NOTE

If you do not provide a URL, no smart receipt iframe displays on web receipts.