Adyen · Schema

Device

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Device",
  "title": "Device",
  "type": "string",
  "enum": [
    "CashierDisplay",
    "CashierInput",
    "CustomerDisplay",
    "CustomerInput"
  ]
}