Voter Id

Voter ID verification is often includes additional checks, such as background checks, credit checks, and KYC (Know Your Customer) procedures. These checks help payment processors to ensure that merchants are legitimate and trustworthy businesses.

Submit Document

ind_voter_id

POST https://secctrl.tutelar.io/api/v1/kyc/identity/ind_voter_id

Post parameters description is given below,

Post Parameter TypeIs MandatoryDescription

id_number

String

Yes

Your Voter Id Number

Sample Post Parameters

{
    "id_number": "ASP1140000"
}
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "d641457d-4729-4166-b60f-141fee1120bf",
    "status": "completed",
    "result": {
        "document_number": "ASP1140000",
        "name_on_document": "bharathithasan -",
        "date_of_birth": null,
        "gender": "M",
        "source": "NVSP",
        "district": "Salem",
        "state_code": "S22",
        "state": "Tamil Nadu",
        "part_no": "259",
        "assembly_constituency_number": "88",
        "house_no": null,
        "last_update": null,
        "relation_name": "rajkumar -",
        "polling_station": "St. Joseph Elementary School, Suramangalam - 636005, Terraced Building Facing West Middle Wing",
        "section_no": "1",
        "ps_lat_long": "11.40.27.07,78.07.11.40"
    },
    "requested_at": "2024-04-18T12:56:29.344Z",
    "completed_at": "2024-04-18T12:56:30.686Z"
}

Check Document Status

Get document details

GET https://secctrl.tutelar.io/api/v1/kyc/identity/ind_voter_id

Query parameters description is given below,

Query Parameter TypeIs MandatoryDescription

reference_id

String

Yes

Document reference id

{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "d641457d-4729-4166-b60f-141fee1120bf",
    "status": "completed",
    "result": {
        "document_number": "ASP1140000",
        "name_on_document": "bharathithasan -",
        "date_of_birth": null,
        "gender": "M",
        "source": "NVSP",
        "district": "Salem",
        "state_code": "S22",
        "state": "Tamil Nadu",
        "part_no": "259",
        "assembly_constituency_number": "88",
        "house_no": null,
        "last_update": null,
        "relation_name": "rajkumar -",
        "polling_station": "St. Joseph Elementary School, Suramangalam - 636005, Terraced Building Facing West Middle Wing",
        "section_no": "1",
        "ps_lat_long": "11.40.27.07,78.07.11.40"
    },
    "requested_at": "2024-04-18T12:56:29.344Z",
    "completed_at": "2024-04-18T12:56:30.686Z"
}

Last updated