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