The parameter group contains data about the browser of the end customer.


  • Parameters
  • Implementation in Server API
  • Server API Error Messages
  • Examples

Parameters

ParameterRequiredComments
browserinfo_accept_headers

-

Exact content of the HTTP accept header as sent by the customer's browser


Format

CHAR(1..2048)
browserinfo_java_enabledo

Boolean value that indicates the ability of the customer's browser to execute Java. Required if browserinfo_java_script_enabled = true; otherwise optional.


Format

LIST

Permitted Values

true
false
browserinfo_java_script_enabled-

Boolean value that indicates the ability of the customer browser to execute JavaScript


Format

LIST

Permitted Values

true
false
browserinfo_language-

Value of the browser language according to IETF BCP47


Format

CHAR(1..255)
browserinfo_color_deptho

This value specifies the bit depth of the color palette for displaying images in bits per pixel. Required if browserinfo_java_script_enabled = true; otherwise optional.


Permitted Values

1
4
8
15
16
24
32
48

browserinfo_screen_height

o

Total screen height of the cardholder in pixels. Required if browserinfo_java_script_enabled = true; otherwise optional.


Format

NUMERIC
browserinfo_screen_widtho

Total screen width of the cardholder in pixels. Required if browserinfo_java_script_enabled = true; otherwise optional.


Format

NUMERIC
browserinfo_time_zone_offseto

Time zone shift in minutes between UTC and the cardholder's local browser time. Required if browserinfo_java_script_enabled = true; otherwise optional. Note that the offset is positive if the local time zone is behind UTC and negative if it is ahead.


Format

CHAR(1..255)
browserinfo_user_agent-

Exact content of the HTTP user-agent header


Format

CHAR(1..2048)


Server API Error Messages

No.

Signification

2530Parameter {browserinfo_accept_headers} incorrect or missing
2531Parameter {browserinfo_java_enabled} incorrect
2532Parameter {browserinfo_java_script_enabled} incorrect or missing
2533Parameter {browserinfo_language} incorrect or missing
2534Parameter {browserinfo_color_depth} incorrect
2535Parameter {browserinfo_screen_height} incorrect
2536Parameter {browserinfo_screen_width} incorrect
2537Parameter {browserinfo_time_zone_offset} incorrect
2538Parameter {browserinfo_user_agent} incorrect or missing

Examples

Server API

browserinfo_accept_headers=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
browserinfo_java_enabled=false
browserinfo_java_script_enabled=true
browserinfo_language=de-DE-1901
browserinfo_color_depth=24
browserinfo_screen_height=930
browserinfo_screen_width=1800
browserinfo_time_zone_offset=60
browserinfo_user_agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36

  • No labels