Skip to main content

Data

Identifiers

An identifier is a phone number or email address the user uses to verify for 1-Click Signup.

NameKeyTypeFormatDescriptionExample
PhonephonestringE.164Phone number a user uses to verify to 1-Click Signup"+10123456789"
EmailemailstringemailEmail address a user uses to verify to 1-Click Signup"richard@piedpiper.net"

Credentials

A credential is a piece of identity data about a user.

Credential Formats

We support multiple formats for some credential types (see below). If you'd like to use formats different than the defaults, please reach out to us at Support@Verified.inc and we'll enable them for you.

KYC (Know Your Customer)

NameKeyTypeFormat(s)DescriptionExample
PhonephonestringE.164Phone number"+10123456789"
EmailemailstringemailEmail address"richard@piedpiper.net"
Full NamefullName
  • Default: Object
  • string
  • Default: Object with keys for all child credentials listed below
  • Any combination of child shortenedCredentialTypes under fullName, , (comma), and - (dash)
Full name
↳ First NamefullName.firstNamestringTitle CaseFirst name"Richard"
↳ Middle NamefullName.middleNamestringTitle CaseMiddle name"Baudelaire"
↳ Last NamefullName.lastNamestringTitle CaseLast name"Henricks"
Addressaddress
  • Default: Object
  • string
  • Default: Object with keys for all child credentials listed below
  • Any combination of child shortenedCredentialTypes under address, , (comma), and - (dash)
Address
↳ Line 1address.line1stringTitle CaseLine 1 of address"5320 Newell Rd"
↳ Line 2address.line2stringTitle CaseLine 2 of address""
↳ Cityaddress.citystringTitle CaseCity of address"Palo Alto"
↳ Stateaddress.statestring
  • Default: 2 letter abbreviation (last 2 characters of ISO 3166-2 code for US state/territory)
  • Full state/territory name (ISO 3166-2 subdivision name)
State of address
  • "CA"
  • "California"
↳ ZIP Codeaddress.zipCodestringZIP Code (5 digits, 0-9) or ZIP+4 (9 digits, 0-9, with a hypen after the first 5)ZIP code of address"94303" or "94303-3058"
↳ Countryaddress.countrystring
  • Default: 2 letter abbreviation (ISO 3166-1 alpha-2 code, currently always "US")
  • Full country name (ISO 3166-1 English short name, currently always "United States of America")
Country of address"US"
Birth DatebirthDatestring
  • Default: Unix time (milliseconds)
  • Any combination of y(year), M(month), d(day), /(slash), and -(dash)
Birth date
  • "617947200000"
  • "08/01/1989"
SSNssnstring9 digits (0-9)Social Security Number"123-45-6789"

Financials
Contact Us

NameKeyTypeFormat(s)DescriptionExample
Bank AccountbankAccountObjectObject with keys for all child credentials listed belowBank account information"+10123456789"
↳ Account TypebankAccount.accountType
enum

Possible values:

  • "savings"
  • "checking"
snake_caseBank account type"savings"
↳ Account NumberbankAccount.accountNumberstringAny number of (usually 10-12) digits (0-9)Bank account number"012345678901"
↳ Routing NumberbankAccount.routingNumberstring9 digits (0-9)Bank routing number"123456789"
Credit CardcreditCardObjectObject with keys for all child credentials listed belowCredit card information-
↳ NetworkcreditCard.networkstringTitle CaseNetwork of credit card"VISA"
↳ Issuing BankcreditCard.issuingBankstringTitle CaseIssuing bank of credit card"Bank of America"
↳ Cardholder NamecreditCard.cardholderNamestringTitle CaseCardholder name of credit card"Richard Hendricks"
↳ PANcreditCard.panstring16 digits (0-9)Primary Account Number of credit card"1234123412341234"
↳ Expiration DatecreditCard.expirationDatestring4 digits (0-9)Expiration date of credit card"0828"
↳ CVCcreditCard.cvcstring16 digits (0-9)Card Verification Code"123"
↳ Billing AddresscreditCard.billingAddress
  • Default: Object
  • string
  • Default: Object with keys for all child credentials listed below
  • Any combination of child shortenedCredentialTypes under address, , (comma), and - (dash)
Address
↳ ↳ Line 1creditCard.billingAddress.line1stringTitle CaseLine 1 of address"5320 Newell Rd"
↳ ↳ Line 2creditCard.billingAddress.line2stringTitle CaseLine 2 of address""
↳ ↳ CitycreditCard.billingAddress.citystringTitle CaseCity of address"Palo Alto"
↳ ↳ StatecreditCard.billingAddress.statestring
  • Default: 2 letter abbreviation (last 2 characters of ISO 3166-2 code for US state/territory)
  • Full state/territory name (ISO 3166-2 subdivision name)
State of address
  • "CA"
  • "California"
↳ ↳ ZIP CodecreditCard.billingAddress.zipCodestringZIP Code (5 digits, 0-9) or ZIP+4 (9 digits, 0-9, with a hypen after the first 5)ZIP code of address"94303" or "94303-3058"
↳ ↳ CountrycreditCard.billingAddress.countrystring
  • Default: 2 letter abbreviation (ISO 3166-1 alpha-2 code, currently always "US")
  • Full country name (ISO 3166-1 English short name, currently always "United States of America")
Country of address"US"

Employment
Contact Us

NameKeyTypeFormat(s)DescriptionExample
EmployeremployerObjectObject with keys for all child credentials listed belowEmployer information-
↳ Employer Nameemployer.employerNamestringTitle CaseEmployer name"Pied Piper"
↳ Employment Start Dateemployer.employmentStartDatestring
  • Default: Unix time (milliseconds)
  • Any combination of y(year), M(month), d(day), /(slash), and -(dash)
Employment start date
  • "1396310400000"
  • "04/01/2014"
↳ Titleemployer.titlestringTitle CaseTitle of employment"CEO"

Vehicles
Contact Us

NameKeyTypeFormat(s)DescriptionExample
VehiclevehicleObjectObject with keys for all child credentials listed belowVehicle information-
↳ VINvehicle.vinstringFMVSS 115, Part 565 (US standard to calculate VIN)Vehicle Identification Number"4Y1SL65848Z411439"
↳ Makevehicle.makestringTitle CaseVehicle make"Toyota"
↳ Modelvehicle.modelstringTitle CaseVehicle model"RAV4"
↳ Yearvehicle.yearstring
  • Default: Unix time (milliseconds)
  • Any combination of y(year), M(month), d(day), /(slash), and -(dash)
Year of vehicle manufacture
  • "617947200000"
  • "08/01/1989"
↳ Owner(s)vehicle.ownersstring[]Title CaseNames of vehicle owner(s)["Richard Hendricks", "Erlich Bachman"]
↳ MSRPvehicle.msrpstringTitle CaseManufacturer's suggested retail price"Richard"
↳ ↳ Currencyvehicle.msrp.currency
enum

Possible values:

  • "USD"
ISO 4217 currency codeCurrency of manufacturer's suggested retail price"USD"
↳ ↳ Amountvehicle.msrp.amountstringAny number of digits (0-9)Amount of manufacturer's suggested retail price"10000"

Properties
Contact Us

NameKeyTypeFormat(s)DescriptionExample
PropertypropertyObjectObject with keys for all child credentials listed belowProperty information-
↳ Addressproperty.address
  • Default: Object
  • string
  • Default: Object with keys for all child credentials listed below
  • Any combination of child shortenedCredentialTypes under address, , (comma), and - (dash)
