post https://api.getmati.com/govchecks/v1/ar/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 connects with the Argentinian National Registry of Persons (Registro Nacional de la Persona / RENAPER) to validate that the National Identity Document (Documento Nacional de Identidad / DNI) number present in the ID card exists and its owner matches the data obtained from it.
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"
}
}'