Adyen · JSON Structure

Terminal Transaction Id Type Structure

Identification of a transaction for the Sale System or the POI System.

Type: object Properties: 2 Required: 2
PaymentsFinancial ServicesFintech

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

Properties

TransactionID TimeStamp

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-transaction-id-type-structure.json",
  "description": "Identification of a transaction for the Sale System or the POI System.",
  "type": "object",
  "properties": {
    "TransactionID": {
      "type": "string",
      "pattern": "^.+$"
    },
    "TimeStamp": {
      "type": "datetime"
    }
  },
  "required": [
    "TransactionID",
    "TimeStamp"
  ],
  "name": "TransactionIDType"
}