BrandKwikID Documentation

CKYC Validate OTP

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

validate?string

Validation flag (Y/N)

Default"Y"
otp?string

OTP received for validation

ckyc_no?string

CKYC referance number for OTP validation from CKYC search API

Response Body

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