post https://api.prod.metamap.com/govchecks/v1/ar/govcheck-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 additional 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:
- 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 GovCheck 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/govcheck-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"
}
}'