Address
↳ ↳ Line 1property.address.line1stringTitle CaseLine 1 of address"5320 Newell Rd"
↳ ↳ Line 2property.address.line2stringTitle CaseLine 2 of address""
↳ ↳ Cityproperty.address.citystringTitle CaseCity of address"Palo Alto"
↳ ↳ Stateproperty.address.statestring
  • Default: 2 letter abbreviation (last 2 characters of ISO 3166-2 code for US state/territory)
  • Full state/territory name (ISO 3166-2 subdivision name)
State of address
  • "CA"
  • "California"
↳ ↳ ZIP Codeproperty.address.zipCodestringZIP Code (5 digits, 0-9) or ZIP+4 (9 digits, 0-9, with a hypen after the first 5)ZIP code of address"94303" or "94303-3058"
↳ ↳ Countryproperty.address.countrystring
  • Default: 2 letter abbreviation (ISO 3166-1 alpha-2 code, currently always "US")
  • Full country name (ISO 3166-1 English short name, currently always "United States of America")
Country of address"US"
↳ Owner(s)property.ownersstring[]Title CaseNames of property owner(s)["Erlich Bachman"]
↳ Detailsproperty.detailsstringSentence caseAny additional property details"Single family home, 4BR/3BA"

Government IDs
Contact Us

NameKeyTypeFormat(s)DescriptionExample
Government IDgovernmentIdObjectObject with keys for all child credentials listed belowGovernment ID-
↳ Document TypegovernmentId.documentType
enum

Possible values:

  • "drivers_license"
  • "passport"
  • "resident_card"
snake_caseType of government ID-
↳ Document NumbergovernmentId.documentNumberstringAny number of digits (0-9)Number of government ID"9876543210"
↳ Document Front ImagegovernmentId.documentFrontImagestringURLLink to image of front of government ID"+10123456789"
↳ Document Back ImagegovernmentId.documentBackImagestringURLLink to image of back of government ID"+10123456789"

Demographics
Contact Us

NameKeyTypeFormat(s)DescriptionExample
Ageagestring1-3 digits (0-9)Age"35"
Sexsexstring
enum

Possible values:

  • "male"
  • "female"
  • "intersex"
  • "other"
Sex"female"
Gendergenderstringsnake_caseGender"woman"
Racerace
enum[]

Possible values:

  • "white"
  • "black_or_african_american"
  • "american_indian_or_alaska_native"
  • "asian"
  • "native_hawaiian_or_other_pacific_islander"
snake_caseRace["black_or_african_american", "asian"]
Ethnicityethnicity
enum

Possible values:

  • "hispanic_or_latino"
  • "not_hispanic_or_latino"
snake_caseEthnicity"hispanic_or_latino"
NationalitynationalitystringTitle CaseNationality"United States"

Metadata

A piece of metadata is additional data that's not a user's identity data (their identifiers or credentials) — though it's often about that identity data.

NameKeyTypeApplies ToFormatDescriptionExample
IDidstring
  • Credentials
Version 4 UUIDUnique identifier for a credential"174b9aaf-3219-4499-b54c-0eb6acc5dbf2"
Verification MethodverificationMethod
enum

Possible values:

  • "phone_carrier"
  • "credit_bureau"
  • "otp"
  • "self_attested"
  • null
  • Identifiers
  • Credentials
snake_caseHow an identifier or credential was verified"phone_carrier"
Statusstatus
enum

Possible values:

  • "valid"
  • "revoked"
  • "otp"
  • "self_attested"
  • null
  • Credentials
snake_caseThe status of a credential"valid"
Expiration DateexpirationDatestring
  • Credentials
Unix time (milliseconds) or nullThe date a credential expires"1671847264479"
Fraud Signals
Contact Us
fraudSignalsstring
  • Identifiers
Unix time (milliseconds) or nullThe date a credential expires"1671847264479"
tip

The most commonly used type of metadata is verificationMethod, which describes how a credential was verified:

  • "phone_carrier": verified via phone carrier records
  • "credit_bureau": verified via credit bureau records
  • "otp": verified via an OTP (one time passcode)
  • "self_attested": attested by the user themselves (not verified)
  • null

