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.
Body
Find the request body parameters to verify the voter ID information.
It is the unique identification number assigned to each voter ID
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.
It is the name of the voter ID card holder.
50
Response
Verify Voter ID success response
It displays the address information of the individual as present in the voter ID card.
It displays the age of the voter ID holder as present in the voter ID card
It displays the name of the assembly constituency as present in the voter ID card.
It displays the number associated with the assembly constituency as present in the voter ID card.
It displays the date of birth of the individual as present in the voter ID card.
It displays the EPIC number of the individual as present in the voter ID card.
It displays the father’s name of the individual as present in the voter ID card.
It displays the gender of the individual as present in the voter ID card.
It displays the name of the individual as present in the voter ID card.
It displays the name of the individual in the individual’s regional language as present in the voter ID card.
It displays the name of the parliamentary constituency as present in the voter ID card.
It displays the number associated with the parliamentary constituency as present in the voter ID card.
It displays the part name in the electoral roll.
It displays the part number in the electoral roll.
It displays the place where the individual cast votes during elections.
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
It displays the name of the parent/guardian as present in the voter ID card.
It displays the name of the parent/guardian in the individual’s regional language as present in the voter ID card.
It displays the type of the relationship with the parent/guardian as present in the voter ID card.
It displays the serial number as present in the voter ID card.
It contains the address information of the individual as present in the voter ID card.
It displays the name of the state as present in the voter ID card.
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.
It displays the unique ID you created to identify the verification request.
Was this page helpful?