3DS Browser Data Fields
The information on this page references thebrowser object within the 3D Secure Lookup API request body.
Browser Object Field browserInfo
browserInfoThe newly exposed browserInfo field within the browserobject contains all fields below concatenated with| character. All individual fields will be validated against the below types, definitions, and notes.
Example value of browserInfo
browserInfo"browserInfo":"true|Mozilla/5.0 iPhone|text/html,application/xhtml+xml,application/xml;q=0.9,_/_;q=0.8|true|en-US|32|414|896|300|127.0.0.1"`
ThedeviceChannelfield within thebrowserobject remains a separate and required field
Browser Object Fields
JSON Name | Type / Definition / Notes | Example Value |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Possible Values: (based on EMVCo spec):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example /3ds/lookup Request (With browserInfo)
/3ds/lookup Request (With browserInfo)The below example request contains newlines for readability only. Please do not use any newlines in your JSON requests.
{
"account":{
"accountID":"**********************",
"owner":{
"phone":{
"countryCode":"1",
"number":"1234567890"
},
"email":"[email protected]",
"address":{
"line1":"1 Main Street",
"city":"Palo Alto",
"zipcode":"94306",
"state":"CA"
}
}
},
"order":{
"orderID":"order-20230322174812",
"amount":"1.00",
},
"3dsID":"MjAyMzAzMjQxNzE1MzQwMDAwMXxlMzI1YTRmZC0zMzk3LTQ0ZjEtOTFkMi03ZGU1Yzk2YzllZjI",
"authenticationIndicator":"01",
"transactionType":"C",
"productCode":"ACF",
"browser":{
"browserInfo":"true|Mozilla/5.0 iPhone|text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8|true|en-US|32|414|896|300|127.0.0.1",
"deviceChannel":"Browser"
}
}For more field descriptions reference in this page, refer to the Cardinal Merchant Plug In (CMPI) Lookup Docs.