Customer Internet Data
Customer Internet data includes information about the source of the eCommerce transaction. For example, payer's email, IP address, or hostname.
The information is used for decision making during 3D Secure (3DS) authentication and can be used to assess the risk of the transaction in the authorization process for card-not-present transactions.
Supported for following methods:
Integration methods | Payment methods | Transactions |
---|---|---|
All | All |
|
To view an example of an API request with customer internet data, download the Postman collection.
Submit as much customer internet data as possible in the request using the customer and device objects.
The submitted data is returned in the transaction response.
Example of Customer Internet Data fields
"customer": { "firstName": "John", "lastName": "Smith", "phone": "01 987654321", "mobilePhone": "07 2343334", "email": "Refer@datacash.com", "taxRegistrationId": "CTRI01" }, "device" : { "browser" : "mozilla Firefox 5.0 / Windows 9.x", "ani" : "0480897466", "hostname": "MC Test Box", "fingerprint" : "shdffsda757 JKHAGEfjhad76hjh HFHHF777", "ipAddress": "10.12.132.125", "mobilePhoneModel": "APPLE 6S" }