Punchh · JSON Structure

Online Ordering Online Order Redemption Request Structure

OnlineOrderRedemptionRequest schema from PAR Punchh Online Ordering and SSO API

Type: object Properties: 7 Required: 7
Gift CardsGuest EngagementLoyaltyMarketingMobileOffersOnline OrderingPAR TechnologyPoint-of-SaleRestaurantRestaurant TechnologyWebhook

OnlineOrderRedemptionRequest is a JSON Structure definition published by Punchh, describing 7 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

client discount_type receipt_amount receipt_datetime store_number subtotal_amount transaction_no

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/punchh/refs/heads/main/json-structure/online-ordering-online-order-redemption-request-structure.json",
  "name": "OnlineOrderRedemptionRequest",
  "description": "OnlineOrderRedemptionRequest schema from PAR Punchh Online Ordering and SSO API",
  "type": "object",
  "properties": {
    "client": {
      "type": "string",
      "description": "Business client key.",
      "example": "business_client_key"
    },
    "discount_type": {
      "type": "string",
      "enum": [
        "reward",
        "card_completion",
        "redeemable",
        "discount_amount",
        "redemption_code",
        "subscription"
      ],
      "example": "reward"
    },
    "receipt_amount": {
      "type": "double",
      "description": "Order total before taxes.",
      "example": "example"
    },
    "receipt_datetime": {
      "type": "string",
      "description": "ISO 8601 timestamp (YYYY-MM-DDThh:mm:ssZ).",
      "example": "2025-03-15T14:30:00Z"
    },
    "store_number": {
      "type": "string",
      "description": "Redemption location.",
      "example": "STORE-001"
    },
    "subtotal_amount": {
      "type": "double",
      "description": "Pre-tax order amount.",
      "example": "example"
    },
    "transaction_no": {
      "type": "string",
      "description": "Receipt/transaction identifier.",
      "example": "TXN-784512"
    }
  },
  "required": [
    "client",
    "discount_type",
    "receipt_amount",
    "receipt_datetime",
    "store_number",
    "subtotal_amount",
    "transaction_no"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/online-ordering-online-order-redemption-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.