POST
/
api
/
v1
/
in
/
ckyc
/
download
curl --request POST \
  --url https://infopass.in/api/v1/in/ckyc/download \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "clientId": "ABCDE1234A",
  "dob": "1995-07-12"
}'
{
  "code": "0x0200",
  "message": "Record found successful.",
  "status": "SUCCESS",
  "data": {
    "clientId": "ckyc_download_rtdNQdlKgZcaABfQikzH",
    "ckycStatus": "found",
    "number": "123456789",
    "dob": "2001-07-25",
    "personalData": {
      "constituitonType": "Individual",
      "accountType": "Normal",
      "ckycNo": "50013085428728",
      "prefix": "MR",
      "firstName": "DUMMY",
      "lastName": "NAME",
      "fullName": "MR DUMMY  NAME",
      "fatherOrSpouse": "FATHER",
      "fatherPrefix": "MR",
      "fatherFirstName": "FATHER",
      "fatherLastName": "NAME",
      "fatherFullName": "MR FATHER  NAME",
      "motherPrefix": "MRS",
      "motherFirstName": "MOTHER",
      "motherLastName": "NAME",
      "motherFullName": "MRS MOHTER  NAME",
      "gender": "MALE",
      "dob": "1998-09-03",
      "pan": "ABCPK1125D",
      "permLine1": "DOODWA",
      "permLine2": "SIKAR DOODAWA",
      "permline3": "RAJASTHAN",
      "permCity": "SIKAR",
      "permDist": "SIKAR",
      "permState": "RJ",
      "permCountry": "IN",
      "permPin": "332316",
      "permPoa": "Proof of Possession of Aadhaar",
      "permCorresSameFlag": "N",
      "corresLine1": "DOODWA",
      "corresLine2": "SIKAR DOODAWA",
      "corresLine3": "RAJASTHAN",
      "corresCity": "SIKAR",
      "corresDist": "SIKAR",
      "corresState": "RJ",
      "corresCountry": "IN",
      "corresPin": "332316",
      "resiStdCode": "0",
      "resiTelNo": "0",
      "offStdCode": "0",
      "offTelno": "0",
      "mobile": "9123456780",
      "email": "TEST@GMAIL.COM",
      "decDate": "2020-04-09",
      "decPlace": "THANE",
      "kycDate": "********",
      "docSub": "Certified Copies",
      "kycName": "********",
      "kycDesignation": "********",
      "kycBranch": "********",
      "kycEmpcode": "********",
      "numIdentity": "0",
      "numRelated": "0",
      "numImages": "4"
    },
    "image": [
      {
        "sequenceNo": "1",
        "imageType": "JPG",
        "imageCode": "Proof of Possession of Aadhaar",
        "globalFlag": "1",
        "branchCode": "HOBRANCH",
        "image": ""
      },
      {
        "sequenceNo": "2",
        "imageType": "JPG",
        "imageCode": "PAN",
        "globalFlag": "1",
        "branchCode": "HOBRANCH",
        "image": ""
      },
      {
        "sequenceNo": "3",
        "imageType": "JPG",
        "imageCode": "Photograph",
        "globalFlag": "1",
        "branchCode": "HOBRANCH",
        "image": ""
      },
      {
        "sequenceNo": "4",
        "imageType": "JPG",
        "imageCode": "Signature",
        "globalFlag": "1",
        "branchCode": "HOBRANCH",
        "image": ""
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json · object

Response

200
application/json
OK

The response is of type object.