get https://staging.eko.in/ekoapi/v3/tools/kyc/pan/bulk/status
Use this API to get the status of the Bulk PAN Verification API request.
Response
You get the following key information in the data
object of the response:
Name | Data Type | Description |
---|---|---|
count | integer | Count of entries in the entries array |
entries | Array of Objects | List of all PAN informations for bulk verification. See the table below for the detailed structure of the entries. |
Structure for entries
array items:
entries
array items:Each item in the entries
array in the data
contains the following information:
Name | Data Type | Description |
---|---|---|
pan | string | The unique 10-character alphanumeric identifier issued by the Income Tax Department |
type | string | The type of the PAN issued |
reference_id | string | The unique ID for reference purposes |
name_provided | string | The name entered in the API request |
registered_name | string | The PAN registered name |
valid | string | The status of the PAN card |
father_name | string | The father's name of the PAN card holder |
message | string | Details about the success or failure of the API request |
name_match_score | string | The score for the name match verification |
name_match_result | string | The result of the name match verification |
aadhaar_seeding_status | string | Whether the individual linked the Aadhaar information with PAN. |
last_updated_at | string | The last updated date |
name_pan_card | string | The name displayed on the PAN card |
pan_status | string | The status of the PAN card |
aadhaar_seeding_status_desc | string | Additional information of the linking of aadhaar and PAN card |