Punchh · Example Payload

Mobile Transaction Details Example

RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

Mobile Transaction Details Example is an example object payload from Punchh, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

checkinredemptions

Example Payload

Raw ↑
{
  "checkin": {
    "checkin_id": "500123",
    "created_at": "2025-03-15T14:30:00Z",
    "current_membership_level": "example",
    "location_id": "500123",
    "pending_refresh": "example",
    "points_earned": "example",
    "store_number": "STORE-001",
    "survey_url": "https://portal.example.com/path/abc123",
    "first_checkin": "example",
    "expiring_on": "example"
  },
  "redemptions": [
    {
      "redemption_id": "500123",
      "redemption_status": "active",
      "created_at": "2025-03-15T14:30:00Z",
      "updated_at": "2025-03-15T14:30:00Z",
      "redeemable_id": "500123",
      "redeemable_name": "Free Appetizer",
      "redeemed_value": "example",
      "redemption_image_url": "https://portal.example.com/path/abc123",
      "redemption_message": "Reward successfully applied to the order.",
      "redemption_tracking_code": "CODE-AB12CD",
      "expiring_at": "example"
    }
  ]
}