US Driver's License

A driver's license is a document issued by a government authority that permits the holder to operate a motor vehicle.

To use the Upload PDF endpoint for this document, you must use drivers_license in the form_type parameter. To learn more about US Driver's License processing, click here.

Field descriptions

The following fields are available on this document type:

JSON AttributeData TypeDescription
drivers_license-General:firstNameTextFirst name of the individual who owns the drivers license
drivers_license-General:middleNameTextMiddle name of the individual who owns the drivers license
drivers_license-General:lastNameTextLast name of the individual who owns the drivers license
drivers_license-General:suffixTextDefault is_empty = TRUE, Suffix of the individual who owns the drivers license
drivers_license-General:dobDateDate of birth of the individual who owns the drivers license
drivers_license-General:addressLine1TextAddress 1 of the individual who owns the drivers license
drivers_license-General:addressLine2TextAddress 2 of the individual who owns the drivers license
drivers_license-General:cityTextCity in which the drivers license owner resides
drivers_license-General:stateTextFormatted as a 2 character state code. State in which the drivers license owner resides
drivers_license-General:zipText5 digit zip code in which the drivers license owner resides
drivers_license-General:countryNameUNITED STATES and OTHERCountry in which the issuing state resides
drivers_license-General:expirationDateDateExpiration date of the drivers license
drivers_license-General:idNumberTextUnique identification number of the drivers license
drivers_license-General:issuingStateTextFormatted as a 2 character state code. State which issued the drivers license
drivers_license-General:issueDateDateThe date on which the license was issued and made effective

Sample document

Sample JSON response

{
    "status": 200,
    "response": {
        "pk": 29698370,
        "uuid": "5e83d19c-fa8b-45ca-85d9-06e1639a2736",
        "forms": [
        {
                "pk": 44337552,
                "uuid": "a7be6e75-b580-4c92-bf13-0bf9183c7769",
                "uploaded_doc_pk": 51890560,
                "form_type": "DRIVERS_LICENSE",
                "raw_fields": {
                    "drivers_license-General:dob": {
                        "value": "01/06/1988",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:zip": {
                        "value": "12345",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:city": {
                        "value": "FAKE CITY",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:state": {
                        "value": "NY",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:suffix": {
                        "value": "",
                        "is_empty": true,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:idNumber": {
                        "value": "XXX1234XXXX",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:lastName": {
                        "value": "SAMPLE",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:firstName": {
                        "value": "CHARLES",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:issueDate": {
                        "value": "01/01/2015",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:middleName": {
                        "value": "",
                        "is_empty": true,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:countryName": {
                        "value": "",
                        "is_empty": true,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:addressLine1": {
                        "value": "100 FAKE PLAZA",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:addressLine2": {
                        "value": "",
                        "is_empty": true,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:issuingState": {
                        "value": "WA",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    },
                    "drivers_license-General:expirationDate": {
                        "value": "12/12/2024",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Drivers License.pdf"
                    }
                },
                "form_config_pk": 137677,
                "tables": []
            },
    "message": "OK"
}