BrandKwikID Documentation
API SuiteeKYC & DigiLocker

Authenticate

Verify PAN card details in real-time with instant validation of tax identification numbers, holder information, and status checks against the Income Tax Department database.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

consentstring
Value in"Y" | "N"
country_codestring
dobstring
Formatdate
fullnamestring
mobile_numberstring
Length10 <= length <= 10
panstring
Length10 <= length <= 10

Response Body

curl -X POST "https://__mock__/verification/v1/panauthenticate" \  -H "Content-Type: application/json" \  -d '{    "consent": "Y",    "country_code": "string",    "dob": "2019-08-24",    "fullname": "string",    "mobile_number": "stringstri",    "pan": "stringstri"  }'
{
  "country_code": "string",
  "dob": "2019-08-24",
  "fullname": "string",
  "message": "string",
  "mobile_number": "string",
  "pan": "string",
  "requestid": "string",
  "transaction_id": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}