{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-transaction-status-response-structure.json", "description": "It conveys Information related to the status of the last or current Payment, Loyalty or Reversal transaction. Content of the TransactionStatus Response message.", "type": "object", "properties": { "Response": { "$ref": "#/components/schemas/Response" }, "MessageReference": { "$ref": "#/components/schemas/MessageReference" }, "RepeatedMessageResponse": { "$ref": "#/components/schemas/RepeatedMessageResponse" } }, "required": [ "Response" ], "name": "TransactionStatusResponse" }