Payment-TraceDetails
Information related to the browsing session of the user who initiated the payment.
The IP address where the operation originated.
100.100.200.100
Device type, could be desktop
, mobile
, smartTV
, tablet
.
desktop
Information about the device used for the browser session (e.g., iPhone
).
null
The browser used in this browser session (e.g., Mobile Safari
).
Chrome
The version for the browser session (e.g., 13.1.1
).
83.0.4103.116
Operation system (e.g., iOS
).
Mac OS
Operation system version (e.g., 13.5.1
).
10.15.4
The source component from where the operation was generated (mostly for our SDK's).
MONEI/PHP
The source component version from where the operation was generated (mostly for our SDK's).
0.1.2
Full user agent string of the browser session.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) ...
Browser accept header.
text/html,application/xhtml+xml,application/json
The color depth of the browser session (e.g., 24
).
24
The screen height of the browser session (e.g., 1152
).
1152
The screen width of the browser session (e.g., 2048
).
2048
The timezone offset of the browser session (e.g., -120
).
-120
The ID of the user that started the operation.
null
The email of the user that started the operation.
user@example.com
{
"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"
}