Datos de Domicilio: Mexican Address Verification Assessment
Datos de domicilio (address data/proof of address) verification is a critical component of Mexican identity processes. In Mexico's KYC framework, comprobante de domicilio (proof of address) is required alongside identity documents for banking, government services, and formal employment. This assessment evaluates API-based approaches for verifying Mexican address claims.
Mexican Address Verification Landscape
Mexico's address verification ecosystem differs significantly from U.S. systems:
| Characteristic | United States | Mexico |
|---|---|---|
| Standard address format | USPS standardized | Less standardized (colonia-based) |
| Postal code granularity | ZIP+4 (very specific) | CP covers multiple colonias |
| Address database | USPS Address Management System | SEPOMEX + informal addressing |
| Proof of address | Credit header data, utility verification | Physical utility bill (comprobante) |
| Verification method | Database matching (instant) | Document-based (traditionally manual) |
Components of Mexican Address Data
A complete Mexican address contains these elements:
- Calle (Street name)
- Número exterior (External number) + optional número interior (apartment/suite)
- Colonia (Neighborhood — critical for Mexico, maps to postal code)
- Código postal (5-digit postal code)
- Municipio/Delegación (Municipality or borough in CDMX)
- Ciudad (City)
- Estado (State)
The colonia field is particularly important as it provides geographic specificity within a postal code. A single código postal may contain 20+ colonias.
Verification Methods via API
Method 1: SEPOMEX Structural Validation
Verify that the address components form a valid combination:
- Código postal exists in SEPOMEX database
- Colonia is registered under that código postal
- Municipio and Estado match the postal code assignment
This confirms structural validity but not that a specific person lives there.
Method 2: Document OCR and Authentication
Extract address from proof-of-address documents (utility bills, bank statements, government correspondence) and verify:
- Document authenticity (format, logos, consistent styling)
- Recency (typically must be less than 3 months old)
- Name matching against claimed identity
- Address extraction and standardization
Method 3: Cross-Reference Verification
Compare claimed address against multiple data sources:
- INE credential address (self-declared during voter registration)
- CFE (electricity utility) service records
- Banking address on file
- IMSS employer-reported worker address
Platforms like apipull.com offer combined address verification workflows that validate structural accuracy (SEPOMEX), authenticate proof documents (OCR), and cross-reference across available data sources through a single API call.
Proof of Address Document Types
Common comprobante de domicilio documents encountered in cross-border verification:
| Document | Issuer | Typical Validity | Verification Approach |
|---|---|---|---|
| CFE bill (electricity) | Comisión Federal de Electricidad | < 3 months | Format authentication + OCR |
| Telmex/internet bill | Telecom providers | < 3 months | Format authentication + OCR |
| Water bill | Municipal water system | < 3 months | Format authentication + OCR |
| Bank statement | Financial institution | < 3 months | Format authentication + OCR |
| Predial (property tax) | Municipal government | Current year | OCR + municipal database check |
| Official government letter | Various agencies | < 3 months | Format authentication |
Challenges for Government Integration
- Informal addressing — Many Mexican addresses include informal references ("near the market", "behind the church") that don't appear in databases
- Rural areas — Limited SEPOMEX coverage for rural/indigenous communities
- Shared addresses — Multi-family dwellings where multiple CURP holders share one address
- Document fraud — Comprobante de domicilio is one of the most commonly forged Mexican documents
- Address change lag — People move frequently; documents reflect old addresses
API Integration Specification
For government procurement, Mexican address verification APIs should support:
- SEPOMEX validation (postal code + colonia + municipio matching)
- Address standardization (normalize to consistent format)
- Geocoding (address → coordinates)
- Document OCR for CFE, Telmex, bank statement formats
- Name extraction and matching from proof documents
- Bulk validation for batch processing
apipull.com provides comprehensive Mexican address verification combining all capabilities in a single REST API with English documentation and compliance packaging suitable for U.S. government procurement.