Adyen · JSON Structure

Management External Terminal Action Structure

ExternalTerminalAction schema from Adyen API

Type: object Properties: 8
PaymentsFinancial ServicesFintech

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

Properties

actionType config confirmedAt id result scheduledAt status terminalId

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/management-external-terminal-action-structure.json",
  "description": "ExternalTerminalAction schema from Adyen API",
  "type": "object",
  "properties": {
    "actionType": {
      "description": "The type of terminal action: **InstallAndroidApp**, **UninstallAndroidApp**, **InstallAndroidCertificate**, or **UninstallAndroidCertificate**.",
      "type": "string"
    },
    "config": {
      "description": "Technical information about the terminal action.",
      "type": "string"
    },
    "confirmedAt": {
      "description": "The date and time when the action was carried out.",
      "type": "datetime"
    },
    "id": {
      "description": "The unique ID of the terminal action.",
      "type": "string"
    },
    "result": {
      "description": "The result message for the action.",
      "type": "string"
    },
    "scheduledAt": {
      "description": "The date and time when the action was scheduled to happen.",
      "type": "datetime"
    },
    "status": {
      "description": "The status of the terminal action: **pending**, **successful**, **failed**, **cancelled**, or **tryLater**.",
      "type": "string"
    },
    "terminalId": {
      "description": "The unique ID of the terminal that the action applies to.",
      "type": "string"
    }
  },
  "name": "ExternalTerminalAction"
}