Adyen · Schema

BrowserInfo

BrowserInfo schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
acceptHeader string The accept header value of the shopper's browser.
colorDepth integer 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 de
javaEnabled boolean Boolean value indicating if the shopper's browser is able to execute Java.
javaScriptEnabled boolean 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.
language string The `navigator.language` value of the shopper's browser (as defined in IETF BCP 47).
screenHeight integer The total height of the shopper's device screen in pixels.
screenWidth integer The total width of the shopper's device screen in pixels.
timeZoneOffset integer Time difference between UTC time and the shopper's browser local time, in minutes.
userAgent string The user agent value of the shopper's browser.
View JSON Schema on GitHub