Paytronix · JSON Structure

Server Api Enrollment Reply Structure

EnrollmentReply schema from Paytronix Server API

Type: object Properties: 6
RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

EnrollmentReply is a JSON Structure definition published by Paytronix, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

result printedCardNumber accountId username errorCode errorsByField

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/paytronix/refs/heads/main/json-structure/server-api-enrollment-reply-structure.json",
  "name": "EnrollmentReply",
  "description": "EnrollmentReply schema from Paytronix Server API",
  "type": "object",
  "properties": {
    "result": {
      "type": "string",
      "example": "success"
    },
    "printedCardNumber": {
      "type": "string",
      "example": "60490012345678"
    },
    "accountId": {
      "type": "int64",
      "example": 998877
    },
    "username": {
      "type": "string",
      "example": "jdoe"
    },
    "errorCode": {
      "type": "string"
    },
    "errorsByField": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}