GovChecks: Argentina RENAPER

Verify a user's DNI number and identity

📘

This API Requires a Webhook URL

Go here for more information on setting up a webhook listener.

MetaMap, through third party service suppliers that connect with the Argentinean National Registry of Persons (Registro Nacional de las Personas / RENAPER), can validate that the National Identity Document (Documento Nacional de Identidad / DNI) number present in the ID card exists and its owner matches the data held by RENAPER

Use the Argentina DNI API to validate the submitted DNI card.

The following is an example request with metadata:

curl --request POST \
     --url 'https://api.getmati.com/govchecks/v1/ar/renaper' \
     --header 'Authorization: Bearer <access_token>' \
     --header 'Accept: application/json' 
     --data-raw '{
       "documentNumber": 00000000000000", 
       "dateOfBirth": "1992-01-01",
       "gender": "M",
       "dateOfIssue": "2010-01-01",
       "callbackUrl":"https://some.webhook.url",
       "metadata":
          {
             "user-defined-1": "string",
             "user-defined-2": "string"     
          }
      }'
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!