Skip to main content

ClientDetailsObject

Describes the fields in the client_details object in REST messages for payments. The client_details object describes the browser that the customer is using. The client collects this information and sends it as part of the Create Payment request. This information is used for processing the 3DS version 2 authentication of the customer. Note that Client Details information is not returned in the API response and it does not appear in any webhooks.

Properties

NameTypeRequiredDescription
ip_addressstrIP address of the customer.
java_enabledboolIndicates whether the browser is enabled for Java.
java_script_enabledboolIndicates whether the browser is enabled for JavaScript.
languagestrThe language the browser is configured for, as defined in IETF BCP 47.
screen_color_depthScreenColorDepthIndicates the screen color depth of the customer's browser, in bits.
screen_heightintHeight of the customer's screen, in pixels. 1-6 digits.
screen_widthintWidth of the customer's screen, in pixels. 1-6 digits.
time_zone_offsetintDifference in minutes between UTC and the customer's time zone. Positive or negative integer.

ScreenColorDepth

Indicates the screen color depth of the customer's browser, in bits.

Properties

NameTypeRequiredDescription
_1int1
_4int4
_8int8
_15int15
_16int16
_24int24
_32int32
_48int48

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →