{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TransactionRefund201Item", "properties": { "orderId": { "type": "integer", "format": "int64", "description": "Transaction order ID from Przelewy24" }, "sessionId": { "type": "string", "description": "Transaction session ID from the Partner\u2019s system" }, "amount": { "type": "integer", "description": "Amount of refund" }, "description": { "type": "string", "description": "Transaction description" }, "status": { "type": "boolean", "example": true, "description": "Was refund attempt successful?" }, "message": { "type": "string", "example": "success", "description": "Text description of successful refund" } } }