Skip to main content

Department of Motor Vehicles Check

The Jumio Department of Motor Vehicles (DMV) check is used to validate that a US driver’s license or ID card issued by the DMV is valid.

Supported Credentials

The following values can be uploaded as Prepared Data. Alternatively, they can be extracted by an upstream capability in a workflow.

Details
KeyTypeMandatoryDescription
firstNamestringYesFirst name of the subject.
middleNamestringNoMiddle name of the subject.
lastNamestringYesLast name of the subject.
dateOfBirthstringYesDate of Birth in yyyy-MM-dd format only
address.line1stringYesAddress line 1 (Street address)
address.line2stringNoAddress line 2 (Apartment, Suite, etc.)
address.citystringYesCity of residence as it appears on the Id.
address.postalCodestringYesPostal or zip code.
address.subdivisionstringYesState name can be provided here. See Supported States.
address.countrystringYescountry should be ISO Alpha 3 Code only
id.idNumberstringYesnumber for ID being provided
id.issuingDatestringNoin YYYY-MM-DD format only
id.expiryDatestringNoin YYYY-MM-DD format only
id.typestringYesonly possible values are: DRIVING_LICENSE, PERMIT, ID_CARD

Example Prepared Data Body

{
"firstName": "J****",
"middleName": "J****",
"lastName": "****h",
"dateOfBirth": "1972-**-1*",
"address": {
"line1": "***** SW Address Ln",
"postalCode": "9***1",
"city": "****",
"subdivision": "OR",
"country": "USA"
},
"id": {
"idNumber": "0*****812",
"type": "DRIVING_LICENSE",
"issuingDate": "20**-01-**",
"expiryDate": "20**-01-**"
}
}

Response

Response data is available for transactions that include the risk signal. For information on transaction data see this.

"drivingLicenseVerification": [
{
"id": "bd91fa85-8ef8-42d2-a064-954a30c10ed6",
"credentials": [
{
"id": "51c426f0-3e34-4c62-a552-85a73e9d52de",
"category": "DATA"
}
],
"decision": {
"type": "WARNING",
"details": {
"label": "ALERT"
}
},
"data": {
"nameMatch": "MATCH",
"firstNameMatch": "MATCH",
"lastNameMatch": "MATCH",
"middleNameMatch": "MATCH",
"addressMatch": "NOT_MATCH",
"addressLine1Match": "NOT_MATCH",
"addressLine2Match": "NOT_MATCH",
"cityMatch": "MATCH",
"stateMatch": "MATCH",
"zipCodeMatch": "MATCH",
"dobMatch": "MATCH",
"idNumberMatch": "MATCH",
"expiryDateMatch": "MATCH",
"issuingDateMatch": "MATCH"
},
}

Decision Details Labels

Decision TypeLabelDescription
PASSEDOKProvided data matches DMV data.
REJECTEDDENYProvided data does not match DMV data.
WARNINGALERTProvided data partially matches DMV data.
NOT_EXECUTEDUNSUPPORTED_COUNTRYProvided address.country value is not supported. Must be USA.
NOT_EXECUTEDUNSUPPORTED_STATEProvided address.subdivision value is not supported. Must be a USA state listed below.
NOT_EXECUTEDTECHNICAL_ERRORVerify the provided data is correct and retry, or contact Support.

Data

Fields include
KeyPossible ValuesDescription
nameMatchMATCH, NOT_MATCHFirst and last name both match.
firstNameMatchMATCH, NOT_MATCHFirst name matches.
lastNameMatchMATCH, NOT_MATCHLast name matches.
middleNameMatchMATCH, NOT_MATCHMiddle name matches.
addressMatchMATCH, NOT_MATCHAll address values match.
addressLine1MatchMATCH, NOT_MATCHLine1 address value matches.
addressLine2MatchMATCH, NOT_MATCHLine2 address value matches.
cityMatchMATCH, NOT_MATCHCity address value matches.
stateMatchMATCH, NOT_MATCHState address value matches.
zipCodeMatchMATCH, NOT_MATCHPostal code address value matches.
dobMatchMATCH, NOT_MATCHDate of birth matches.
idNumberMatchMATCH, NOT_MATCHThe number of the license, permit, or ID card matches.
expiryDateMatchMATCH, NOT_MATCHExpiration date matches.
issuingDateMatchMATCH, NOT_MATCHIssue date matches.

Supported States

The following states are supported by our DMV check today. Currently, this is available in the USA only.

States include
StateAbbrv Code
ALABAMAAL
ARKANSASAR
ARIZONAAZ
COLORADOCO
CONNECTICUTCT
DISTRICT OF COLUMBIADC
DELAWAREDE
FLORIDAFL
GEORGIAGA
HAWAIIHI
IOWAIA
IDAHOID
ILLINOISIL
INDIANAIN
KANSASKS
KENTUCKYKY
MASSACHUSETTSMA
MARYLANDMD
MAINEME
MICHIGANMI
MISSOURIMO
MISSISSIPPIMS
MONTANAMT
NORTH CAROLINANC
NORTH DAKOTAND
NEBRASKANE
NEW JERSEYNJ
NEW MEXICONM
NEVADANV
OHIOOH
OREGONOR
RHODE ISLANDRI
SOUTH DAKOTASD
TENNESSEETN
TEXASTX
VIRGINIAVA
VERMONTVT
WASHINGTONWA
WISCONSINWI
WEST VIRGINIAWV
WYOMINGWY