v1
latestOpenAPI 3.1.02026-07-24360204.4 KBName Verification - PAN vs Account Verification
Use this API to verify the PAN name with their existing Bank account name.
post/v1/kycs/name-match
Request body
Response
200
Example response
{
"id": "nm_BbDMJHOVydaXraXQuSWPPquoZ",
"type": "pan_vs_account_verification",
"object": "name_match.pan_vs_account_verification",
"minimum_match_score": 60.5,
"status": "success",
"name_as_per_pan": "Anil Reddy",
"pan_verification_id": "pan_vTQ7sBPRAApHORmN5PfT3Uk3N",
"account_verification_id": "accver_wIEhmszz13go8eiUSbYDZlBKu",
"name_as_per_verification": "Anil Reddy",
"match_score": 70.83,
"message": "success",
"metadata": {
"key_1": "DD",
"key_2": "XOF"
},
"created_at": 1704868805,
"updated_at": 1704868805,
"is_sandbox": true
}