Paytronix · JSON Structure

Server Api Wallet Balance Structure

WalletBalance schema from Paytronix Server API

Type: object Properties: 3
RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Properties

walletCode name balance

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-wallet-balance-structure.json",
  "name": "WalletBalance",
  "description": "WalletBalance schema from Paytronix Server API",
  "type": "object",
  "properties": {
    "walletCode": {
      "type": "string",
      "example": "1"
    },
    "name": {
      "type": "string",
      "example": "Points"
    },
    "balance": {
      "type": "double",
      "example": 1250
    }
  }
}