Adyen · JSON Structure

Terminal Get Totals Response Structure

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

Type: object Properties: 3 Required: 2
PaymentsFinancial ServicesFintech

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

Properties

Response 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-get-totals-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"
    },
    "POIReconciliationID": {
      "type": "int32",
      "description": "Identification of the reconciliation period between Sale and POI."
    },
    "TransactionTotals": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TransactionTotals"
      }
    }
  },
  "required": [
    "Response",
    "POIReconciliationID"
  ],
  "name": "GetTotalsResponse"
}