HomeGuidesChangelog
Log In
Guides

Location Checks

Validates address format, flags country-risk, evaluates the IP’s geolocation, and classifies the location as personal or business.

What it entails

Location Checks validate that the supplied street address exists and is properly formatted, then determine whether it’s a residential home or a commercial location. Location checks also validate geolocation consistency against provided addresses.

Why it works

Fraudsters often supply fake or non-existent addresses to obscure their true identity; an invalid address immediately raises a red flag. Use of business addresses—such as P.O. boxes, call centers, or commercial drop sites—is common in mule operations and synthetic identity schemes, distinguishing them from genuine residential profiles. Discrepancies between IP location and declared address expose proxy or VPN usage.


Checks

The following are the distinct IDs and types of checks that are included in the Location Check Package.

LOCATION_ADDRESS_INVALID

Validity of a physical address.

ValueNameDescription
TRUEInvalid addressThe address is invalid, which could indicate a potential fraud attempt.
MISSING_EXTENDEDAddress missing line 2The address is valid, but requires an address line 2.
FALSEValid addressThe address is valid and appears to be legitimate.
NONENo address providedNo address provided.

LOCATION_ADDRESS_IS_BUSINESS

Whether address is business or residential.

ValueNameDescription
TRUEThe provided address is a business addressThe address is a business address.
FALSEThe provided address is a residential addressThe address is a residential address.
UNKNOWNUnknown if business addressThe address is unknown if it is a business address or not.
NONEMissing complete addressA complete address was not provided and therefore cannot be determined if it is a business address or not.

LOCATION_ADDRESS_IS_HISTORICAL

Whether address is historical or not

ValueNameDescription
TRUEThe provided address is a historical addressThe address is a historical address.
FALSEThe provided address is not a historical addressThe address is not a historical address.
UNKNOWNUnknown if provided address is a historical addressThe address is unknown

LOCATION_COUNTRY_RISK

Country-based risk classification.

ValueNameDescription
HIGHHigh risk countrySeen from a high-risk country, indicating high fraud risk.
MEDMedium risk countrySeen from a medium-risk country, indicating medium fraud risk.
LOWLow risk countrySeen from a low-risk country, indicating low fraud risk.
UNKNOWNNo country informationNo country information available.

IP_GEOLOCATION_MISMATCH

IP geolocation vs. provided address.

ValueNameDescription
MISMATCH_COUNTRYIP country differs from address countryThe IP country does not match the provided or resolved address country.
250_MILES_AWAYIP geolocation is over 250 miles awayThe IP coordinates are more than 250 miles from the provided address coordinates.
MISMATCH_STATEIP state differs from address stateFor US addresses, the IP state does not match the provided or resolved address state.
KNOWN_IPIP seen in identity fieldsThe input IP is already present in known identity fields data.
FALSEIP geolocation matchesThe IP geolocation matches the provided address, indicating legitimate connection.
UNKNOWNNo IP geolocation information availableNo IP geolocation information available.

ADDRESS_IS_HISTORICAL

ValueNameDescription
TRUEAddress is historicalThe submitted address is marked as a historical address for the identity.
FALSEAddress is currentThe submitted address is not marked as historical for the identity.
UNKNOWNHistorical address status unknownThe historical status for the submitted address is unknown.