🇲🇽 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
- 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
string
default:"MEX"
required
ISO 3166-1 alpha-3 country code for this database service.Example:
MEXstring
default:"mex_ine_vigencia"
required
Array containing this service ID. Pinning the service keeps the request scoped to this exact database.Example:
mex_ine_vigenciastring
default:"123456789"
cic value required by this database service.Example: 123456789string
default:"123456789"
identificador_ciudadano value required by this database service.Example: 123456789string
default:"1234567890123"
ocr value required by this database service.Example: 1234567890123string
default:"ABCDEF123456"
voter_number value required by this database service.Example: ABCDEF123456string
default:"01"
emission_number value required by this database service.Example: 01string
default:"John"
Given name to validate.Example:
Johnstring
default:"Doe"
Family name to validate.Example:
Doestring
default:"1990-01-01"
Date of birth in
YYYY-MM-DD format.Example: 1990-01-01string
default:"user-1234"
Your 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.