You can build custom logic to handle credentials based on their verificationMethod, for example requiring additional verification if an important credential is "self_attested".

Fraud Signals

Name

Key

Type

Applies To

Description

Reason Codes

reasonCodes

string[]

  • Phone identifiers

Indicators providing additional context about the transaction: see Reason Codes

Status Index

statusIndex

string

  • Phone identifiers
  • Bitmapped value that represents networkStatus, accountType, accountRole, and customerType
  • Default: "11"

Baselined?

isBaselined

boolean

  • Phone identifiers
  • Indicator to communicate whether we have ever transacted with the input phone number before the current transaction
  • Default: true

Phone Risk?

phoneRisk

boolean

  • Phone identifiers
  • Whether phone number was found on a website that allows shared and anonymous access to temporary phone numbers
  • Default: true

Trust Score

trustScore

integer

  • Phone identifiers
  • Integer value, ranging from 0 to 1000, denoting the real-time trustworthiness of a phone number (1000 indicates perfect trust, while 0 indicates a complete lack of trust)
  • Default: 892

Carrier Status

carrierStatus

enum

Possible values:

  • "Unknown"
  • "Active"
  • "Suspended"
  • "Disconnected"
  • Phone identifiers
  • Current phone number network status associated with the carriers
  • Default: "Unknown"

Phone Number Velocity

phoneNumberVelocity

integer

  • Phone identifiers

Number of times the subscriber has changed their phone number

Port Velocity

portVelocity

integer

  • Phone identifiers
  • Number of times the subscriber has changed their carrier within the last 90 days
  • Default: 1

SIM Velocity

simVelocity

integer

  • Phone identifiers

Number of times the mobile subscriber has changed their SIM within the last 90 days

Device Velocity

deviceVelocity

integer

  • Phone identifiers

Number of times the mobile subscriber has changed their device within the last 90 days

Payfone Tenure

payfoneTenure

Object

  • Phone identifiers
  • Amount of time we've been able to track the subscriber (defined with minimumDate and maximumDate)
  • Default minimumDate: 2021-11-21T23:59:59.000Z

Carrier Tenure

carrierTenure

Object

  • Phone identifiers
  • Amount of time we’ve been able to track the carrier associated with the subscriber (defined with minimumDate and maximumDate)
  • Default minimumDate: 2021-11-21T23:59:59.000Z
  • Default maximumDate: 2022-10-22T00:00:00.000Z

Phone Number Tenure

phoneNumberTenure

Object

  • Phone identifiers
  • Amount of time we’ve been able to track the phone number associated with the subscriber (defined with minimumDate and maximumDate)
  • Default minimumDate: 2021-11-21T23:59:59.000Z

SIM Tenure

simTenure

Object

  • Phone identifiers
  • Amount of time we’ve been able to track the SIM association with the subscriber (defined with minimumDate and maximumDate)
  • Default minimumDate: 2021-11-21T23:59:59.000Z
  • Default maximumDate: 2022-10-22T00:00:00.000Z

Device Tenure

deviceTenure

Object

  • Phone identifiers
  • Amount of time we’ve been able to track the device association with the subscriber (defined with minimumDate and maximumDate)
  • Default minimumDate: 2021-11-21T23:59:59.000Z
  • Default maximumDate: 2022-10-22T00:00:00.000Z

Ported Date

portedDate

Object

  • Phone identifiers
  • Date associated with a port of the phone number (defined with minimumDate and maximumDate)
  • Default minimumDate: 2021-11-21T23:59:59.000Z
  • Default maximumDate: 2022-10-22T00:00:00.000Z

Reason Codes

Code

Reason

Description

BL

Business Line

Phone number is associated with a business line

CF

Correctional Facility

Address matches the address of a US correctional facility

CU

Carrier Unsuccessful

Carrier call was unsuccessful

D1

Web-Scraped Number

Phone number was found to be a web-scraped number showing as "active"

D2

Recently Deactivated

Phone number was recently deactivated

DR

Possible More Recent Device

Device date returned was not obtained in real-time; there could be a more recent device change

DS

T-Mobile Marked as "Do Not Sell"

(T-Mobile customers only) Mobile number has been identified as "Do Not Sell" by the carrier, and live data was not used for the Trust Score

DV

Device Change Velocity

High device change velocity associated with the phone

FF

Call Forwarding Off

  • Call forwarding was not enabled on the consumer’s phone
  • Note: This reason code is not enabled by default: email us at Support@Verified.inc to enable it

FO

Call Forwarding On

  • Call forwarding was enabled on the consumer’s phone
  • Note: This reason code is not enabled by default: email us at Support@Verified.inc to enable it

HV

High Velocity Changes

High velocity of change events associated with the phone

LP

Recent IED, IMSI or MSISDN Change

IED, IMEI, or MSISDN change more recently than 90 days ago

LS

Recent IED or IMSI Change

IED or IMEI change more recently than 90 days ago

LT

Recent IED Change

IED change more recently than 90 days ago

MM

Mismatch of Input Name

Returned identity has a different name than the input name

ND

Network Status Unknown

Network status information was not available

NM

Not Mobile

Line type was not mobile

NP

Not Personal

Line was classified as non-personal

OD

Ownership Before Disconnected

Ownership of the phone number was found before a disconnect date

OL

Long Ownership

  • Long ownership tenure (greater than 90 days)
  • Note: Ownership tenure is how long the identity has been associated with a phone number, based on when the ownership was first seen (see also reason codes OS, OV, and OU)

OO

Older Ownership

Connection of the ownership or association to this phone number was greater than 5 years, but no known newer ownership or association was found, so the ownership is “older” (see also reason code NO)

OU

Unknown Ownership

  • Ownership tenure was unknown, meaning the date attributes associated with the phone number were unavailable
  • Note: Ownership tenure is how long the identity has been associated with a phone number, based on when the ownership was first seen (see also reason codes OL, OS, and OV)

OV

Very Short Ownership

  • Very short ownership tenure (less than 7 days)
  • Note: Ownership tenure is how long the identity has been associated with a phone number, based on when the ownership was first seen (see also reason codes OL, OS, and OU)

PN

Not Active

Phone number was not active

PT

Ported Number

  • Phone number was in a ported state
  • Note: Any number not on its original home carrier will have a PT reason code (this is NOT indicative of a recent carrier port)

RL

High-Risk Line Type

Phone number was associated with a high-risk line type (Non-Fixed VoIP or Prepaid)

RN

Low-Risk: Mobile on OSR

Phone number was at a lower risk for fraud due to being listed as a mobile line on the Override Services Registry (OSR)

RR

High-Risk: Non-Mobile on OSR

Phone number was at a higher risk for fraud due to being listed as a non-mobile line on the Override Services Registry (OSR)

S1

Synthetic 1 – Multiple SSNs

Identity matched has multiple unique SSNs (can indicate a higher risk of the identity being synthetic)

S2

Synthetic 2 – Multiple DOBs

Identity matched has multiple DOB records (can indicate a higher risk of the identity being synthetic)

S3

Synthetic 3 – Similar Names

Identity matched has a high number of relatives with the same/similar name (can indicate a higher risk of the identity being synthetic)

S4

Synthetic 4 – SSN Issued Before DOB

Identity matched has an SSN issued before either the submitted DOB or — if no DOB was submitted — the identity’s DOB (can indicate a higher risk of the identity being synthetic)

SA

Sub-Account Line

Phone number is classified as a sub-account line

SR

Possible More Recent SIM

SIM date returned was not obtained in real-time; there could be a more recent SIM change

UC

Insufficient Data

Indicates there was insufficient data to calculate the trust score

UV

Unverified Address

Indicates the address could not be verified

VA

Vacant Address

Address was vacant (unoccupied in the past 90 days)