{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-reconciliation-response-structure.json", "description": "It conveys Information related to the Reconciliation transaction processed by the POI System. Content of the Reconciliation Response message.", "type": "object", "properties": { "Response": { "$ref": "#/components/schemas/Response" }, "ReconciliationType": { "$ref": "#/components/schemas/ReconciliationType" }, "POIReconciliationID": { "type": "int32", "description": "Absent if ReconciliationType is AcquirerReconciliation." }, "TransactionTotals": { "type": "array", "items": { "$ref": "#/components/schemas/TransactionTotals" } } }, "required": [ "Response", "ReconciliationType" ], "name": "ReconciliationResponse" }