Skip to main content

Brazilian Digital Driving License QR Code + Biometric Validation

The Digital Driving License QR Code + Biometric Validation service combines QR code validation with biometric matching to further enhance identity verification. This dual-layered approach ensures that the person presenting the license matches the identity registered with the issuing authority. Also, this not only confirms the authenticity of the driver’s license but also confirms the individual’s identity through a selfie comparison.

How Does It Work?

  • The user downloads their digital driving license PDF from the "Carteira Digital de Trânsito" (CDT) app.
  • The PDF is uploaded to the Jumio system for validation, and a selfie is captured with liveness detection as part of an ID Verification transaction.
  • Data, including name, date of birth (DOB), and CPF (tax ID), is extracted from the image of the driving license in the PDF.
  • The QR code from the uploaded PDF is decrypted to extract the data.
  • The extracted data from the driving license image and QR code in the PDF and the selfie biometric are validated against government records.
  • The selfie is compared to the photo on the digital driving license.
  • The transaction response includes the verification result, indicating the authenticity of the license and the selfie.

Use Cases

Enhancing fraud detection by combining QR code validation with biometric checks.

Confirming the individual’s identity alongside the authenticity of their driver’s license.

Supported Credentials

The following data points can be submitted for validation:

KeyTypeMandatoryDescription
IDpdfyesID Credential to be uploaded
Selfie/FacemapSelfieyesSelfie Credential to be submitted (checked against the ID AND in the database)

Response

Example Response

 "biometricVerification": [
{
"id": "b81c0e88-5b27-4b3b-a34d-b389466*****",
"credentials": [
{
"id": "040cd859-929f-4dbd-99b8-e5c75ee*****",
"category": "ID"
},
{
"id": "7d34576d-51b4-43c5-90e0-76cf21b*****",
"category": "SELFIE"
}
],
"decision": {
"type": "REJECTED",
"details": {
"label": "HIGH_RISK"
}
},
"data": {
"nameMatch": "MATCH",
"dobMatch": "MATCH",
"faceMatch": "NOT_MATCH",
"idNumberMatch": "MATCH"
}
}
]

Decision Details Labels

Decision TypeLabelDescription
PASSEDLOW_RISKThe provided Selfie matches the photo on record.
REJECTEDHIGH_RISKThe provided Selfie does not match the photo on record.
WARNINGMEDIUM_RISKIt cannot be determined whether or not the provided Selfie matches the photo on record.
NOT_EXECUTEDTECHNICAL_ERRORVerify the provided data is correct and retry, or contact Support.
NOT_EXECUTEDPERMISSION_DENIEDThe request is not authorized to access the service.
BAD_REQUESTMalformed or missing required parameters. Ensure that all mandatory fields are included and correctly formatted before retrying.

Data

KeyPossible ValuesDescription
nameMatchMATCH, NOT_MATCHTo be a MATCH, the concatenated firstName and lastName value of the input data must exactly match what is in the CPF database.
idNumberMatchMATCH, NOT_MATCHCPF number matches.
dobMatchMATCH, NOT_MATCHDate of birth matches.
faceMatchMATCH, NOT_MATCHSelfie matches the photo on record.

Additional Status Flag

ParameterTypeNote
data.suspendedbooleantrue/false - Indicates if the license is suspended.
data.deceasedbooleantrue/false - Indicates if the individual is marked deceased.
data.cancelledbooleantrue/false - Indicates if the license is cancelled.
data.regularizationPendingbooleantrue/false - Indicates if there are pending regularization issues with the license.
data.cancellationReasonstringProvides details on the cancellation reason.
data.reasonMessagestringAdditional explanation of the status.