Adyen · Schema

MerchantDevice

MerchantDevice schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
os string Operating system running on the merchant device.
osVersion string Version of the operating system on the merchant device.
reference string Merchant device reference.
View JSON Schema on GitHub

JSON Schema

payments-merchant-device-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/payments-merchant-device-schema.json",
  "title": "MerchantDevice",
  "description": "MerchantDevice schema from Adyen API",
  "type": "object",
  "properties": {
    "os": {
      "description": "Operating system running on the merchant device.",
      "type": "string"
    },
    "osVersion": {
      "description": "Version of the operating system on the merchant device.",
      "type": "string"
    },
    "reference": {
      "description": "Merchant device reference.",
      "type": "string"
    }
  }
}