System
The system component checks the client's system details for things such as which operating system it is running on, what browser it is using etc.
Example
"system": {
"platform": "Linux x86_64",
"productSub": "20030107",
"product": "Gecko",
"useragent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
"hardwareConcurrency": 8,
"browser": {
"name": "Chrome",
"version": "136.0"
},
"applePayVersion": 0,
"cookieEnabled": true
},
Code
Check out the implementation