v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

CKYC Upload Status

get/v2/kyc/ckyc/bulk/individuals/{UPLOAD_TRANSACTION_ID}

Path parameters

UPLOAD_TRANSACTION_IDstring required

The Transaction ID corresponding to the Upload API call

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

Response

200

OR
OR
OR

Example response

{
  "attempt": 1,
  "referenceId": "fda65fa8-5f46-4e63-9683-3bbd8aa1f1d4",
  "bulkDecentroTxnId": "EF508120F76E4E87AF2629774AD54C5B",
  "callbackTxnId": "ACE6A24E8DA045FEAA91CDCE77ED7921",
  "originalCallbackTxnId": "ACE6A24E8DA045FEAA91CDCE77ED7921",
  "timestamp": "2025-03-17T18:45:41.900147",
  "creationTimestamp": "2025-03-17T18:45:41.000000",
  "lastModificationTimestamp": "2025-03-17T18:45:42.000000",
  "type": "BULK_CKYC_INDIVIDUALS_UPLOAD",
  "stage": "CSV_GENERATION_FAILED",
  "status": "FAILED",
  "description": "CSV generation failed.",
  "data": {
    "1": {
      "stage": "DOCUMENT_VALIDATION_AND_COMPRESSION_FAILED",
      "status": "FAILED",
      "description": "Document validation and compression failed. Unsupported document extension passed for: AADHAAR."
    }
  }
}