Punchh · JSON Structure

Pos Pos Checkin Request Structure

PosCheckinRequest schema from PAR Punchh POS and Kiosk API

Type: object Properties: 4
RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

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

Properties

store_number transaction_no receipt_amount subtotal_amount

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/pos-pos-checkin-request-structure.json",
  "name": "PosCheckinRequest",
  "description": "PosCheckinRequest schema from PAR Punchh POS and Kiosk API",
  "type": "object",
  "properties": {
    "store_number": {
      "type": "string",
      "example": "STORE-001"
    },
    "transaction_no": {
      "type": "string",
      "example": "TXN-784512"
    },
    "receipt_amount": {
      "type": "double",
      "example": "example"
    },
    "subtotal_amount": {
      "type": "double",
      "example": "example"
    }
  }
}