Adyen · JSON Structure

Terminal Reconciliation Request Structure

It conveys Information related to the Reconciliation requested by the Sale System. Content of the Reconciliation Request message.

Type: object Properties: 3 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

ReconciliationType AcquirerID POIReconciliationID

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-request-structure.json",
  "description": "It conveys Information related to the Reconciliation requested by the Sale System. Content of the Reconciliation Request message.",
  "type": "object",
  "properties": {
    "ReconciliationType": {
      "$ref": "#/components/schemas/ReconciliationType"
    },
    "AcquirerID": {
      "type": "array",
      "items": {
        "type": "int32",
        "description": "Could be present only if ReconciliationType is AcquirerReconciliation or AcquirerSynchronisation."
      }
    },
    "POIReconciliationID": {
      "type": "int32",
      "description": "Absent if ReconciliationType is not PreviousReconciliation."
    }
  },
  "required": [
    "ReconciliationType"
  ],
  "name": "ReconciliationRequest"
}