Adyen · JSON Structure

Checkout Browser Info Structure

BrowserInfo schema from Adyen API

Type: object Properties: 9 Required: 8
PaymentsFinancial-ServicesFintech

BrowserInfo is a JSON Structure definition published by Adyen, describing 9 properties, of which 8 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

acceptHeader colorDepth javaEnabled javaScriptEnabled language screenHeight screenWidth timeZoneOffset userAgent

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-browser-info-structure.json",
  "description": "BrowserInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "acceptHeader": {
      "description": "The accept header value of the shopper's browser.",
      "type": "string"
    },
    "colorDepth": {
      "x-addedInVersion": "40",
      "description": "The color depth of the shopper's browser in bits per pixel. This should be obtained by using the browser's `screen.colorDepth` property. Accepted values: 1, 4, 8, 15, 16, 24, 30, 32 or 48 bit color depth.",
      "type": "int32"
    },
    "javaEnabled": {
      "x-addedInVersion": "40",
      "description": "Boolean value indicating if the shopper's browser is able to execute Java.",
      "type": "boolean"
    },
    "javaScriptEnabled": {
      "x-addedInVersion": "40",
      "default": true,
      "description": "Boolean value indicating if the shopper's browser is able to execute JavaScript. A default 'true' value is assumed if the field is not present.",
      "type": "boolean"
    },
    "language": {
      "x-addedInVersion": "40",
      "description": "The `navigator.language` value of the shopper's browser (as defined in IETF BCP 47).",
      "type": "string"
    },
    "screenHeight": {
      "x-addedInVersion": "40",
      "description": "The total height of the shopper's device screen in pixels.",
      "type": "int32"
    },
    "screenWidth": {
      "x-addedInVersion": "40",
      "description": "The total width of the shopper's device screen in pixels.",
      "type": "int32"
    },
    "timeZoneOffset": {
      "x-addedInVersion": "40",
      "description": "Time difference between UTC time and the shopper's browser local time, in minutes.",
      "type": "int32"
    },
    "userAgent": {
      "description": "The user agent value of the shopper's browser.",
      "type": "string"
    }
  },
  "required": [
    "userAgent",
    "acceptHeader",
    "javaEnabled",
    "colorDepth",
    "screenHeight",
    "screenWidth",
    "timeZoneOffset",
    "language"
  ],
  "name": "BrowserInfo"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/checkout-browser-info-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.