ipAddress | |
fingerprint | |
| |
| object (Browser data) Browser data used for 3DS and risk scoring.
|
| object (Extra data) Third party data used for risk scoring.
|
isProxy | boolean True if customer's ip address is related to proxy.
|
isVpn | boolean True if customer's ip address is related to VPN.
|
isTor | boolean True if customer's ip address is related to TOR.
|
isHosting | boolean True if customer's ip address is related to hosting.
|
vpnServiceName | string VPN service name, if available.
|
isp | string Internet Service Provider name, if available.
|
country | string <= 2 characters Country ISO Alpha-2 code for specified ipAddress.
|
region | string Region for specified ipAddress.
|
city | string City for specified ipAddress.
|
latitude | number <double> Latitude for specified ipAddress.
|
longitude | number <double> Longitude for specified ipAddress.
|
postalCode | string <= 10 characters Postal code for specified ipAddress.
|
timeZone | string Time zone for specified ipAddress.
|
accuracyRadius | integer Accuracy radius for specified ipAddress (kilometers).
|
distance | integer Distance between IP Address and Billing Address geolocation (kilometers).
|
hasMismatchedBillingAddressCountry | boolean True if the billing address country and geo-IP address are not the same.
|
hasMismatchedBankCountry | boolean True if the bank country and geo-IP address are not the same.
|
hasMismatchedTimeZone | boolean True if the browser time zone and IP address associated time zone are not the same.
|
hasMismatchedHolderName | boolean True if the customer's name from billing address and from customer's primary address are not the same.
|
hasFakeName | boolean True if the holder name seems fake.
|
isHighRiskCountry | boolean True if geo-IP country or the customer's billing country is considered a high risk country.
|
paymentInstrumentVelocity | integer Number of transactions for this payment instrument (based on fingerprint) in the last 24 hours.
|
deviceVelocity | integer Number of transactions for this device (based on fingerprint) in the last 24 hours.
|
ipVelocity | integer Number of transactions for this ip address in the last 24 hours.
|
emailVelocity | integer Number of transactions for this email address in the last 24 hours.
|
billingAddressVelocity | integer Number of transactions for this billing address in the last 24 hours.
|
score | integer Risk score computed per all the factors.
|