Adyen · Schema

InputCommand

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-inputcommand-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InputCommand",
  "title": "InputCommand",
  "type": "string",
  "enum": [
    "DecimalString",
    "DigitString",
    "GetAnyKey",
    "GetConfirmation",
    "GetFunctionKey",
    "GetMenuEntry",
    "Password",
    "SiteManager",
    "TextString"
  ]
}