Punchh · JSON Structure

Mobile Transaction Details Structure

TransactionDetails schema from PAR Punchh Mobile API

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

TransactionDetails is a JSON Structure definition published by Punchh, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

checkin redemptions

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/mobile-transaction-details-structure.json",
  "name": "TransactionDetails",
  "description": "TransactionDetails schema from PAR Punchh Mobile API",
  "type": "object",
  "properties": {
    "checkin": {
      "type": "object",
      "properties": {
        "checkin_id": {
          "type": "int32",
          "example": "500123"
        },
        "created_at": {
          "type": "datetime",
          "example": "2025-03-15T14:30:00Z"
        },
        "current_membership_level": {
          "type": "string",
          "example": "example"
        },
        "location_id": {
          "type": "int32",
          "example": "500123"
        },
        "pending_refresh": {
          "type": "boolean",
          "example": "example"
        },
        "points_earned": {
          "type": "double",
          "example": "example"
        },
        "store_number": {
          "type": "string",
          "example": "STORE-001"
        },
        "survey_url": {
          "type": "string",
          "example": "https://portal.example.com/path/abc123"
        },
        "first_checkin": {
          "type": "boolean",
          "example": "example"
        },
        "expiring_on": {
          "type": "string",
          "example": "example"
        }
      }
    },
    "redemptions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "redemption_id": {
            "type": "int32",
            "example": "500123"
          },
          "redemption_status": {
            "type": "string",
            "example": "active"
          },
          "created_at": {
            "type": "datetime",
            "example": "2025-03-15T14:30:00Z"
          },
          "updated_at": {
            "type": "datetime",
            "example": "2025-03-15T14:30:00Z"
          },
          "redeemable_id": {
            "type": "int32",
            "example": "500123"
          },
          "redeemable_name": {
            "type": "string",
            "example": "Free Appetizer"
          },
          "redeemed_value": {
            "type": "double",
            "example": "example"
          },
          "redemption_image_url": {
            "type": "string",
            "example": "https://portal.example.com/path/abc123"
          },
          "redemption_message": {
            "type": "string",
            "example": "Reward successfully applied to the order."
          },
          "redemption_tracking_code": {
            "type": "string",
            "example": "CODE-AB12CD"
          },
          "expiring_at": {
            "type": "string",
            "example": "example"
          }
        }
      }
    }
  }
}

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/mobile-transaction-details-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.