v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

CKYC Download Validate OTP API

post/v2/kyc/ckyc/download/validate-otp

Headers

client_idstring required

ID/identifier that is provided by Decentro to a specific client and environment. Please note, this may change based on the environment you are on.

client_secretstring required

The confidential credential provided by Decentro that is associated with the client_id

Request body

transaction_idstring required

The Decentro transaction ID received in the CKYC Download Generate OTP API

otpstring required

The OTP sent to the mobile number linked to the customer's CKYC Download Validate OTP API

Response

200

decentroTxnIdstring
statusstring
responseCodestring
messagestring
responseKeystring

Example response

{
  "decentroTxnId": "BBA6080F08F64B6FAB4A15AAFE116BD8",
  "status": "SUCCESS",
  "responseCode": "S00000",
  "message": "KYC Details for CKYC downloaded successfully.",
  "data": {
    "personalIdentifiableData": {
      "personalDetails": {
        "constituitonType": "Individual",
        "accountType": "Normal",
        "ckycNo": "XXXXXXXXX",
        "ckycReferenceId": "XXXXXXXXX",
        "prefix": "MR",
        "firstName": "XXXXXXXXX",
        "lastName": "XXXXXXXXX",
        "fullName": "MR XXXXXXXXX  XXXXXXXXX",
        "fatherPrefix": "MR",
        "fatherFname": "XXXXXXXXX XXXXXXXXX",
        "fatherFullname": "MR XXXXXXXXX XXXXXXXXX",
        "gender": "MALE",
        "dob": "11-11-1995",
        "pan": "BDAPC9977L",
        "permLine1": "XXXXXXXXX XXXXXXXXX XXXXXXXXX",
        "permCity": "BANGALORE",
        "permDist": "BENGALURU URBAN",
        "permState": "KA",
        "permCountry": "IN",
        "permPin": "XXXXXXXXX",
        "permPoa": "Proof of Possession of Aadhaar",
        "permCorresSameflag": "Y",
        "corresLine1": "XXXXXXXXX XXXXXXXXX XXXXXXXXX",
        "corresCity": "BANGALORE",
        "corresDist": "BENGALURU URBAN",
        "corresState": "KA",
        "corresCountry": "IN",
        "corresPin": "XXXXXXXXX",
        "corresPoa": "01",
        "mobCode": "91",
        "mobNum": "XXXXXXXXX",
        "decDate": "24-08-2023",
        "decPlace": "XXXXXXXXX",
        "kycDate": "********",
        "docSub": "Certified Copies",
        "kycName": "********",
        "kycDesignation": "********",
        "kycBranch": "********",
        "kycEmpcode": "********",
        "numIdentity": "1",
        "numRelated": "0",
        "numImages": "2"
      },
      "identityDetails": {
        "identity": [
          {
            "sequenceNo": "1",
            "identityType": "Proof of Possession of Aadhaar",
            "identityNumber": "XXXXXXXXX",
            "idVerificationStatus": "NO"
          }
        ]
      }
    }
  },
  "responseKey": "success_ckyc_download"
}