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

# Coupon QR Code

> Create a QR code for a discount coupon.

## What it's for

A coupon page presents a single offer — a discount, a buy-one-get-one deal, a promo — with product imagery, your branding, a description of the deal, a call-to-action button (e.g. "Order Now"), and a dedicated **Coupon Details** block showing a copyable code, validity window, and usage terms. It's built for print materials — flyers, packaging, in-store signage — where scanning the code should surface a redeemable offer rather than a generic landing page.

<Note>
  Like every category on this page, "Coupon QR code" isn't a separate creation route — it's the **Build a Page** flow filtered to Coupon-tagged templates.
</Note>

## Find a coupon template and reach the builder

<Steps>
  <Step title="Open Create QR Code and choose Build a Page">
    From **QR Codes → Create QR Code** (`/qr/create`), click the **Build a Page** card to open the block-based page builder's template gallery.
  </Step>

  <Step title="Filter the gallery by Coupon">
    On **Choose a template** (`/qr/new`), click the **Coupon** tag. At verification time there were exactly 2 templates: **Retail Discount** and **Food Deal**.

    <Frame caption="The template gallery filtered to the Coupon tag">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/qr-codes/create/coupon/gallery-filtered.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=25845563ba4dbc36856405ae620aabc3" alt="Template gallery filtered to the Coupon tag, showing the Retail Discount and Food Deal templates plus the Start Blank option" width="1440" height="900" data-path="images/v2/qr-codes/create/coupon/gallery-filtered.png" />
    </Frame>
  </Step>

  <Step title="Preview and select a template">
    Clicking a card opens a preview panel with the template's name, a short style description, its category tag, and a **Use this template** button. The **Food Deal** template was used for verification here — described as "Playful and rounded — a buy-one-get-one coupon for a restaurant or cafe" and tagged **Coupon**. Its preview showed a redeemable code ("PIZZABOGO") with a copy icon, validity dates, and a usage cap ("Valid for 200 uses").
  </Step>

  <Step title="Land in the page builder">
    Selecting it opens the builder at `/qr/new/landing?template=coupon-food-deal`. This template ships with 5 blocks: **Image Gallery**, **Company Branding**, **Description**, a **Button** (e.g. "Order Now"), and **Coupon Details** — all editable from the left-hand blocks panel.

    <Frame caption="The page builder canvas after opening the Food Deal coupon template">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/qr-codes/create/coupon/builder-canvas.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=93fcbada1680523fb1c08986eb3ee21a" alt="Page builder canvas showing the Food Deal coupon template with Image Gallery, Company Branding, Description, Button, and Coupon Details blocks listed in the left panel" width="1440" height="900" data-path="images/v2/qr-codes/create/coupon/builder-canvas.png" />
    </Frame>

    <Check>
      Reaching this canvas confirms the flow — you don't need to publish to verify it works. Edit the offer copy, redeemable code, and validity window in the **Coupon Details** block, then use **Publish** from the top bar when the page is ready.
    </Check>
  </Step>
</Steps>

## Creating one via the API

To create a coupon-style QR code through the API rather than the UI, use category ID `17` (labeled **Coupon**) — see [Create QR Code](/v1/api-reference/endpoint/qr_manager/create) for the full request schema and [Category List](/v1/api-reference/references/category-list) for the complete ID-to-label mapping.

## Related

* [Page Builder overview](/page-builder/overview) — the block-based editor this template opens into.
* [Templates](/page-builder/templates) — browsing, filtering, and saving your own templates in the gallery.
* [Product QR Code](/qr-codes/create/product) — a similar retail use case, showcasing a product rather than a redeemable offer.
* [Folders, tags & bulk operations](/qr-codes/manage/folders-tags-bulk-operations) — organize the QR code after publishing it.
