🇲🇽 Mexico
Mexico - INE credential validity verification
Verifies a Mexican INE / IFE voter ID credential against the INE registry (modelo, vigencia, válida-como-identificación, derecho-a-votar). Authoritative real-time identity lookup for Mexico. Real-time lookup, pay-per-call.
POST
Verifies a Mexican INE / IFE voter ID credential against the INE registry (modelo, vigencia, válida-como-identificación, derecho-a-votar). Didit exposes this service through
POST /v3/database-validation/ so you can verify the submitted data against the authoritative source and receive normalized match results.
Coverage
- Coverage: —
- Country: Mexico
- Service ID:
mex_ine_vigencia - Data domain: Identity
- Category: NationalIDRegistry
Inputs
| Field | Required | Example |
|---|---|---|
cic | No | 123456789 |
identificador_ciudadano | No | 123456789 |
ocr | No | 1234567890123 |
voter_number | No | ABCDEF123456 |
emission_number | No | 01 |
first_name | No | John |
last_name | No | Doe |
date_of_birth | No | 1990-01-01 |
vendor_data | No | user-1234 |
- Required inputs: —
- Optional inputs:
cic,identificador_ciudadano,ocr,voter_number,emission_number,first_name,last_name,date_of_birth,vendor_data - Consent: Not required
- Workflow availability: Available in workflow
- Coverage: —
- Price: $0.20 per successful query
Body parameters
ISO 3166-1 alpha-3 country code for this database service.Example:
MEXArray containing this service ID. Pinning the service keeps the request scoped to this exact database.Example:
mex_ine_vigenciacic value required by this database service.Example: 123456789identificador_ciudadano value required by this database service.Example: 123456789ocr value required by this database service.Example: 1234567890123voter_number value required by this database service.Example: ABCDEF123456emission_number value required by this database service.Example: 01Given name to validate.Example:
JohnFamily name to validate.Example:
DoeDate of birth in
YYYY-MM-DD format.Example: 1990-01-01Your stable user reference for this person, such as your internal user ID. Didit uses it to link standalone checks to the same end user and reduce duplicate-detection noise.Example:
user-1234Input rules & validation notes
- Send the fields listed above exactly as captured from the user or document.
- Didit validates required fields before calling the database. Requests rejected before source lookup are not charged.
How to call it
Returned data
The exact fields surfaced insource_data depend on what the registry returns. The generated example for mex_ine_vigencia currently documents this normalized shape:
emission_numberemission_yearexpiration_datefederal_districtidentification_numbermessagemessage_codeocrregistration_yearvalidation_codevoter_number
Pricing & SLAs
Mexico - INE credential validity verification queries are billed only when Didit receives a conclusive result from the validation source.- Per-call price: $0.20 USD.
- Billing: per successful query. You are not charged when the registry is unreachable, when required fields are missing, or when the request is rejected before reaching the source.
- Latency: typical p95 < 2 s.
- Availability: 99.9% per quarter on Didit’s side; downstream source availability varies by country and dataset.