Paytronix · Example Payload

Online Ordering Api Restaurant Example

string

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

idnamedistancecoordinatesaddresscitystatepostalCodephonewebsiteorganizationIdimageUrldescription

Example Payload

Raw ↑
{
  "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"
}