Adyen · JSON Structure

Terminal Sale Terminal Data Structure

In the Login Request, if a Sale Terminal is involved in the login. In other messages, when a logical device is out of order (SaleCapabilites), or when the other data have changed since or were not in the Login. Information related to the software and hardware feature of the Sale Terminal.

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

TotalsGroupID

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-sale-terminal-data-structure.json",
  "description": "In the Login Request, if a Sale Terminal is involved in the login. In other messages, when a logical device is out of order (SaleCapabilites), or when the other data have changed since or were not in the Login. Information related to the software and hardware feature of the Sale Terminal.",
  "type": "object",
  "properties": {
    "TotalsGroupID": {
      "type": "string",
      "pattern": "^.{1,16}$",
      "description": "If present, default value for all transaction."
    }
  },
  "name": "SaleTerminalData"
}