Paytronix · Example Payload

Server Api Location Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

codenameaddresslatitudelongitudehoursOfOperationdistancemetadata

Example Payload

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