post https://api.prod.metamap.com/govchecks/v1/ar/govcheck
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 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 held by the government
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.prod.metamap.com/govchecks/v1/ar/govcheck' \
--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"
}
}'