BrandKwikID Documentation

CKYC Search

Central KYC (CKYC) verification service for financial institutions to validate customer identity and maintain standardized KYC records across the banking sector.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

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

In: header

id_no?string
id_type?string

Supported ID Types: A: Passport Number; B: Voter ID; C: PAN; D: Driving License; E: Proof of Possession of Aadhaar (Last 4 digits of Aadhaar number | Applicant Name | DOB Format should be D-MM-YYY | Gender - M/F/T )

Response Body

curl -X POST "https://__mock__/api/ckyc/search" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}