Risk Signal: Argentina Renaper Check
Jumio has a database check service available for Renaper in Argentina. This check allows you to validate the Documento Nacional de Identidad (DNI) and personal identifiable information.
This service connects with the National Registry of Persons (Renaper – Registro Nacional de las Personas). Renaper is the national agency that is responsible for the registration and identification of all individuals who are domiciled in the Argentinian territory or jurisdiction of all Argentina.
Supported Credentials
The following values can be uploaded as Prepared Data. Alternatively, they can be extracted by an upstream capability in a workflow.
To use the Renaper Check along with the standard Jumio IDIV service use workflow key 10054.
To use Prepared Data with the Renaper Check as a standalone capability use workflow key 10020.
Key |
Type |
Mandatory |
Description |
---|---|---|---|
firstName |
string |
yes |
|
lastName |
string |
yes |
|
middleName |
string |
no |
|
sex |
string |
yes |
M - Male F - Female |
dateOfBirth |
LocalDate |
yes |
Date of birth in yyyy-MM-dd format only |
address |
Object |
yes |
Only the fields which are mentioned are required |
address fields address.line1 address.line2 address.city address.postalCode address.subdivision address.country |
string string string string string string |
no
yes |
postalCode AKA Zip code subdivision AKA state country should be ISO Alpha 3 Code only "ARG" |
id |
Object |
yes |
See in next row |
id.idNumber |
string |
yes |
DNI # example "12345678" |
id.Type |
string |
conditional |
ID_CARD |
id.subType |
string |
conditional |
NATIONAL_ID |
id.issuingDate |
string |
conditional |
|
id.expiryDate |
string |
conditional |
|
Example Prepared Data Body
"firstName": "XXXXI", "lastName": "XXXXXXI", "sex":"M", "middleName": "", "dateOfBirth": "1997-01-10", "address": { "line1": "", "postalCode": "", "city": "", "state": "", "subdivision": "", "country": "ARG" }, "id": { "idNumber": "12345678", "type": "ID_CARD", "subType": "NATIONAL_ID" }
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
"govtIdVerification": [ { "id": "79e0fa63-0ff5-4bab-99b2-bb9c49637ba2", "credentials": [ { "id": "1ceaf3c0-2689-43ea-93aa-187c2ba5da51", "category": "DATA" } ], "decision": { "type": "PASSED", "details": { "label": "OK" } }, "data": { "country": "ARG", "type": "ID_CARD", "firstNameMatch": "MATCH", "lastNameMatch": "MATCH", "nationalIdMatch": "MATCH", "dobMatch": "MATCH", "addressMatch": "NOT_MATCH", "sexMatch": "MATCH", "message": "Not Deceased" }, } }
Decision Details Labels
Decision Type |
Label |
Description |
---|---|---|
NOT_EXECUTED |
PRECONDITION_NOT_FULFILLED |
Provided data is incomplete or incorrectly formatted. |
NOT_EXECUTED |
TECHNICAL_ERROR |
The service encountered an error and was unable to process the request. |
NOT_EXECUTED |
PERMISSION_DENIEDc |
The request is not authorized to access the service. |
PASSED |
OK |
|
WARNING |
ALERT |
|
REJECTED |
DENY |
Data
Key |
Type |
Description |
---|---|---|
country | string |
ARG |
type | string |
ID_CARD |
firstNameMatch | string |
|
lastNameMatch | string |
|
nationalIdMatch | string |
|
dobMatch | string |
|
addressMatch | string |
|
sexMatch |
string |
|
message |
string |
Not Deceased |