Paytronix · Example Payload

Server Api Enrollment Config Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api Enrollment Config 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

resultconfig

Example Payload

Raw ↑
{
  "result": "success",
  "config": {
    "fields": [
      {
        "name": "email",
        "type": "string",
        "label": "Email Address",
        "required": true,
        "pattern": "string"
      }
    ]
  }
}