Skip to main content

USA Driving License Verification

Module ID

Name of the Module
usa_dl_verification

Module Description

Verify the Driver's License associated with an individual.

Module Inputs

All of the following inputs are mandatory.

  • First Name
  • Last Name
  • DL Number
  • State Code
  • Date of Birth

Module Outputs

The following section provides the sample and the corresponding details of the various responses you can expect from the module.

Success Response Sample

You will receive a success response in a format similar to the following code sample if the request is correct.
  {
"module": "DL Verification API",
"moduleId": "usa_dl_verification",
"apiResponse": {
"status": "success",
"statusCode": "200",
"result": {
"details": {
"dlNumberMatch": true,
"firstNameMatch": true,
"lastNameMatch": true,
"dobMatch": true,
"stateMatch": true
},
"summary": {
"action": "pass",
"details": []
}
}
}
}

Error Response Samples

You will receive an error response in a format similar to the following code sample if the request is incorrect.
  {
"module": "DL Verification API",
"moduleId": "usa_dl_verification",
"apiResponse": {
"status": "failure",
"statusCode": "400",
"error": "dlNumber is required"
}
}

Possible Error Codes in the Summary Action:

  • 011: DL number not found
  • 012:First name is not matching
  • 013: Last name is not matching
  • 014: DoB is not matching
  • 015: State is not matching

Explanation for the different responses:

  • Case 1: DL Number is successfully matched (true) -

Other fields would return true in case of a match and false in case of no match and null if no information could be found in the database regarding that field.

  • Case 2: DL Number is not matched (false) -

Other fields would return null as there is nothing to match based on no record.

State CodeState Name
WAWashington
OROregon
IDIdaho
MTMontana
WYWyoming
COColorado
AZArizona
NMNew Mexico
NDNorth Dakota
SDSouth Dakota
NENebraska
KSKansas
TXTexas
IAIowa
MOMissouri
ARArkansas
WIWisconsin
ILIllinois
MIMichigan
INIndiana
OHOhio
KYKentucky
TNTennessee
MSMississippi
WAWashington
NCNorth Carolina
GAGeorgia
FLFlorida
MEMaine
VTVermont
MAMassachusetts
CTConnecticut
RIRhode Island
NJNew Jersey
DEDelaware
MDMaryland
DCDistrict of Columbia
Was this helpful?
Ask AIBeta
Hi! How can I help?
Ask me anything about HyperVerge products, APIs, and SDKs.
Try asking: