Adyen · Schema

TerminalModelsResponse

TerminalModelsResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array The terminal models that the API credential has access to.
View JSON Schema on GitHub

JSON Schema

management-terminal-models-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-terminal-models-response-schema.json",
  "title": "TerminalModelsResponse",
  "description": "TerminalModelsResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "data": {
      "description": "The terminal models that the API credential has access to.",
      "items": {
        "$ref": "#/components/schemas/IdName"
      },
      "type": "array"
    }
  }
}