Adyen · Schema

FindTerminalRequest

PaymentsFinancial ServicesFintech

Properties

Name Type Description
terminal string The unique terminal ID in the format `[Device model]-[Serial number]`. For example, **V400m-324689776**.
View JSON Schema on GitHub

JSON Schema

adyen-findterminalrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FindTerminalRequest",
  "title": "FindTerminalRequest",
  "properties": {
    "terminal": {
      "description": "The unique terminal ID in the format `[Device model]-[Serial number]`. \n\nFor example, **V400m-324689776**.",
      "type": "string"
    }
  },
  "required": [
    "terminal"
  ],
  "type": "object"
}