KYC
Kyc init
Request otp to initialise the KYC flow
POST
/
abdm
/
v1
/
profile
/
kyc
/
init
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Body
application/json
identifier
string
requiredThe identifier, which will be the 14-digit ABHA number for the 'abha-number' method or the 12-digit Aadhaar number for the 'aadhaar' method.
method
enum<string>
requiredThe method used for KYC, such as ABHA number or Aadhaar.
Available options:
abha-number
, aadhaar
Response
200 - application/json
skip_state
enum<string>
Available options:
kyc_verify_abha_otp
, kyc_end
txn_id
string
Transaction ID required for the next API call.