Reference Guide#
Introduction#
Welcome to Melissa Data’s Personator Identity web service. This new ID verification solution makes it easy to check and verify your data in real time. Using trusted reference and national databases, the service can verify a person’s name, address, phone, email, date of birth and national ID. As a cloud web service, it can be integrated into applications and services that need to maintain trust in their data as well as detect and prevent fraud globally such as in shopping/eCommerce platforms or other applications involving financial transactions.
Personator Identity can be used to:
Verify, Correct, & Standardize names, addresses, emails and phones in real time.
Verify Individuals in real time using the follow matching options:
Proof of Address
Name and Address Match only
Identity Verification (eIDV)
Name, Address, Date of Birth, National ID, Phones, and Emails.
2x2 Match (AML)
Match against two sources using eIDV configurations for both sources.
Screen Individuals against National Watchlists
Politically Exposed Persons (PEP)
Government Sanctions
Anti-Terrorism
Anti-Money Laundering
Government Agency Lists
Identify and verify businesses for any current and future B2B relationships.
Verify against government sources in multiple countries
Verify Company Name, Address, Business ID
Enrich Business information for select countries
Append latitude & longitude
Return address as parsed components
Return address in mailing label format according to the standards of each country
Append additional information like unique identifier, delivery indicator, & more depending on the country.
Base URL#
https://globalpersonator.melissadata.net
Licensing#
The License Key is a software key required to use the web service. You will receive your license key from your Melissa representative. If you don’t have a license key, contact the Melissa sales team at sales@melissa.com or 800-MELISSA ext. 3 (800-635-4772 ext. 3). Without a license key, Personator Identity will not function.
To set the license key, use the id/CustomerID property in your requests.
Endpoints#
/v1/doContactVerify#
The Personator Identity doContactVerify endpoint does all the contact verification you need by choosing the actions and options you need.
Try It Now#
curl -X GET "https://globalpersonator.melissadata.net/v1/doContactVerify?\
&t=Test\
&id={{customerId}}\
&act=check\
&comp=Melissa\
&phone=1-800-635-4772\
&email=info@melissa.com\
&a1=22382%20Avenida%20Empresa\
&loc=Rancho%20Santa%20Margarita\
&admarea=CA\
&postal=92688\
&ctry=US" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
curl -X POST "https://globalpersonator.melissadata.net/v1/doContactVerify" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
"TransmissionReference": "Test",
"CustomerID": "{{customerId}}",
"Actions": "check",
"Company": "Melissa",
"PhoneNumber": "1-800-635-4772",
"Email": "info@melissa.com",
"AddressLine1": "22382 Avenida Empresa",
"Locality": "Rancho Santa Margarita",
"AdministrativeArea": "CA",
"PostalCode": "92688",
"Country": "US"
}
'
Request Parameters#
Code |
Description |
||||||
---|---|---|---|---|---|---|---|
Record Level Parameters |
|||||||
act |
|
||||||
id |
Required. The License Key issued by Melissa. |
||||||
t |
Optional. This is a string value that serves as a unique identifier for this set of records. It is returned as sent. |
||||||
Option Parameters |
|||||||
addrOpt |
|||||||
emailOpt |
|||||||
nameOpt |
|||||||
opt |
|||||||
phoneOpt |
|||||||
privacy |
|||||||
Record Parameters |
|||||||
a1 |
Required. The input field for the address. This should contain the delivery address information (house number, thoroughfare, building, suite, etc.) but should not contain locality information (locality, administrative area, postal code, etc.) which have their own inputs. |
||||||
a2 |
Optional. The input field for the address. |
||||||
a3 |
Optional. The input field for the address. |
||||||
a4 |
Optional. The input field for the address. |
||||||
a5 |
Optional. The input field for the address. |
||||||
a6 |
Optional. The input field for the address. |
||||||
a7 |
Optional. The input field for the address. |
||||||
a8 |
Optional. The input field for the address. |
||||||
accountNumber |
Optional. The input field for account number. This should contain an IBAN or SWIFT number. |
||||||
admarea |
Required. State, Province. The most common geographic data element. |
||||||
comp |
Optional. The company/organization name to be standardized. |
||||||
ctry |
Required. The country name, abbreviation, or code. |
||||||
ctryorg |
Optional. This is used to determine whether or not to include the country name as the last line in the FormattedAddress field. |
||||||
dob |
Optional. The date of birth to be verified. The expected input format is |
||||||
Optional. The email address to be verified. |
|||||||
first |
Recommended. The given (first) name for the individual. |
||||||
full |
Recommended. The full name to be genderized, standardized, and parsed. This will only be done if the first name and last name fields are left blank. |
||||||
last |
Recommended. The family (last) name or surname for the individual. |
||||||
loc |
Required. City, Municipality. The most common population center data element. |
||||||
nat |
Optional. Social Security Number. The national ID specific to the country. |
||||||
phone |
Optional. The phone number to be verified. |
||||||
postal |
Required. ZIP, Postcode. The complete postal code for a particular delivery point. If all three elements are provided and the PostalCode is incorrect, it can be corrected from the data on the Locality and AdministrativeArea. |
Code |
Description |
||||||
---|---|---|---|---|---|---|---|
Record Level Parameters |
|||||||
Actions |
|
||||||
CustomerID |
Required. The License Key issued by Melissa. |
||||||
TransmissionReference |
Optional. This is a string value that serves as a unique identifier for this set of records. It is returned as sent. |
||||||
Option Parameters |
|||||||
AddressOptions |
|||||||
EmailOptions |
|||||||
NameOptions |
|||||||
Options |
|||||||
PhoneOptions |
|||||||
Privacy |
|||||||
Record Parameters |
|||||||
AccountNumber |
Optional. The input field for account number. This should contain an IBAN or SWIFT number. |
||||||
AddressLine1 |
Required. The input field for the address. This should contain the delivery address information (house number, thoroughfare, building, suite, etc.) but should not contain locality information (locality, administrative area, postal code, etc.) which have their own inputs. |
||||||
AddressLine2 |
Optional. The input field for the address. |
||||||
AddressLine3 |
Optional. The input field for the address. |
||||||
AddressLine4 |
Optional. The input field for the address. |
||||||
AddressLine5 |
Optional. The input field for the address. |
||||||
AddressLine6 |
Optional. The input field for the address. |
||||||
AddressLine7 |
Optional. The input field for the address. |
||||||
AddressLine8 |
Optional. The input field for the address. |
||||||
AdministrativeArea |
Required. State, Province. The most common geographic data element. |
||||||
Company |
Optional. The company/organization name to be standardized. |
||||||
Country |
Required. The country name, abbreviation, or code. |
||||||
CountryOfOrigin |
Optional. This is used to determine whether or not to include the country name as the last line in the FormattedAddress field. |
||||||
DateOfBirth |
Optional. The date of birth to be verified. The expected input format is |
||||||
Optional. The email address to be verified. |
|||||||
FirstName |
Recommended. The given (first) name for the individual. |
||||||
FullName |
Recommended. The full name to be genderized, standardized, and parsed. This will only be done if the first name and last name fields are left blank. |
||||||
LastName |
Recommended. The family (last) name or surname for the individual. |
||||||
Locality |
Required. City, Municipality. The most common population center data element. |
||||||
NationalID |
Optional. Social Security Number. The national ID specific to the country. |
||||||
PhoneNumber |
Optional. The phone number to be verified. |
||||||
PostalCode |
Required. ZIP, Postcode. The complete postal code for a particular delivery point. If all three elements are provided and the PostalCode is incorrect, it can be corrected from the data on the Locality and AdministrativeArea. |
AddressOptions#
List options in the following format, with multiple options delimited with a ,
.
OptionName:Parameter,OptionName:Parameter
CountryOfOrigin#
This is used to determine whether or not to include the country name as the last line in FormattedAddress.
Parameter |
Description |
---|---|
[Any valid ISO-3166-1 Alpha-2, ISO-3166-1 Alpha-3, or ISO-3166-1 Numeric code] |
|
DeliveryLines#
This options allows you to specify if the Address Lines 1-8 should contain just the delivery address or the entire address.
Parameter |
Description |
---|---|
|
Default. Address Lines 1-8 return the entire address. |
|
Address Lines 1-8 return just the street address and dependent locality. It will not contain locality, administrative area, postal code, etc. |
LineSeparator#
This is the line separator used for the FormattedAddress result.
Parameter |
Description |
---|---|
|
Default. A semicolon ( |
|
A pipe ( |
|
A carriage return. |
|
A line feed. |
|
A carriage return + line feed. |
|
A tab. |
|
A line break. |
OutputScript#
This is the script type used for all applicable fields.
Parameter |
Description |
---|---|
|
Default. Returns the same script that is sent in. |
|
Returns in the Latin script. |
|
Returns in the native script for the designated country. |
EmailOptions#
List options in the following format, with multiple options delimited with a ,
.
OptionName:Parameter,OptionName:Parameter
DomainCorrection#
Parameter |
Description |
---|---|
On |
Default. Activates fuzzy email domain correction if the domain is a suspected typo. |
Off |
No email domain correction. |
TimeToWait#
TimeToWait allows you to select how long (in seconds) that you would like our web service to wait on a single email before it times out. Select a smaller number if time is of essence, or longer if you would prefer more accurate results.
Parameter |
Description |
---|---|
# [5 - 45] |
Default set to 25. Select how long the web service will wait before it times out on an email. |
VerifyMailBox#
Express#
The Express option will use cached mailbox validations, so any submitted emails will be checked against a database of known bad and known good emails. Any emails that are sent into the EXPRESS will also be cached so they can be looked up during a 90-day cycle. Use this option for increased cost savings or where speed and performance are of upmost importance.
NameOptions#
List options in the following format, with multiple options delimited with a ,
.
OptionName:Parameter,OptionName:Parameter
CorrectFirstName#
This option enables or disables spelling correction of first names.
A database of commonly misspelled first names to correct the values of the First Name properties.
Parameter |
Description |
---|---|
OFF |
Default. Preserve first name spellings; no correction allowed. |
ON |
Allows first name misspelling corrections. |
GenderAggression#
This option sets how aggressively the service will attempt to genderize neutral first names.
By default, Global Name will assign a value of N
when attempting to genderize a first name that can easily be male or female, such as Taylor
, Chris
, or Pat.
Using this property in conjunction with the GenderPopulation option, you can instruct the service on how much preference to give one gender over the other when assigning a gender to a normally neutral name.
Either the Code
or Name
listed below can be used to set the action.
For example, Options = GENDERAGGRESSION:2
and Options = GENDERAGGRESSION:Neutral
are equivalent settings.
Parameter Code |
Parameter Name |
Description |
---|---|---|
1 |
Aggressive |
Aggressive name genderizing. |
2 |
Neutral |
Default Neutral name genderizing. |
3 |
Conservative |
Conservative name genderizing. |
The table below shows how the settings for Gender Aggression and Gender Population affect genderizing:
GenderPopulation#
This option sets the gender balance of the source data, predominantly male, predominantly female, or neutral.
If you know that the majority of inputted names will be predominantly one gender, meaning that gender-neutral names will likely be of a particular gender, use this property to set the gender bias while genderizing names.
Either the Code
or Name
listed below can be used to set the action.
For example, Options = GENDERPOPULATION:3
and Options = GENDERPOPULATION:Female
are equivalent settings.
Parameter Code |
Parameter Name |
Description |
---|---|---|
1 |
Male |
Bias towards Male. |
2 |
Mixed |
Default No bias towards either gender. |
3 |
Female |
Bias towards Female. |
MiddleNameLogic#
Deprecated. Middle name logic will be determined by the supplied Country, enabling simultaneous processing of records from different countries.
This option controls how middle names are handled.
Some names can be ambiguous with regards to the middle word of a full name. It may be a middle name or it may be the first part of a hyphenated last name, but the hyphen has been omitted for some reason.
Normally, the service assumes that, in the absence of a hyphen, recognizable last names in the middle of a full name are treated as part of a hyphenated last name. “Mary O’Malley Kelly” is parsed into first name “Mary” and last name “O’Malley-Kelly.”
On the other hand, “Colleen Marie Sullivan” is parsed into first name “Colleen,” middle name “Marie,” and last name “Sullivan.”
Either the Code
or Name
listed below can be used to set the action.
For example, Options = MIDDLENAMELOGIC:0
and Options = MIDDLENAMELOGIC:ParseLogic
are equivalent settings.
Parameter Code |
Parameter Name |
Description |
---|---|---|
1 |
ParseLogic |
Default The service behaves as described above. |
2 |
HyphenatedLast |
The middle word is assumed to be part of the last name. “Matthew Edward Jones” is treated as “Matthew Edward-Jones.” |
3 |
MiddleName |
The middle word is assumed to be a middle name. for the name “Mary O’Malley Kelly,” O’Malley is assumed to be the middle name. |
When a hyphen is present, the hyphenated word is always treated as the last name, regardless of content.
NameHint#
This option sets the most likely format of the FullName input string.
This helps the service in cases where the order and formatting of the FullName input string are unclear.
Full or normal name order is: <Prefix> <First> <Middle> <Last> <Suffix>.
Inverse name order is: <Last> <Suffix>, <Prefix> <First> <Middle>.
Either the Code or Name listed below can be used to set the action.
For example, Options = NAMEHINT:4
and Options = NAMEHINT:Varying
are equivalent settings.
Parameter Code |
Parameter Name |
Description |
---|---|---|
1 |
DefinitelyFull |
Name will always be treated as normal name order regardless of formatting or punctuation. |
2 |
ProbablyFull |
Deprecated. Will resolve to |
3 |
ProbablyFull |
Deprecated. Will resolve to |
4 |
Varying |
Default. If necessary, statistical logic will be employed to determine name order, with no bias toward either name order. |
5 |
ProbablyInverse |
Deprecated. Will resolve to |
6 |
VeryLikelyInverse |
Deprecated. Will resolve to |
7 |
DefinitelyInverse |
Name will always be treated as inverse name order, regardless of formatting or punctuation. |
8 |
MixedFirstName |
Obsolete. Will resolve to |
9 |
MixedLastName |
Obsolete. Will resolve to |
Options#
List options in the following format, with multiple options delimited with a ,
.
OptionName:Parameter,OptionName:Parameter
Consent#
This option is for data sources that require consent to be given – acknowledging that consent is given to allow the data to be verified by external data sources.
Parameter |
Description |
---|---|
No |
Default. Indicates that no consent was given. |
Yes |
Indicates that consent was given. |
PhoneOptions#
List options in the following format, with multiple options delimited with a ,
.
OptionName:Parameter,OptionName:Parameter
CallerID#
US and Canada Only.
Parameter |
Description |
---|---|
False |
Default. CallerID is turned off. |
True |
Adds the CallerID to the queried phone, if we found it to be valid. |
DefaultCallingCode#
This is used when the country could not be detected from the phone number or country input.
Parameter |
Description |
---|---|
[Country Calling Code] |
Blank by Default. The sequence of digits found after the leading +. |
TimeToWait#
TimeToWait allows you to select how long (in seconds) that you would like our web service to wait on a single request before it times out. Select a smaller number if time is of essence, or longer if you would prefer more accurate results.
Parameter |
Description |
---|---|
[#{1 - 30}] |
Default set to 2. Select how long (in seconds) the service will wait before it times out. |
VerifyPhone#
This sets the level of verification to be done on a phone check.
Parameter |
Description |
---|---|
Express |
Default. Quickly validates against a database of known phone numbers. |
Premium |
Validates against a database of known phone numbers. If a number was last real-time validated more than 30 days ago, then a real-time check will be performed. |
Privacy#
List options in the following format, with multiple options delimited with a ,
.
Privacy:value1,value2,value3
Privacy#
This Option allows data elements to be redacted from the response. The user can submit any combination of data elements to redact, or all elements. All result codes will be returned to the client will be returned to the user.
Parameter |
Description |
---|---|
[None] |
Default. All data elements will be returned. |
name |
Redact name fields. |
address |
Redact address fields. |
phone |
Redact phone fields. |
Redact email fields. |
|
all |
Redact all fields. |
Headers#
Content-Type: application/json
Accept: application/json
Content-Type: application/json
Accept: application/json
Response#
{
"Name": {
"Results": "NE10,NS02",
"Company": "Melissa",
"NamePrefix": "",
"NameFirst": "",
"NameMiddle": "",
"NameLast": "",
"NameSuffix": "",
"Gender": "U",
"NamePrefix2": "",
"NameFirst2": "",
"NameMiddle2": "",
"NameLast2": "",
"NameSuffix2": "",
"Gender2": ""
},
"Address": {
"Results": "AC16,AV24,GS05",
"FormattedAddress": "Melissa;22382 Avenida Empresa;Rancho Santa Margarita, CA 92688-2112",
"Organization": "Melissa",
"AddressLine1": "22382 Avenida Empresa",
"AddressLine2": "Rancho Santa Margarita, CA 92688-2112",
"AddressLine3": "",
"AddressLine4": "",
"AddressLine5": "",
"AddressLine6": "",
"AddressLine7": "",
"AddressLine8": "",
"SubPremises": "",
"DoubleDependentLocality": "",
"DependentLocality": "",
"Locality": "Rancho Santa Margarita",
"SubAdministrativeArea": "Orange",
"AdministrativeArea": "CA",
"PostalCode": "92688-2112",
"AddressType": "S",
"AddressKey": "92688211282",
"SubNationalArea": "",
"CountryName": "United States of America",
"CountryCode": "US",
"CountryISO3": "USA",
"CountryNumber": "840",
"CountrySubdivisionCode": "US-CA",
"Thoroughfare": "Avenida Empresa",
"ThoroughfarePreDirection": "",
"ThoroughfareLeadingType": "",
"ThoroughfareName": "Avenida Empresa",
"ThoroughfareTrailingType": "",
"ThoroughfarePostDirection": "",
"DependentThoroughfare": "",
"DependentThoroughfarePreDirection": "",
"DependentThoroughfareLeadingType": "",
"DependentThoroughfareName": "",
"DependentThoroughfareTrailingType": "",
"DependentThoroughfarePostDirection": "",
"Building": "",
"PremisesType": "",
"PremisesNumber": "22382",
"SubPremisesType": "",
"SubPremisesNumber": "",
"PostBox": "",
"Latitude": "33.637562",
"Longitude": "-117.606887"
},
"Email": {
"DeliverabilityConfidenceScore": "61",
"Results": "ES01,ES07,ES21",
"EmailAddress": "info@melissa.com",
"MailboxName": "info",
"DomainName": "melissa",
"TopLevelDomain": "com",
"TopLevelDomainName": "Commercial",
"DateChecked": "10/30/2023 10:28:58 PM",
"EmailAgeEstimated": "2175",
"DomainAgeEstimated": "10258",
"DomainExpirationDate": "2024-09-14T23:00:00",
"DomainCreatedDate": "1995-09-15T23:00:00",
"DomainUpdatedDate": "2023-09-15T07:03:42",
"DomainEmail": "",
"DomainOrganization": "Domains By Proxy, LLC",
"DomainAddress1": "DomainsByProxy.com 2155 E Warner Rd",
"DomainLocality": "Tempe",
"DomainAdministrativeArea": "Arizona",
"DomainPostalCode": "85284",
"DomainCountry": "UNITED STATES",
"DomainAvailability": "UNAVAILABLE",
"DomainCountryCode": "US",
"DomainPrivateProxy": "1",
"PrivacyFlag": "N",
"MXServer": "",
"BreachCount": ""
},
"Phone": {
"Results": "PS01,PS22",
"Carrier": "(UNKNOWN)",
"CallerID": "",
"InternationalPhoneNumber": "+18006354772",
"PhoneNumber": "8006354772",
"PhoneInternationalPrefix": "",
"PhoneNationPrefix": "",
"PhoneCountryDialingCode": "1",
"PhoneNationalDestinationCode": "800",
"PhoneSubscriberNumber": "6354772",
"Locality": "Toll-free",
"AdministrativeArea": "",
"CountryName": "United States",
"CountryAbbreviation": "US",
"DST": "",
"UTC": "",
"Language": "",
"Latitude": "",
"Longitude": "",
"TimeZoneCode": "EST",
"TimeZoneName": "Eastern Standard Time"
},
"Identity": {
"Results": "",
"Confidence": "",
"Datasources": [],
"Watchlists": {
"Hit": "",
"Sources": [],
"Articles": [],
"ReportLink": ""
},
"WatchlistPersons": "",
"NationalID": "",
"DateOfBirth": "",
"AccountNumber": {
"Validated": ""
},
"BusinessInformation": {
"Name": "",
"ID": "",
"Status": "",
"Type": "",
"RegistrationDate": ""
}
},
"TransactionID": "0322c916-e831-47af-8264-602950dde820",
"TransmissionReference": "Test",
"Results": "",
"Version": "6.2.0.1206"
}
{
"Name": {
"Results": "NE10,NS02",
"Company": "Melissa",
"NamePrefix": "",
"NameFirst": "",
"NameMiddle": "",
"NameLast": "",
"NameSuffix": "",
"Gender": "U",
"NamePrefix2": "",
"NameFirst2": "",
"NameMiddle2": "",
"NameLast2": "",
"NameSuffix2": "",
"Gender2": ""
},
"Address": {
"Results": "AC16,AV24,GS05",
"FormattedAddress": "Melissa;22382 Avenida Empresa;Rancho Santa Margarita, CA 92688-2112",
"Organization": "Melissa",
"AddressLine1": "22382 Avenida Empresa",
"AddressLine2": "Rancho Santa Margarita, CA 92688-2112",
"AddressLine3": "",
"AddressLine4": "",
"AddressLine5": "",
"AddressLine6": "",
"AddressLine7": "",
"AddressLine8": "",
"SubPremises": "",
"DoubleDependentLocality": "",
"DependentLocality": "",
"Locality": "Rancho Santa Margarita",
"SubAdministrativeArea": "Orange",
"AdministrativeArea": "CA",
"PostalCode": "92688-2112",
"AddressType": "S",
"AddressKey": "92688211282",
"SubNationalArea": "",
"CountryName": "United States of America",
"CountryCode": "US",
"CountryISO3": "USA",
"CountryNumber": "840",
"CountrySubdivisionCode": "US-CA",
"Thoroughfare": "Avenida Empresa",
"ThoroughfarePreDirection": "",
"ThoroughfareLeadingType": "",
"ThoroughfareName": "Avenida Empresa",
"ThoroughfareTrailingType": "",
"ThoroughfarePostDirection": "",
"DependentThoroughfare": "",
"DependentThoroughfarePreDirection": "",
"DependentThoroughfareLeadingType": "",
"DependentThoroughfareName": "",
"DependentThoroughfareTrailingType": "",
"DependentThoroughfarePostDirection": "",
"Building": "",
"PremisesType": "",
"PremisesNumber": "22382",
"SubPremisesType": "",
"SubPremisesNumber": "",
"PostBox": "",
"Latitude": "33.637562",
"Longitude": "-117.606887"
},
"Email": {
"DeliverabilityConfidenceScore": "61",
"Results": "ES01,ES07,ES21",
"EmailAddress": "info@melissa.com",
"MailboxName": "info",
"DomainName": "melissa",
"TopLevelDomain": "com",
"TopLevelDomainName": "Commercial",
"DateChecked": "10/30/2023 10:28:58 PM",
"EmailAgeEstimated": "2181",
"DomainAgeEstimated": "10258",
"DomainExpirationDate": "2024-09-14T23:00:00",
"DomainCreatedDate": "1995-09-15T23:00:00",
"DomainUpdatedDate": "2023-09-15T07:03:42",
"DomainEmail": "",
"DomainOrganization": "Domains By Proxy, LLC",
"DomainAddress1": "DomainsByProxy.com 2155 E Warner Rd",
"DomainLocality": "Tempe",
"DomainAdministrativeArea": "Arizona",
"DomainPostalCode": "85284",
"DomainCountry": "UNITED STATES",
"DomainAvailability": "UNAVAILABLE",
"DomainCountryCode": "US",
"DomainPrivateProxy": "1",
"PrivacyFlag": "N",
"MXServer": "",
"BreachCount": ""
},
"Phone": {
"Results": "PS01,PS22",
"Carrier": "(UNKNOWN)",
"CallerID": "",
"InternationalPhoneNumber": "+18006354772",
"PhoneNumber": "8006354772",
"PhoneInternationalPrefix": "",
"PhoneNationPrefix": "",
"PhoneCountryDialingCode": "1",
"PhoneNationalDestinationCode": "800",
"PhoneSubscriberNumber": "6354772",
"Locality": "Toll-free",
"AdministrativeArea": "",
"CountryName": "United States",
"CountryAbbreviation": "US",
"DST": "",
"UTC": "",
"Language": "",
"Latitude": "",
"Longitude": "",
"TimeZoneCode": "EST",
"TimeZoneName": "Eastern Standard Time"
},
"Identity": {
"Results": "",
"Confidence": "",
"Datasources": [],
"Watchlists": {
"Hit": "",
"Sources": [],
"Articles": [],
"ReportLink": ""
},
"WatchlistPersons": "",
"NationalID": "",
"DateOfBirth": "",
"AccountNumber": {
"Validated": ""
},
"BusinessInformation": {
"Name": "",
"ID": "",
"Status": "",
"Type": "",
"RegistrationDate": ""
}
},
"TransactionID": "1c2b32c1-b457-41a1-9115-a1c4e6829265",
"TransmissionReference": "Test",
"Results": "",
"Version": "6.2.0.1206"
}
Service Level Response Fields#
Output Name |
Description |
---|---|
Results |
Lists error codes from any errors caused by the most recent request as a whole. |
TransactionID |
A unique string identifier for this record. A unique transaction ID is generated for every record handled by Personator Identity. |
TransmissionReference |
Optional. Serves as a unique request identifier. |
Version |
The current service version number. |
Record Level Response Fields#
Address#
Output Name |
Description |
---|---|
AddressLine1 |
These are the string values that will return the standardized or corrected contents of the input address. These lines will include the entire address including the locality, administrative area, and postal code. |
AddressLine2 |
Standardized or corrected contents of the input address line 2. |
AddressLine3 |
Standardized or corrected contents of the input address line 3. |
AddressLine4 |
Standardized or corrected contents of the input address line 4. |
AddressLine5 |
Standardized or corrected contents of the input address line 5. |
AddressLine6 |
Standardized or corrected contents of the input address line 6. |
AddressLine7 |
Standardized or corrected contents of the input address line 7. |
AddressLine8 |
Standardized or corrected contents of the input address line 8. |
AdministrativeArea |
State, Province. The standardized contents of the AdministrativeArea element. This is a common geographic area unit for larger countries. |
DependentLocality |
Urbanization. The standardized contents of the DependentLocality element. A dependent locality is a logical area unit that is smaller than a locality but larger than a double dependent locality or thoroughfare. It can often be associated with a neighborhood or sector. Great Britain is an example of a country that uses double dependent locality. In the United States, this would correspond to Urbanization, which is used only in Puerto Rico. |
DoubleDependentLocality |
The standardized contents of the DoubleDependentLocality element. A double dependent locality is a logical area unit that is smaller than a dependent locality but bigger than a thoroughfare. This field is very rarely used. Great Britain is an example of a country that uses double dependent locality. |
FormattedAddress |
The address in the correct format for mailing from the country specified in the CountryOfOrigin element. This includes the Organization as the first line, one or more lines in the origin country’s format, and the destination country (if required). |
Locality |
City. The standardized contents of the Locality element. This is the most common geographic area and used by virtually all countries. This is usually the value that is written on a mailing label and referred to by terms like City, Town, or Postal Town. |
Organization |
Business, Company. String value that matches the Organization request element. It is not modified or populated by the service. |
PostalCode |
ZIP Code. The standardized contents of the PostalCode element. Most countries have some form of a postal code system. |
Results |
Comma delimited status, error codes, and change codes for the record. For a list of these codes, see the Result Codes list. Separate lines will be delimited by what is specified in the LineSeparator option. |
SubAdministrativeArea |
County. The standardized contents of the SubAdministrativeArea element. This is a logical area that that is smaller than the administrative area but larger than a locality. While many countries can have a sub-administrative area value, it is very rarely used as part of an official address. |
SubPremises |
Suite, Apartment. The parsed SubPremises from the AddressLine elements. A subpremise are individual units with their own addresses inside a building. |
Appended Address Record Elements#
Output Name |
Description |
---|---|
AddressKey |
This is a country dependent field:
The AddressKey can be used by other Melissa Data services, such as Geocoder or RBDI. |
AddressType |
A one-character code for the type of address coded. See the Product Codes for a list of Address Type Codes. |
Building |
The parsed descriptive name identifying an individual location. |
CountryCode |
The 2 letter ISO 3166 country code value. For example: |
CountryISO3 |
The 3 letter ISO 3166 country code value. For example: |
CountryName |
The standardized contents of the CountryName element. |
CountryNumber |
The ISO 3166 country number value. For example: |
CountrySubdivisionCode |
The ISO3166-2 code for country subdivisions, usually tied to the administrative area for a country. The format is the 2 letter country code followed by a dash followed by 2 or 3 characters or two numbers. For example: This field is only populated for the following countries: AE, AR, AT, AU, BB, BE, BH, BR,BS, CA, CH, CL, CN, CO, CR, DE, DK, DM, DO, ES, FI, FJ, FR, GB, GH, GT, GY, HN, ID, IE, IL, IN, IS, IT, JP, KR, KW, LT, LU, LV, MX, MY, NC, NG, NI, NL, NO, NZ, PE, PH, PK, PL, PR, PT, RS, SA, SG, SI, SV, TH, TR, UA, US, UY, VN. |
DependentThoroughfare |
Dependent Street. The parsed block data element. The dependent thoroughfare is a second thoroughfare that is required to narrow down the final address. This is rarely used. |
DependentThoroughfareLeadingType |
The parsed leading thoroughfare type indicator within the DependentThoroughfare field. |
DependentThoroughfareName |
The parsed name indicator within the DependentThoroughfare field. |
DependentThoroughfarePostDirection |
The parsed postfix directional indicator within the DependentThoroughfare field. |
DependentThoroughfarePreDirection |
The parsed prefix directional within the DependentThoroughfare field. |
DependentThoroughfareTrailingType |
The parsed trailing thoroughfare type indicator within the DependentThoroughfare field. |
Latitude |
The parsed geographic coordinate for a particular delivery point. |
Longitude |
The parsed geographic coordinate for a particular delivery point. |
PostBox |
The parsed post box information for a particular deliveyr point. |
PremisesNumber |
House Number. The parsed alphanumeric indicator within the premises field. |
PremisesType |
The parsed leading premise type indicator within the premises field. |
SubNationalArea |
The standardized arbitrary administrative region below that of the sovereign state. A sub-national area is a logical area unit that is larger than an administrative area but smaller than the country itself. It is extremely rarely used. |
SubPremisesNumber |
Suite Number. The parsed sub premises number indicator within the premises field. |
SubPremisesType |
Suite Name. The parsed sub premises type indicator within the premises field. |
Thoroughfare |
Street. The most common street or block data element. This value is a part of the address lines and contains all the sub-elements of the thoroughfare like trailing type, thoroughfare name, pre direction, post direction, etc. |
ThoroughfareLeadingType |
The parsed leading thoroughfare type indicator within the Thoroughfare field. A leading type is a thoroughfare type that is placed before the thoroughfare. For example, the thoroughfare type of |
ThoroughfareName |
Street Name. The parsed name indicator within the Thoroughfare field. |
ThoroughfarePostDirection |
Post Direction. The parsed postfix directional within the Thoroughfare field. |
ThoroughfarePreDirection |
Street PreDirection. The parsed prefix directional within the Thoroughfare field. |
ThoroughfareTrailingType |
Street Suffix. The parsed trailing thoroughfare type indicator within the Thoroughfare field. A trailing type is a thoroughfare type that is placed after the thoroughfare. For example, the thoroughfare type of |
Email#
Output Name |
Description |
---|---|
Breach Count |
The known number of breaches that this email account has been involved in. |
DateChecked |
The date the email was validated. It returns UTC, Unix Time (Epoch Time) in the |
DeliverabilityConfidenceScore |
The probability [ |
DomainAddress1 |
The address of the DomainOrganization. |
DomainAdministrativeArea |
The state of the DomainOrganization. |
DomainAgeEstimated |
The estimated age of the domain in days. |
DomainAvailability |
Check to see if domain is available for purchase. |
DomainCountry |
The country of the DomainOrganization. |
DomainCountryCode |
The country code of the DomainCountry. |
DomainCreatedDate |
The date the domain was created in the |
DomainEmail |
The email associated with the domain owner. |
DomainExpirationDate |
The date the domain expires/expired in the |
DomainLocality |
The city of the DomainOrganization. |
DomainName |
The domain name portion of the email address. (All characters between the “ |
DomainOrganization |
The company associated with the domain owner. |
DomainPostalCode |
The postal code of the DomainOrganization. |
DomainPrivateProxy |
Check if domain is behind a private proxy. |
DomainUpdatedDate |
The date the domain was last updated in the |
EmailAddress |
The email address or domain, including any correcctions or updates made by the service. |
EmailAgeEstimated |
The estimated minimum age of the email in days based on historical data. The value is zero when we lack historical data on a given email. |
MailboxName |
The mailbox or user name portion of the email address (Everything before the “ |
MXServer |
Premium only. The Mail Exchange (MX) Server used to validate the email. |
PrivacyFlag |
Is this email affected by additional privacy reglations, such as GDPR. Returns |
Results |
Comma delimited status, error codes, and change codes for the record. See the Result Codes for a full list. |
TopLevelDomain |
The description associated with the top-level domain name of the email address (e.g. com is Commercial). |
TopLevelDomainName |
The top level domain name portion of the email address (All characters after the “ |
Identity#
Output Name |
Description |
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AccountNumber |
An object that returns one field for account number status.
Example: "AccountNumber": {
"Validated":"Y"
}
|
||||||||||||||||
BusinessInformation |
An object that returns the following Business Information:
|
||||||||||||||||
Confidence |
This indicates how reliable the record is after performing ID verification. The 3 possible values returned:
|
||||||||||||||||
DateOfBirth |
The input date of birth returned as is. |
||||||||||||||||
Datasources |
Contains an array of data sources where a match is found against the input. This field is only available when the Verify action is specified. Otherwise a null value is returned.
Example: "Datasources":
[
"DatasourceName":"",
"Results":"",
"Messages":
[{
"ResultCode":"",
"Description":""
}]
]
|
||||||||||||||||
NationalID |
The input national ID returned as is. |
||||||||||||||||
Results |
Comma delimited status, error codes, and change codes for the record. See the Result Codes for a full list. |
||||||||||||||||
Watchlists |
An object with three fields. For a list of used watchlists, see Personator Identity Watchlists.
Example: "Watchlists": {
"Hit":"Yes",
"Sources":
[{
"Name":"Specially Designated Nationals OFAC",
"Code":"",
"Type":"sanction",
"Date":""
},
{
"Name":"United Kingdom HM Treasury",
"Code": "PR",
"Type": "sanction",
"Date": "2005-12-07"
}],
"Articles":
[{
"Title":"SampleTitleName",
"Link":"http://samplereportlink.com",
"Date":"2017-09-30T00:00:00Z"
}],
}
|
||||||||||||||||
WatchlistsPersons |
Blank (Currently reserved for future) – A string value listing the potential names that were found matched on a watchlist. |
Name#
Output Name |
Description |
---|---|
Company |
The standardized company name. |
Gender |
A one-character string value indicating the gender of the first name from the input. For a list of these codes, see the Product Codes list. |
Gender2 |
A one-character string value indicating the gender of the inputted full name. For a list of these codes, see the Product Codes list. If the FullName input property contained multiple names, the gender of the second name will be returned here. |
NameFirst |
The first name from an inputted full name. If the FullName input property contained a single name, the first name, if any, will be returned here. If two names were passed, the first of the two first names will be returned by this property. |
NameFirst2 |
The second first name from an inputted full name. If the FullName input property contained multiple names, the second first name will be returned here. |
NameLast |
The last name from an inputted full name. If the FullName input property contained a single name, the last name, if any, will be returned here. If two names were passed, the first of the two last names will be returned by this property. |
NameLast2 |
The second last name from an inputted full name. If the FullName input property contained multiple names, the second last name, if any, will be returned here. |
NameMiddle |
The middle name from an inputted full name. If the FullName input property contained a single name, the middle name, if any, will be returned here. If two names were passed, the first of the two middle names will be returned by this property. |
NameMiddle2 |
The second middle name from an inputted full name. If the FullName input property contained multiple names, the second middle name, if any, will be returned here. |
NamePrefix |
The first prefix (such as If the FullName input property contained a single name, the prefix, if any, will be returned here. If two names were passed, the first of the two prefixes will be returned by this property. |
NamePrefix2 |
The second prefix (such as If the FullName input property contained multiple names, the second prefix will be returned here. |
NameSuffix |
The first suffix (such as If the FullName input property contained a single name, the suffix, if any, will be returned here. If two names were passed, the first of the two suffixes will be returned by this property. |
NameSuffix2 |
The second suffix (such as If the FullName input property contained multiple names, the second suffix, if any, will be returned here. |
Results |
Comma delimited status, error codes, and change codes for the record. For a list of these codes, see the Result Codes list. |
Phone#
Output Name |
Description |
---|---|
Administrative Area |
State. The administrative area (state) associated with the phone number. |
Caller ID |
The user name associated with the phone number, provided by our Caller ID service. |
Carrier |
The phone number’s carrier name. |
Country Abbreviation |
The abbreviation of the country. |
Country Dialing Code |
The digit(s) required to reach the target country. These are dialed after the international prefix. |
Country Name |
The country name associated with the phone number. |
Daylight Savings Time |
Indicates if the phone number region observes daylight savings time. Y for yes or N for no. |
International Phone Number |
The number you dial to successfully send an international call. This number can change depending on the Country of Origin field. |
International Prefix |
The international exit code needed to call a number outside of the dialing country. This depends on the Country of Origin and Country input fields. |
Language |
The predominant language of the phone number’s geographical location. |
Latitude |
The latitude of the phone number’s service area. Latitude is measured in degrees north or south of the equator. |
Locality |
The locality (city) associated with the phone number. |
Longitude |
The latitude of the phone number’s service area. Latitude is measured in degrees east or west of the Greenwich Meridian. |
Nation Prefix |
The digit(s) dialed before an area (city) code when calling a number within the same country but outside the numbering area. |
National Destination Code |
The national destination code, the numbering area within a country (or group of countries) and/or network/services. |
PhoneNumber |
The standardized phone number. This will return in varying formats depending on the inputs. For more detailed information, see Phone Number Format. |
Postal Code |
US Only. The zip code associated with the phone number. |
Results |
Comma delimited status, error codes, and change codes for the record. See the Result Codes for a full list. |
Subscriber Number |
The significant leading digits that further define the local exchange area and/or service. |
Suggestions |
An array of Response Record Elements. This is for single-record requests only. |
Universal Time Code |
The phone number’s time zone in the format: +/- hh:mm. |
Result Codes#
Result codes yield more granular information about a given record. They are returned as a comma-delimited string of 4-character alpha-numeric codes, e.g. AC02,AS01
or AE01
.
In nearly all situations, a match on the name is necessary before any other consideration:
KV03 – match on first name/forename
KV04 – match on last name/surname
In addition to matching on the name, an additional match on at least another element is necessary as well. Some common ones:
KV01 – match on address
KV02 – match on national ID
KV07 – match on date of birth
SE## and GE## Codes#
The SE## and GE## codes (Transmission Service Error and General Transmission Error) are used to signify more general errors, and are returned under the key TransmissionResults
in the outermost level of our responses.
Service Level Result Codes#
Code |
Short Description |
Long Description |
---|---|---|
Transmission Service Error |
||
|
Cloud Service Internal Error |
The cloud service experienced an internal error. |
General Transmission Error |
||
|
Empty Request Structure |
The SOAP, JSON, or XML request structure is empty. Not to be confused with the GE01 GeoCode result code. |
|
Empty Request Record Structure |
The SOAP, JSON, or XML request record structure is empty. Not to be confused with the GE02 GeoCode result code. |
|
Records Per Request Exceeded |
The counted records sent more than the number of records allowed per request. |
|
Empty License Key |
The License Key is empty. |
|
Invalid License Key |
The License Key is invalid. |
|
Disabled License Key |
The License Key is disabled. |
|
Invalid Request |
The SOAP, JSON, or XML request is invalid. |
|
Product/Level Not Enabled |
The License Key is invalid for this product or level. |
|
Customer Does Not Exist |
The Customer ID is not in our system. |
|
Customer License Disabled |
The encrypted license is on the ban list. |
|
Customer Disabled |
The Customer ID is disabled. |
|
IP Blacklisted |
The IP Address is on the global ban list. |
|
IP Not Whitelisted |
The IP Address is not on the customer’s whitelist. |
|
CallerID Not Enabled |
The license key or ID does not have CallerID enabled. |
General Transmission Warning |
||
|
Expiring License |
Your License Key is expiring soon. Please contact your sales representative for a new License Key. |
Record Level Result Codes#
Code |
Short Description |
Long Description |
---|---|---|
AC - Address Change |
||
|
Postal Code Change |
The postal code was changed or added. |
|
Administrative Area Change |
The administrative area (state, province) was added or changed. |
|
Locality Change |
The locality (city, municipality) name was added or changed. |
|
Dependent Locality Change |
The dependent locality (urbanization) was changed. |
|
Thoroughfare Name Change |
The thoroughfare (street) name was added or changed due to a spelling correction. |
|
Thoroughfare Type Change |
The thoroughfare (street) leading or trailing type was added or changed, such as from “St” to “Rd.” |
|
Thoroughfare Directional Change |
The thoroughfare (street) pre-directional or post-directional was added or changed, such as from “N” to “NW.” |
|
Sub Premise Type Change |
The sub premise (suite) type was added or changed, such as from “STE” to “APT.” |
|
Sub Premise Number Change |
The sub premise (suite) unit number was added or changed. |
|
Double Dependent Locality Change |
The double dependent locality was added or changed. |
|
SubAdministrative Area Change |
The subadministrative area was added or changed. |
|
SubNational Area Change |
The subnational area was added or changed. |
|
PO Box Change |
The PO Box was added or changed. |
|
Premise Type Change |
The premise type was added or changed. |
|
House Number Change |
The house number was changed. |
|
Organization Change |
The organization was added or changed. |
AE - Address Error |
||
|
General Error |
The address could not be verified. This is likely due to a missing or invalid locality or postal code. |
|
Unknown Street |
Could not match the input street to a unique street name. Either no matches or too many matches found. |
|
Component Mismatch Error |
The combination of directionals (N, E, SW, etc) and the suffix (AVE, ST, BLVD) is not correct and produced multiple possible matches. |
|
Multiple Match |
The address was matched to multiple records. There is not enough information available in the address to break the tie between multiple records. |
|
Sub Premise Number Invalid |
The thoroughfare (street address) was found but the sub premise (suite) was not valid. |
|
Sub Premise Number Missing |
The thoroughfare (street address) was found but the sub premise (suite) was missing. |
|
Premise Number Invalid |
The premise (house or building) number for the address is not valid. |
|
Premise Number Missing |
The premise (house or building) number for the address is missing. |
|
Box Number Invalid |
The PO (Post Office Box), RR (Rural Route), or HC (Highway Contract) Box number is invalid. |
|
Box Number Missing |
The PO (Post Office Box), RR (Rural Route), or HC (Highway Contract) Box number is missing. |
|
PMB Number Missing |
US Only. The address is a Commercial Mail Receiving Agency (CMRA) and the Private Mail Box (PMB or #) number is missing. |
|
Sub Premise Not Required (Deprecated - See AS23) |
A sub premise (suite) number was entered but the address does not have secondaries. (Deprecated - See AS23) |
AN - Account Number Status |
||
|
Valid Account Number |
Account Number Validation Passed |
|
Country Matched |
Input Country matches the Account Number Country |
|
IBAN |
Account Number is identified as IBAN |
|
SWIFT |
Account Number is identified as SWIFT |
|
Invalid Account Number |
Account Number did not pass validation |
|
Country Mismatched |
Input Country does not match the Account Number Country |
AS - Address Status |
||
|
Foreign Address |
The address is in a non-supported country. |
AV - Address Verification |
||
|
Administrative Area Partial |
The address has been partially verified to the Administrative Area (State) Level, which is NOT the highest level possible with the reference data. |
|
Locality Partial |
The address has been partially verified to the Locality (City) Level, which is NOT the highest level possible with the reference data. |
|
Thoroughfare Partial |
The address has been partially verified to the Thoroughfare (Street) Level, which is NOT the highest level possible with the reference data. |
|
Premise Partial |
The address has been partially verified to the Premise (House or Building) Level, which is NOT the highest level possible with the reference data. |
|
Administrative Area Full |
The address has been verified to the Administrative Area (State) Level, which is the highest level possible with the reference data. |
|
Locality Full |
The address has been verified to the Locality (City) Level, which is the highest level possible with the reference data. |
|
Thoroughfare Full |
The address has been verified to the Thoroughfare (Street) Level, which is the highest level possible with the reference data. |
|
Premises Full |
The address has been verified to the Premise (House or Building) Level, which is the highest level possible with the reference data. |
|
SubPremises Full |
The address has been verified to the SubPremise (Suite) or PO Box Level, which is the highest level possible with the reference data. |
DD - Date of Death |
||
|
Not Deceased |
This person is not deceased. |
|
Deceased |
This person is deceased. |
DE - Data Error |
||
|
Data Field Error |
The data field was empty. |
ES - Email Status |
||
|
Valid Email |
This email was confirmed to be a valid email. |
|
Invalid Email |
This email was confirmed to be a invalid email. |
|
Unknown Email |
This email’s status is unknown due to unknown external factors. Please try again another time. |
|
Mobile Email Address |
The domain name was identified as a mobile email address and classified as not deliverable by the FCC. |
|
Disposable Domain |
The domain name of the submitted email was identified as a disposable domain. |
|
Spamtrap Domain |
The domain name of the submitted email was identified as a spamtrap. Mailing to this domain could result in the sender being blacklisted. |
|
Accept All Server |
The mail server is an accept all server. Accept-All domains is set in a way that makes all emails seem valid. |
|
Role Address |
This Email address was created as a group, ex: sales@, support@, or postmaster@. |
|
Protected Mailbox Caution |
The mail provider for this email address may be quick to classify senders as spam and will not respond to our requests. Mailbox validation is not possible at this time and the mailbox may or may not exist. We recommend proceeding with caution if emailing numerous records to this mail domain. |
|
Syntax Changed |
The syntax of the submitted email address was changed. |
|
Top Level Domain Changed |
The top level domain of the submitted email address was changed. |
|
Domain Changed (Spelling) |
The domain of the submitted email address was corrected for spelling. |
|
Domain Changed (Update) |
The domain of the submitted email address was updated due to a domain name change. |
|
Verify (Precision: Domain Result) |
The email is considered valid, but did not have the mailbox verified and not found in our mailbox database. |
|
Verify (Precision: Cached Mailbox Result) |
The mailbox was found to be already validated in our mailbox database. |
|
Verify (Precision: Real-time Mailbox Result) |
The mailbox validation was performed in real-time. |
|
Verify (Precision: Unicode Result) |
Unicode Detected: We do not support Unicode at this time for realtime mailbox validation. Domain and cache check only. |
|
Verify (Precision: Pending Mailbox Result) |
The mail provider has been known to send a delayed response so it is possible that the pending status will change within the next 24 hours. You may want to resubmit this input at a later time as an update may be possible. |
EE - Email Error |
||
|
Email Syntax Error |
There is a syntax error in the submitted email address. |
|
Email Domain Not Found |
A Domain of the submitted email address was not found. |
|
Email Server Not Found |
The mail server of the submitted email address was not found. |
|
Invalid Email |
An invalid mailbox was detected (i.e. noreply). |
GEO-GS - GeoCode Status |
||
|
Geocoded to Street Level |
The record was coded to the street level (Zip+4 for US, full postal code for CA). |
|
Geocoded to the Neighborhood Level |
The record was geocoded down to neighborhood level (Zip+2 for US). |
|
Geocoded to Community Level |
The record was coded to the community level (ZIP centroid for US, 3-digit postal code for CA). |
|
Geocoded to State Level |
The record was geocoded to the state (administrative area) level. |
|
Geocoded to Rooftop Level |
The record was geocoded down to the rooftop level, meaning the point is within the property boundaries, usually the center. |
|
Geocoded to Interpolated Rooftop Level |
The record was geocoded down to the rooftop level using interpolation (educated estimations using street coordinates). The point may be in or close to the property boundaries. |
GEO-GE - GeoCode Error |
||
|
Regional Geocode Not Found |
Geocode could not be appended for the input locality or postal code. |
|
No Geocode for Input Address |
The input address did not provide enough valid information to append a geocode. |
KE - Personator Identity Error Codes |
||
|
Timeout |
Querying the data sources/providers has timed out. Retry sending the web service request. |
|
Data Provider Unavailable |
The data provider is currently unavailable. Please wait and try again at a later time. |
KV - Verification Match |
||
|
Address matched |
Complete match found for address. |
|
Postal code matched |
Complete match found for postal code. |
|
Administrative area (state/province) matched |
Complete match found for administrative area (state/province). |
|
Locality matched |
Complete match found for locality. |
|
Thoroughfare/street matched |
Complete match found for thoroughfare. |
|
Premise/house number matched |
Complete match found for premise/house number. |
|
Subpremise matched |
Complete match found for subpremise. |
|
National ID matched |
Complete match found for national ID. |
|
First/given/forename matched |
Complete match found for first/given/forename name. |
|
First Initial Matched |
Match found for first initial (from first/given name). |
|
Partial First Name Match |
Partial match found for first/given/forename name. |
|
Last/surname matched |
Complete match found for last/surname. |
|
Partial Last Name Match |
Partial match found for last/surname. |
|
Phone number matched |
Complete match found for phone number. |
|
Last 4 digits of phone matched |
Match found for the last 4 digits of the phone number. |
|
Email matched |
Complete match found for the email address. |
|
Date of birth matched |
Complete match found for the date of birth. |
|
Day of birth matched |
Match found for the day of birth. |
|
Month of birth matched |
Match found for the month of birth. |
|
Year of birth matched |
Match found for the year of birth. |
|
Organization matched |
Complete match found for the organization/company. |
|
First and last name swap match |
First name and last name swapped for a full match. |
|
Middle and first name swap match |
Middle name and first name swapped for a full match. |
|
Middle and last name swap match |
Middle and last name swapped for a full match. |
|
Middle and first name swap partial match |
Middle and first name swapped for a partial match. |
|
Middle and last name swap partial match |
Middle and last name swapped for a partial match. |
NS - Name Status |
||
|
Parsing Successful |
Name parsing was successful. |
|
Error Parsing |
An error was detected. Please check for a name error code. |
|
First Name Spelling Corrected |
The spelling in the first name field was corrected. |
|
First Name 2 Spelling Corrected |
The spelling in the second first name field was corrected. |
|
First Name 1 Found |
FirstName1 was found in our census table of names. Very likely to be a real first name. |
|
Last Name 1 Found |
LastName1 was found in our census table of names. Very likely to be a real last name. |
|
First Name 2 Found |
FirstName2 was found in our census table of names. Very likely to be a real first name. |
|
Last Name 2 Found |
LastName2 was found in our census table of names. Very likely to be a real last name. |
|
Company Name Standardized |
The company name was standardized. |
NE - Name Error |
||
|
Unrecognized Format |
Format of Input string was not recognized or too long to represent a valid name. |
|
Multiple First Names Detected |
Multiple first names were detected and could not be accurately genderized. |
|
Vulgarity Detected |
A vulgarity was detected in the name. |
|
Suspicious Word Detected |
The name contained words found on the list of nuisance names, such as “Mickey Mouse.” |
|
Company Name Detected |
The name contained words normally found in a company name. |
|
Non-Alphabetic Character Detected |
The name contained a non-alphabetic character. |
|
Unicode/Non-Latin Name Input |
Unicode characters detected on input. We do not support Unicode at this time; the input is returned as-is. |
|
Company Standardization Not Needed |
Company name standardization was attempted, but did not produce a different result. |
PS - Phone Status |
||
|
Valid Phone |
The phone number has been verified as valid. |
|
7-Digit Match |
The first 7-digits of the phone number have been verified, but activity cannot be confirmed. |
|
Corrected Area Code |
NewAreaCode contains corrected area code that was changed according to the postal code it falls into. |
|
Demo Mode |
Demo mode is active and the phone number is outside the range of phone numbers allowed by the Demo. |
|
Updated Area Code |
The area code was changed due to an area code split. The updated code is located within NewAreaCode. |
|
Cellular Line |
On activation, the exchange type of the phone number was designated as a cellular number, but current status cannot be confirmed. |
|
Land Line |
On activation, the exchange type of the phone number was designated as a land line, but current status cannot be confirmed. |
|
VOIP Line |
On activation, the exchange type of the phone number was designated as a VOIP line, but current status cannot be confirmed. |
|
Residential Number |
The phone number belongs to a residence. |
|
Business Number |
The phone number belongs to a business. |
|
SOHO Number |
The phone number belongs to a small office or home office. |
|
Toll Free Number |
Global Phone Object Only. The phone number is a toll free number. |
|
Special Number |
Global Phone Object Only. This is a phone number with premium service, data, internet access, etc. which all incur a higher charge rate. |
|
Misc Type |
The phone number is used for other services (calling cards, national numbers, directory assistance, mass communications, etc.) |
|
Unknown Type |
Phone type is unknown due to external errors. Please try again at another time. |
|
Live number |
Phone is live, callable and/or able to receive SMS. |
|
Do Not Call |
The phone number was found in Melissa’s proprietary Do Not Call list. |
|
Low Confidence |
Number exists within a block of registered phone numbers. |
|
Medium Confidence |
Number was found to already be validated in our phone database. |
|
High Confidence |
Number was verified against current dialing equipment. |
|
Premium Timeout |
Querying Premium has timed out, but has continued to run in the background. Query later to obtain the cached results. |
|
CallerID Timeout |
Querying CallerID has timed out, but has continued to run in the background. Query later to obtain the cached results. |
PE - Phone Error |
||
|
Invalid Phone |
The area code/phone number does not exist in our database or contains non-numbers. |
|
Blank Phone |
The phone number is blank. |
|
Bad Phone |
The phone number has too many or too few digits. |
|
Multiple Match |
Two or more possible area codes are available as a fix and their distance is too close to choose one over the other. |
|
Bad Prefix/Prefix +1 |
The phone prefix or first 7-digits do not exist in our database. |
|
Bad Postal Code |
The input postal code is invalid. |
|
No Country Input |
Global Phone Object Only. The input country is blank and the phone number has no ‘+’ sign. |
|
Out of Range Suffix |
Global Phone Object Only. The subscriber’s phone number suffix is out of range. |
|
Invalid Input Country |
Global Phone Object Only. The input country in not valid. |
|
Disconnected Phone |
Phone number has been disconnected. |
Record Level Product Codes#
Code |
Description |
---|---|
Address Type US |
|
|
Alias |
|
Firm or Company |
|
Highrise or Business Complex |
|
General Delivery |
|
PO Box |
|
Rural Route |
|
Street or Residential |
Address Type Canada |
|
|
Street |
|
Street Served by Route and GD |
|
Lock Box |
|
Route Service |
|
General Delivery |
|
LVR Street |
|
Government Street |
|
LVR Lock Box |
|
Government Lock Box |
|
LVR General Delivery |
|
Building |
Address Type Austria |
|
|
A door number (Tür) is expected for this address to be considered complete. |
Address Type France |
|
|
This address is a CEDEX address. These are addresses classified as “Courier d’entreprise à distribution exceptionnelle” or “special business mail” by La Poste. They are given their own postal priority and usually large organizations. |
Address Type Great Britain |
|
|
This address is identified as having a large user postal code. This is due to the large volume of mail received at that address, or because a PO Box or Selectapost service has been set up. |
|
This address is identified as having a smaller user postal code. This means this postal code will have usually around 15 delivery points but never more than 100. |
Address Type Switzerland |
|
|
Domicile and specialist addresses |
|
Domicile addresses only |
|
Specialist postcodes only |
|
Company postcodes |
|
In-house Swiss Post postcodes (delivery post office information on bundle labels or bag addresses). |
Delivery Indicator Code |
|
|
Residence |
|
Business |
|
Unknown |
Gender Type Code |
|
|
Male |
|
Female |
|
Unknown |
|
Neutral (Pat, Chris, etc.) |
Postal Code Type |
|
|
Regular postal code |
|
Military Postal Code |
|
PO Box Postal Code |
|
Unique Postal Code usually assigned to a large organization or government institution. |