BrandKwikID Documentation
API SuiteKRA & Compliance

Verify CVLKRA Solict Pan Details

This API retrieves the service's credentials

Try itLoading playground…
Loading…
AuthorizationBearer <token>

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

In: header

pancard?string

PAN number

Formatstring
dob?string

Date of Birth

Formatstring

Response Body

curl -X POST "https://__mock__/verification/v1/cvlkra/solictpandetails" \  -H "Content-Type: application/json" \  -d '{}'
{
  "message": "string"
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}