El Salvador DUI
Overview
El Salvador’s DUI platform that enables citizens to access, verify, and manage their national identity information online for use in public services and administrative processes.
- ID:
el-salvador-dui-lookup - Type: eID (database)
- Verification Type: Enrichment
- Regions: Latin America
- Countries: SV
- Adoption: 5,000,000
- URL: https://rree.gob.sv/servicios-consulares/documento-unico-de-identidad-se/
Integration with Trinsic
El Salvador DUI verification is integrated into Trinsic's identity acceptance network allowing businesses to verify users against the government system of record in El Salvador.
- Permission required: Yes, this method requires registration before you can activate it for your users. Please contact Trinsic to begin this process.
- Cost: Contact the Trinsic team.
User Flow
The user provides their Unique Identity Document (DUI) number. The system retrieves and returns full identity information from the government database.
Direct API Requirements
Direct API is not a requirement.You can integrate with this provider using the Hosted UI instead, with no additional integration requirements on your end.
What your integration must support in order to use this provider with the Direct Provider Sessions API.
- Supports Direct Provider Sessions: ✅
- Launch Method:
None— No user-facing action is required to start the flow. - Collection Method:
PollResult— Results arrive asynchronously; poll with theresultsAccessKeyreturned at session creation. - Requires Input: This provider requires input before verification can proceed.
- Trinsic-Hosted UI: A Trinsic-Hosted Fallback UI exists for this provider, which may be invoked to cover gaps in your integration's capabilities.
Outputs
Normalized AttributesThese attributes form part of our normalized model, a standardized set used across providers. Trinsic normalizes this for you and lets you know when a property is available for each provider.
| Field | Availability | Notes |
|---|---|---|
person.fullName | Always | - |
person.dateOfBirth | Always | - |
document.type | Always | - |
document.number | Always | - |
document.issuingCountry | Always | - |
| Field | Optional | Description | Example Values |
|---|---|---|---|
fullName | Yes | Full name as it appears on the DUI (Documento Único de Identidad), as returned by Verifik from official records administered by the Registro Nacional de las Personas Naturales (RNPN). | Juan Pérez |
documentNumber | Yes | The DUI (Documento Único de Identidad) document number as returned by Verifik for the matched record. Nine numeric digits after sanitization. Commonly printed as ########-# (hyphen before the final digit). The output will be stripped of the hyphen and will preserve leading zeros. The ninth digit is a check digit. This is not publicly documented by the Salvadoran government, but the algorithm is available in the public domain for those who seek it. | 123456789 |
dateOfBirth | Yes | The date of birth that was supplied for the lookup and confirmed as matching the DUI record. | 1995-12-01 |
Updated 9 days ago
