Verify Voter ID
Use this API to verify the authenticity of your customer’s voter ID. You need to enter the Electoral Photo Identity Card (EPIC) number and we retrieve complete details including assembly and parliamentary constituency details. View the test data and use the information to trigger the validations. The test data are usable only in the test environments such as sandbox.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
Send the signature if IP is not whitelisted
Body
Find the request body parameters to verify the voter ID information.
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"test123"
It is the unique identification number assigned to each voter ID
"UAI4574761"
It is the name of the voter ID card holder.
50
"John Doe"
Response
Verify Voter ID success response
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1358
It displays the unique ID you created to identify the verification request.
"testverificationid"
It displays the status of the API request. Possible values are
VALID
: The provided Epic Number is valid.INVALID
: The provided Epic Number is invalid.
"VALID"
It displays the name of the individual as present in the voter ID card.
"SUSHMITHA H"
It displays the name of the individual in the individual’s regional language as present in the voter ID card.
"हर्षित"
It displays the age of the voter ID holder as present in the voter ID card
"25"
It displays the type of the relationship with the parent/guardian as present in the voter ID card.
"FTHR"
It displays the name of the parent/guardian as present in the voter ID card.
"SUNILAKUMAR"
It displays the name of the parent/guardian in the individual’s regional language as present in the voter ID card.
"राज"
It displays the father’s name of the individual as present in the voter ID card.
"SUNILAKUMAR"
It displays the date of birth of the individual as present in the voter ID card.
""
It displays the gender of the individual as present in the voter ID card.
"Female"
It displays the address information of the individual as present in the voter ID card.
"GOVT JUNIOR COLLEGE SIRWAR"
It contains the address information of the individual as present in the voter ID card.
{
"value": {
"district": ["RAICHUR"],
"state": ["Karnataka"],
"city": ["Manvi"],
"pincode": "560034",
"country": ["IN", "IND", "INDIA"],
"address_line": "GOVT JUNIOR COLLEGE SIRWAR"
}
}
It displays the EPIC number of the individual as present in the voter ID card.
"XXX0000000"
It displays the name of the state as present in the voter ID card.
"Karnataka"
It displays the number associated with the assembly constituency as present in the voter ID card.
"55"
It displays the name of the assembly constituency as present in the voter ID card.
"MANVI"
It displays the number associated with the parliamentary constituency as present in the voter ID card.
"6"
It displays the name of the parliamentary constituency as present in the voter ID card.
"Raichur"
It displays the part number in the electoral roll.
"29"
It displays the part name in the electoral roll.
"GOVERMENT JUNIOR COLLEGE 2nd Room (South Wing ) sirwar"
It displays the serial number as present in the voter ID card.
"892"
It displays the place where the individual cast votes during elections.
"GOVT JUNIOR COLLEGE SIRWAR"
Was this page helpful?