Paytronix · JSON Structure

Server Api Gift Reply Structure

GiftReply schema from Paytronix Server API

Type: object Properties: 6
RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

GiftReply 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 pxTransactionId printedCardNumber currentBalance errorCode errorMessage

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-gift-reply-structure.json",
  "name": "GiftReply",
  "description": "GiftReply schema from Paytronix Server API",
  "type": "object",
  "properties": {
    "result": {
      "type": "string",
      "example": "success"
    },
    "pxTransactionId": {
      "type": "string",
      "example": "GIFT-44556"
    },
    "printedCardNumber": {
      "type": "string",
      "example": "70123456789012"
    },
    "currentBalance": {
      "type": "double",
      "example": 50.0
    },
    "errorCode": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    }
  }
}