Skip to main content
GET
/
v1
/
verification
/
pan-to-fathername
Pan To Father Name
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/pan-to-fathername \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
"code": 200,
"timestamp": 1738007863367,
"transaction_id": "cc74ead3be1e4d6aac9dbc7510703a85",
"sub_code": "SUCCESS",
"message": "Pan details fetched successfully.",
"data": {
"father_name": "PRAVIN FADTE",
"full_name": "PRABHA CHANDRAMOHAN FADTE",
"full_name_split": [
"PRABHA",
"CHANDRAMOHAN",
"FADTE"
],
"individual_pan": true
}
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

pan_number
string
required
name
string

Response

Successful Response

code
integer
required
message
string
required
timestamp
integer
transaction_id
string
sub_code
string
default:SUCCESS
data
PanToFatherName · object