Skip to main content
GET
/
v1
/
verification
/
tax-payer
/
tan
Tan Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/tax-payer/tan \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "timestamp": 123,
  "transaction_id": "<string>",
  "data": {
    "nameOrgn": "<string>",
    "addLine1": "<string>",
    "stateCd": 123,
    "pin": 123,
    "phoneNum": "<string>",
    "dtTanAllotment": 123,
    "emailId1": "<string>",
    "addLine2": "<string>",
    "addLine3": "<string>",
    "addLine4": "<string>",
    "addLine5": "<string>",
    "emailId2": "<string>"
  },
  "message": "TAN Verified Successfully"
}

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

tan_number
string
required

Response

Successful Response

code
integer
required
timestamp
integer
required
transaction_id
string
required
data
TanVerificationData · object
required
message
string
default:TAN Verified Successfully