Paytronix · Example Payload

Online Ordering Api Customer Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Online Ordering Api Customer 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

firstNamelastNameemailphone

Example Payload

Raw ↑
{
  "firstName": "Jane",
  "lastName": "Doe",
  "email": "jane@example.com",
  "phone": "+16175551234"
}