Paytronix · Example Payload

Server Api Locations Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api Locations Reply Example is an example object payload from Paytronix, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultlocations

Example Payload

Raw ↑
{
  "result": "success",
  "locations": [
    {
      "code": "1",
      "name": "Downtown",
      "address": {
        "address1": "string",
        "address2": "string",
        "city": "string",
        "stateProvince": "string",
        "postalCode": "string",
        "country": "US"
      },
      "latitude": 42.3601,
      "longitude": -71.0589,
      "hoursOfOperation": "string",
      "distance": 1.2,
      "metadata": {}
    }
  ]
}