{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "status", "type": "object", "properties": { "refundStatus": { "type": "string", "description": "Status of the transaction. * Refer to Codes and Formats section for more details." }, "refundStatusReason": { "type": "string", "description": "Reason for declined transaction. * Refer to Codes and Formats section for more details." } } }