Paytronix · Example Payload

Online Ordering Api Restaurant Search Results Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Online Ordering Api Restaurant Search Results Example is an example object payload from Paytronix, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countresultsfacets

Example Payload

Raw ↑
{
  "count": 12,
  "results": [
    {
      "id": "4b96f1bafc9f100ca79231ef",
      "name": "Taqueria Downtown",
      "distance": 1.2,
      "coordinates": {
        "lat": 40.0,
        "lon": -81.0
      },
      "address": "123 Main St",
      "city": "Boston",
      "state": "MA",
      "postalCode": "02110",
      "phone": "+16175551234",
      "website": "https://example.com",
      "organizationId": "string",
      "imageUrl": "string",
      "description": "string"
    }
  ],
  "facets": {}
}