Paytronix · Example Payload

Server Api User Information Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api User Information Reply 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

resultuserFieldsprimaryCardNumbersaccountIds

Example Payload

Raw ↑
{
  "result": "success",
  "userFields": {
    "firstName": "Jane",
    "lastName": "Doe",
    "email": "jane@example.com"
  },
  "primaryCardNumbers": [
    "string"
  ],
  "accountIds": [
    0
  ]
}