post https://in.staging.decentro.tech/v2/kyc/ckyc/bulk/legal-entities/upload
Important Note
Please use only Staging Credentials on each API Reference page to test the APIs directly from our Documentation.
API Endpoints
| Environment | Host |
|---|---|
| Staging / Sandbox | https://in.staging.decentro.tech |
| Production | https://in.decentro.tech |
This API reference details the interface for uploading individuals to the CKYC registry.
For a high-level understanding of the API, refer to CKYC Bulk Upload Guide
Root Level Fields
reference_id: Unique identifier for the documentconsent: Boolean indicating user consentpurpose: Purpose of the document (in this case, bank account)verifier: Details of the person verifying the documentindividuals: Array of individual details
individuals.documents Array
individuals.documents ArrayThe documents array is a list of objects. The following table represents the member objects of the documents array.
| Parameter | Type | Mandatory | Definition |
|---|---|---|---|
base64 | String | Yes | The base64 string containing the actual image of the document. The maximum allowed size for these documents is 1 MB. |
type | String | Yes | The type of the document for the user. The type can be one of the following:• SIGNATURE• OFFICIALLY VALID DOCUMENT(S) IN RESPECT OF PERSON AUTHORISED TO TRANSACT• CERTIFICATE OF INCORPORATION/FORMATION• REGISTRATION CERTIFICATE• MEMORANDUM AND ARTICLES OF ASSOCIATION• PARTNERSHIP DEED• TRUST DEED• RESOLUTION OF BOARD/MANAGING COMMITTEE• POWER OF ATTORNEY GRANTED TO ITS MANAGER, OFFICERS OR EMPLOYEES TO TRANSACT ON ITS BEHALF• ACTIVITY PROOF -1 (FOR SOLE PROPRIETORSHIP ONLY)• ACTIVITY PROOF -2 (FOR SOLE PROPRIETORSHIP ONLY)• OTHER |
individuals.ids Array
individuals.ids ArrayThe ids array is a list of objects. The following table represents the member objects of the ids array.
| Parameter | Type | Mandatory | Definition |
|---|---|---|---|
id_number | String | Yes | The ID number corresponding to the ID type. |
type | String | Yes | The type of the ID of the non-individual. The type can be one of the following:• PAN• OFFICIALLY VALID DOCUMENT(S) IN RESPECT OF PERSON AUTHORISED TO TRANSACT• CERTIFICATE OF INCORPORATION/FORMATION• REGISTRATION CERTIFICATE• MEMORANDUM AND ARTICLES OF ASSOCIATION• PARTNERSHIP DEED• TRUST DEED• RESOLUTION OF BOARD/MANAGING COMMITTEE• POWER OF ATTORNEY GRANTED TO ITS MANAGER, OFFICERS OR EMPLOYEES TO TRANSACT ON ITS BEHALF• ACTIVITY PROOF -1• ACTIVITY PROOF -2 |
