BrandKwikID Documentation

CKYC Download

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

ckyc_no?string

CKYC referance number for download from CKYC search API

auth_factor?string

Authentication factor (mobile number)

auth_factor_type?string

Authentication factor type (03 for mobile)

Default"03"

Response Body

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