Adyen · JSON Structure

Terminal Get Totals Request Structure

It conveys information from the Sale System related to the scope and the format of the totals to be computed by the POI System. Content of the Get Totals Request message.

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

TotalDetails TotalFilter

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-request-structure.json",
  "description": "It conveys information from the Sale System related to the scope and the format of the totals to be computed by the POI System. Content of the Get Totals Request message.",
  "type": "object",
  "properties": {
    "TotalDetails": {
      "$ref": "#/components/schemas/TotalDetails"
    },
    "TotalFilter": {
      "$ref": "#/components/schemas/TotalFilter"
    }
  },
  "name": "GetTotalsRequest"
}