v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

KYC 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

customerIDstring required

This customer ID provide by API user. This is unique id.

aadhaarMetadatastring required

Aadhaar metadata to be sent in this field as per the above mentioned format

panNumberstring

Please enter valid PAN number. This is required for LRS purposes.

Response

200

OR

Example response

{
  "status": 200,
  "message": "Success",
  "doc": {
    "customerId": "a7288bb2-2782-43a5-b079-ff99e84ce46a",
    "message": "Your KYC has been verified successfully"
  }
}