Paytronix · Example Payload

Server Api Account Query Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

resultaccounts

Example Payload

Raw ↑
{
  "result": "success",
  "accounts": [
    {
      "accountId": 0,
      "printedCardNumber": "string",
      "fieldValues": {}
    }
  ]
}