Adyen · JSON Structure

Checkout Merchant Device Structure

MerchantDevice schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

MerchantDevice is a JSON Structure definition published by Adyen, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

os osVersion reference

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-merchant-device-structure.json",
  "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"
    }
  },
  "name": "MerchantDevice"
}