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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

metadata format example:

"{
""details"": {
""name"": {
""value"":
},
""dob"": {
""value"":
},
""gender"": {
""value"": ""M/F""
},
""address"": {
""careof"": """",
""country"": ,
""district"": ,
""subDistrict"": ,
""postoffice"": ,
""house"": ,
""locality"": ,
""landmark"": ,
""street"": ,
""pin"": ,
""state"": ,
""vtc"":
},
""photo"": {
""value"": <Base 64 image>
},
""phone"": {
""value"":
},
""email"": {
""value"":
},
""maskedAadhaarNumber"": ""xxxx-xxxx-1234"",
""generatedTimestamp"": ""20200611093344094"",
""isVerifiedEmail"": ""yes/no"",
""isVerifiedPhone"": ""yes/no"",
""isVerifiedSignature"": ""yes/no""
},
""type"": ""aadhaarXml""
}"

Response Parameters

FIELDTYPEDESCRIPTION
customerIdStringThis customer ID provide by API user. This is unique id.
messageStringResponse Message
Body Params
string
required

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

string
required

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

string

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

Headers
string

API Key

string

Auth key generated using API key & secret

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json