v1
latestOpenAPI 3.1.02026-07-24680631.6 KBKYC Verification
In case the user’s KYC is not validated already, this API performs the PAN and Aadhar validation. The Aadhar validation happens either via the Aadhar number shared in API or if the client API partners have the Aadhar Metadata available then by directly sharing the metadata
post/fund/customer/lrs/verify-kyc
Headers
api-keystring
API Key
auth-keystring
Auth key generated using API key & secret
Request body
Response
200
Example response
{
"status": 200,
"message": "Success",
"doc": {
"customerId": "a7288bb2-2782-43a5-b079-ff99e84ce46a",
"message": "Your KYC has been verified successfully"
}
}