Skip to main content

Payment-TraceDetails

Information related to the browsing session of the user who initiated the payment.

ipIP (string)

The IP address where the operation originated.

Example: 100.100.200.100
countryCodeCountry (string)

Two-letter country code (ISO 3166-1 alpha-2).

Example: ES
langLang (string)

Two-letter language code (ISO 639-1).

Example: es
deviceTypeDeviceType (string)

Device type, could be desktop, mobile, smartTV, tablet.

Example: desktop
deviceModelDeviceModel (string)

Information about the device used for the browser session (e.g., iPhone).

Example: null
browserBrowser (string)

The browser used in this browser session (e.g., Mobile Safari).

Example: Chrome
browserVersionBrowserVersion (string)

The version for the browser session (e.g., 13.1.1).

Example: 83.0.4103.116
osOs (string)

Operation system (e.g., iOS).

Example: Mac OS
osVersionOsVersion (string)

Operation system version (e.g., 13.5.1).

Example: 10.15.4
sourceSource (string)

The source component from where the operation was generated (mostly for our SDK's).

Example: MONEI/PHP
sourceVersionSourceVersion (string)

The source component version from where the operation was generated (mostly for our SDK's).

Example: 0.1.2
userAgentUserAgent (string)

Full user agent string of the browser session.

Example: Mozilla/5.0 (Windows NT 10.0; Win64; x64) ...
browserAcceptBrowserAccept (string)

Browser accept header.

Example: text/html,application/xhtml+xml,application/json
browserColorDepthBrowserColorDepth (string)

The color depth of the browser session (e.g., 24).

Example: 24
browserScreenHeightBrowserScreenHeight (string)

The screen height of the browser session (e.g., 1152).

Example: 1152
browserScreenWidthBrowserScreenWidth (string)

The screen width of the browser session (e.g., 2048).

Example: 2048
browserTimezoneOffsetBrowserTimezoneOffset (string)

The timezone offset of the browser session (e.g., -120).

Example: -120
userIdstring

The ID of the user that started the operation.

Example: null
userEmailstring

The email of the user that started the operation.

Example: user@example.com
Payment-TraceDetails
{
"ip": "100.100.200.100",
"countryCode": "ES",
"lang": "es",
"deviceType": "desktop",
"deviceModel": null,
"browser": "Chrome",
"browserVersion": "83.0.4103.116",
"os": "Mac OS",
"osVersion": "10.15.4",
"source": "MONEI/PHP",
"sourceVersion": "0.1.2",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) ...",
"browserAccept": "text/html,application/xhtml+xml,application/json",
"browserColorDepth": "24",
"browserScreenHeight": "1152",
"browserScreenWidth": "2048",
"browserTimezoneOffset": "-120",
"userId": null,
"userEmail": "user@example.com"
}