Paytronix · Example Payload

Server Api Account Query Request Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

headerInfopageSizeaccountQueries

Example Payload

Raw ↑
{
  "headerInfo": {
    "merchantId": 1000,
    "storeCode": "1",
    "programId": "PX",
    "terminal": "1",
    "operator": "100",
    "posTransactionId": "string"
  },
  "pageSize": 25,
  "accountQueries": [
    {
      "phone": "string",
      "email": "string",
      "firstName": "string",
      "lastName": "string",
      "postalCode": "string"
    }
  ]
}