Adyen · Schema

ShopperInteractionDevice

ShopperInteractionDevice schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
locale string Locale on the shopper interaction device.
os string Operating system running on the shopper interaction device.
osVersion string Version of the operating system on the shopper interaction device.
View JSON Schema on GitHub

JSON Schema

checkout-shopper-interaction-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/checkout-shopper-interaction-device-schema.json",
  "title": "ShopperInteractionDevice",
  "description": "ShopperInteractionDevice schema from Adyen API",
  "type": "object",
  "properties": {
    "locale": {
      "description": "Locale on the shopper interaction device.",
      "type": "string"
    },
    "os": {
      "description": "Operating system running on the shopper interaction device.",
      "type": "string"
    },
    "osVersion": {
      "description": "Version of the operating system on the shopper interaction device.",
      "type": "string"
    }
  }
}