Punchh · Example Payload

Online Ordering Online Order Checkin Request Example

Gift CardsGuest EngagementLoyaltyMarketingMobileOffersOnline OrderingPAR TechnologyPoint-of-SaleRestaurantRestaurant TechnologyWebhook

Online Ordering Online Order Checkin Request Example is an example object payload from Punchh, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

clientexternal_uidpayablereceipt_amountreceipt_datetimestore_numbersubtotal_amounttransaction_noauthentication_tokencc_last4channelemployee_id

Example Payload

Raw ↑
{
  "client": "business_client_key",
  "external_uid": "500123",
  "payable": "example",
  "receipt_amount": "example",
  "receipt_datetime": "2025-03-15T14:30:00Z",
  "store_number": "STORE-001",
  "subtotal_amount": "example",
  "transaction_no": "TXN-784512",
  "authentication_token": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
  "cc_last4": "example",
  "channel": "pos",
  "employee_id": "500123"
}