Adyen · Schema

TerminalEnvironment

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-terminalenvironment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TerminalEnvironment",
  "title": "TerminalEnvironment",
  "type": "string",
  "enum": [
    "Attended",
    "SemiAttended",
    "Unattended"
  ]
}