Raw schema
{
"type": "object",
"properties": {
"receipt_url": {
"type": "string",
"maxLength": 2048
},
"receiptUrl": {
"type": "string",
"maxLength": 2048
},
"receipt_id": {
"type": "string",
"maxLength": 160
},
"receiptId": {
"type": "string",
"maxLength": 160
},
"receipt": {
"type": "object",
"additionalProperties": true
},
"route": {
"type": "string",
"maxLength": 2048
},
"path": {
"type": "string",
"maxLength": 2048
},
"url": {
"type": "string",
"maxLength": 2048
},
"resource": {
"type": "string",
"maxLength": 2048
},
"method": {
"type": "string",
"maxLength": 12
},
"status_code": {
"type": "integer",
"minimum": 0,
"maximum": 599
},
"statusCode": {
"type": "integer",
"minimum": 0,
"maximum": 599
},
"http_status": {
"type": "integer",
"minimum": 0,
"maximum": 599
},
"httpStatus": {
"type": "integer",
"minimum": 0,
"maximum": 599
},
"amount_atomic": {
"type": "string",
"maxLength": 80
},
"amountAtomic": {
"type": "string",
"maxLength": 80
},
"amount": {
"type": "string",
"maxLength": 80
},
"amount_usdc": {
"type": "number",
"minimum": 0
},
"amountUsd": {
"type": "number",
"minimum": 0
},
"pay_to": {
"type": "string",
"maxLength": 80
},
"payTo": {
"type": "string",
"maxLength": 80
},
"network": {
"type": "string",
"maxLength": 80
},
"chain": {
"type": "string",
"maxLength": 80
},
"asset": {
"type": "string",
"maxLength": 120
},
"asset_address": {
"type": "string",
"maxLength": 120
},
"assetAddress": {
"type": "string",
"maxLength": 120
},
"transaction": {
"type": "string",
"maxLength": 120
},
"tx_hash": {
"type": "string",
"maxLength": 120
},
"txHash": {
"type": "string",
"maxLength": 120
},
"payment_hash": {
"type": "string",
"maxLength": 120
},
"paymentHash": {
"type": "string",
"maxLength": 120
},
"action_ref": {
"type": "string",
"maxLength": 160
},
"actionRef": {
"type": "string",
"maxLength": 160
},
"receipt_hash": {
"type": "string",
"maxLength": 160
},
"receiptHash": {
"type": "string",
"maxLength": 160
},
"payment_response_header_present": {
"type": [
"boolean",
"string"
]
},
"paymentResponseHeaderPresent": {
"type": [
"boolean",
"string"
]
},
"x_payment_response_header_present": {
"type": [
"boolean",
"string"
]
},
"xPaymentResponseHeaderPresent": {
"type": [
"boolean",
"string"
]
},
"receipt_header_present": {
"type": [
"boolean",
"string"
]
},
"receiptHeaderPresent": {
"type": [
"boolean",
"string"
]
},
"paid_json_present": {
"type": [
"boolean",
"string"
]
},
"paidJsonPresent": {
"type": [
"boolean",
"string"
]
},
"result_present": {
"type": [
"boolean",
"string"
]
},
"resultPresent": {
"type": [
"boolean",
"string"
]
},
"response_fields": {
"type": [
"array",
"string"
],
"items": {
"type": "string"
}
},
"responseFields": {
"type": [
"array",
"string"
],
"items": {
"type": "string"
}
},
"paid_result_fields": {
"type": [
"array",
"string"
],
"items": {
"type": "string"
}
},
"paidResultFields": {
"type": [
"array",
"string"
],
"items": {
"type": "string"
}
},
"dispute_reason": {
"type": "string",
"maxLength": 1000
},
"disputeReason": {
"type": "string",
"maxLength": 1000
},
"reason": {
"type": "string",
"maxLength": 1000
}
},
"additionalProperties": false
}