Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200 - application/json
The initiateUserKyc
API is used to start the KYC verification process to validate the employee’s identity information.
Kyc may only be initiated after using addKycInformation
to submit the required information for verification.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.