Paytronix · Example Payload

Server Api Check Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

numberopenTimesubtotalitems

Example Payload

Raw ↑
{
  "number": "4501",
  "openTime": "2026-06-03T12:00:00Z",
  "subtotal": 42.5,
  "items": [
    {
      "itemCode": "string",
      "name": "string",
      "quantity": 0,
      "price": 0
    }
  ]
}