Punchh · Example Payload

Online Ordering Online Order Checkin Response Example

RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

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

Top-level fields

first_namelast_nametotal_checkinspoints_balancecheckin

Example Payload

Raw ↑
{
  "first_name": "Jane Smith",
  "last_name": "Jane Smith",
  "total_checkins": "example",
  "points_balance": "example",
  "checkin": {
    "checkin_id": "500123",
    "points_earned": "example"
  }
}