Skip to main content

Brazilian CPF Biometric Verification

Biometric Verification checks a Selfie provided by the end user against the photo on record with the Brazilian CPF data. The CPF number and selfie are provided as inputs, and a decision on the risk is returned in the response.

Supported Credentials

The CPF number can be uploaded as Prepared Data. Alternatively, it can be extracted by an upstream capability in a workflow. The Selfie can be uploaded through the API, or obtained as part of the customer journey.

To use the API to upload Prepared Data and the Selfie use workflow key 10006. The Selfie will be checked by the Usability capability prior to calling the biometricVerification capability.

To use Biometric Verification along with the standard Jumio IDIV service and the CPF Number check service, use workflow key 10021.

The following value can be uploaded as Prepared Data.

KeyTypeMandatoryDescription
personalNumberstringyesThe CPF number

Response

Response data is available for transactions that include the risk signal. For information on transaction data see viewing or retrieving workflow transactions.

Example Response

"biometricVerification":[
{
"id":"14be80df-e3b4-4ce8-aa55-bccf52464ae4",
"credentials":[
{
"id":"d20757d8-2979-4805-b64b-30e75afec88f",
"category":"DATA"
},
{
"id":"487578ce-36d4-45d1-bdd0-fe5702ba2443",
"category":"SELFIE"
}
],
"decision":{
"type":"PASSED",
"details":{
"label":"LOW_RISK"
}
},
"data":{
"nameMatch":"MATCH",
"dobMatch":"MATCH",
"nationalIdMatch":"NOT_MATCH",
"faceMatch":"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.
NOT_EXECUTEDBAD_REQUESTMalformed or missing required parameters. Ensure that all mandatory fields are included and correctly formatted before retrying.
NOT_EXECUTEDUNABLE_TO_VERIFY_PHOTO_WITH_VENDORThe submitted face image could not be successfully verified by the vendor. To complete the verification process, please upload a new photo that meets the following requirements:
  • Clear and Visible - Ensure only one face is present in the image, clearly visible, well-lit, and free from blur or obstructions.
  • Proper Framing - Position your face in the center of the frame and ensure it is fully captured within the image boundaries.
  • Correct Format - Upload a supported image file format (such as JPEG or PNG) and ensure the file is not corrupted and uploads successfully.

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.
nationalIdMatchMATCH, NOT_MATCHnationalIdMatch number matches or not.
dobMatchMATCH, NOT_MATCHDate of birth matches or not.
faceMatchMATCH, NOT_MATCH, Not_FoundSelfie matches the photo on record.