{ "$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" } } }