Adyen · JSON Structure

Terminal Reconciliation Response Structure

It conveys Information related to the Reconciliation transaction processed by the POI System. Content of the Reconciliation Response message.

Type: object Properties: 4 Required: 2
PaymentsFinancial ServicesFintech

ReconciliationResponse is a JSON Structure definition published by Adyen, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Response ReconciliationType POIReconciliationID TransactionTotals

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
}