GovChecks: Argentina RENAPER Extended

Verify a user's DNI number and identity against multiple databases

📘

This API Requires a Webhook URL

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

MetaMap connects with the following databases through authorized third party data providers to validate that the National Identity Document (Documento Nacional de Identidad / DNI) number present on the ID card exists:

  • Argentinian National Registry of Persons (Registro Nacional de la Persona / RENAPER)
  • Federal Administration of Public Income (Administración Federal de Ingresos Públicos / AFIP)
  • Politically Exposed Person (Persona Expuesta Políticamente / PEP)

This merit also checks if the user associated with the DNI has any sanctions.

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

📘

Argentina RENAPER Extended is a premium service

Reach out to your customer success manager or [email protected].

The following example includes metadata:

curl --location --request POST 'https://api.prod.metamap.com/govchecks/v1/ar/renaper-extended' \
--header 'Authorization: Bearer <access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "documentNumber": "00000000",
    "fullName": "John Doe",
    "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!