Driver License Number

Customers can validate driver’s licenses and learner’s permits with government and proprietary data sources in 41 US states.

Driver’s License Verification validates the printed data fields from the driver’s license with government and proprietary data sources.

States that are not supported

  • Alaska
  • Louisiana
  • Minnesota
  • New Hampshire
  • Nevada
  • New York
  • Oklahoma
  • South Carolina
  • Utah

Fields that are being validated

Data FieldAll states except CaliforniaCalifornia
Driver’s License Number
License Type (ie. Commercial)
Last Name
Date of Birth
Issue Date
Expiration Date
State

Request:

{
    "template_id": "US_DRIVER_LICENSE",
    "user_data": {
        "identity": {
            "identity_country_code": "US",
            "identity_number_type": "DRIVER_LICENSE",
            "identity_number": "{{DL_Number}}"
        },
        "last_name": "REQUIRED",
        "date_of_birth": "YYYY-MM-DD" // Required
    },
    "additional_info": [
        {
            "additional_info_type": "US_AAMVA",
            "additional_info_data": {
                "expiration_date": "YYYY-MM-DD", // Optional
                "issue_date": "YYYY-MM-DD", // Optional
                "state_code": "XX" //Required
            }
        }
    ]
}