Paytronix · JSON Structure

Server Api Gift Redeem Request Structure

GiftRedeemRequest schema from Paytronix Server API

Type: Properties: 0
RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

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-redeem-request-structure.json",
  "name": "GiftRedeemRequest",
  "description": "GiftRedeemRequest schema from Paytronix Server API",
  "allOf": [
    {
      "$ref": "#/components/schemas/GiftRequest"
    },
    {
      "type": "object",
      "properties": {
        "tip": {
          "type": "double",
          "example": 5.0
        }
      }
    }
  ]
}