Adyen · Schema

TerminalConnectivityWifi

PaymentsFinancial ServicesFintech

Properties

Name Type Description
ipAddress string The terminal's IP address in the Wi-Fi network.
macAddress string The terminal's MAC address in the Wi-Fi network.
ssid string The SSID of the Wi-Fi network that the terminal is connected to.
View JSON Schema on GitHub

JSON Schema

adyen-terminalconnectivitywifi-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TerminalConnectivityWifi",
  "title": "TerminalConnectivityWifi",
  "properties": {
    "ipAddress": {
      "description": "The terminal's IP address in the Wi-Fi network.",
      "type": "string"
    },
    "macAddress": {
      "description": "The terminal's MAC address in the Wi-Fi network.",
      "type": "string"
    },
    "ssid": {
      "description": "The SSID of the Wi-Fi network that the terminal is connected to.",
      "type": "string"
    }
  },
  "type": "object"
}