Paytronix · Example Payload

Online Ordering Api Menu Item Example

Grilled chicken, rice, beans, salsa

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

idnamedescriptionimageUrlpricesoptions

Example Payload

Raw ↑
{
  "id": "4b96f1bafc9f100ca79231ef",
  "name": "Chicken Burrito",
  "description": "Grilled chicken, rice, beans, salsa",
  "imageUrl": "string",
  "prices": [
    {
      "name": "Regular",
      "price": 9.5
    }
  ],
  "options": [
    {
      "name": "Add Guacamole",
      "price": 1.5
    }
  ]
}