Voter ID Verification
Identity and SecurityVoter ID Verification API — Verify any Indian Voter ID (EPIC) number against Election Commission records in real time. Returns the voter's name, relation name, relation type, gender, age, date of birth, area, state, and house number. Useful for KYC onboarding, identity verification, electoral compliance, and address validation workflows.
🗺 Country-specific
India
What Voter ID Verification Is Used For
Alternative KYC document
Accept a Voter ID where a customer has no PAN or does not want to share Aadhaar, and still get a verified identity.
Address validation
Use the returned area, state and house number to corroborate an address a customer typed in.
Age verification
Read the date of birth and age against Election Commission records for age-gated products.
Electoral and civic compliance
Verify EPIC numbers where a programme requires a registered voter.
Quick Start
1. Copy your API key from Dashboard → API Keys
2. Send a POST request to /api/v1/voter-id/verify
3. Pass the key as Authorization: Bearer <key>
4. Read the result from the data object in the JSON response
cURL
curl -X POST https://app.way2api.com/api/v1/voter-id/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"voter_id":"ABC1234567"}'