Overview of the ckyc_verification
object.
Shown below is a sample ckyc_verification
object.
{
"id": "ckyc_WPm36XgdvuDVEX0JruB13ZA3X",
"object": "ckyc_verification",
"purpose": "savings_account",
"document_type": "pan",
"document_number": "BBBBB1234B",
"name": "Anil Reddy",
"ckyc_number": "70257809604369",
"ckyc_date": "2020-12-25",
"status": "success",
"message": "success",
"merchant_reference_id": "1673337192",
"entity_details": [
{
"entity_type": "proprietorship",
"ckyc_number": "46705257097369",
"name": "Anil Reddy Enterprises",
"place_of_incorporation": "Bangalore",
"ckyc_date": "2022-08-04",
"ckyc_updated_date": "2022-08-03"
}
],
"metadata": {
"key_1": "DD",
"key_2": "XoF"
},
"created_at": 1673337192,
"updated_at": 1673337192,
"is_sandbox": true
}
The table below lists the various parameters in the ckyc_verification
object.
Parameter | Type | Description |
---|---|---|
id | string | Unique identifier of the request in ZWITCH. Example: ckyc_y60V1ZWa4oVpShsisqTf03Gvt |
object | string | API object that is returned. Possible value: ckyc_verification |
purpose | string | Reason you are checking if an individual is registered in the CKYC database. Possible value: savings_account |
document_type | string | Document used to search the CKYC database. Possible values: pan |
document_number | string | Document number of the individual. Example: AAAPA0000A |
name | string | Name linked to the document as per the CKYC database. Example: Anil Reddy |
ckyc_number | string | Unique identifier of the individual in the CKYC database. Example: O12345678900987 |
ckyc_date | string | Date the individuals' details were added to the CKYC database. Format: YYYY-MM-DD Has to be 10 characters. Example: 2022-12-31 Supported characters: <ul><li> 0-9</li><li> -` |
status | string | Possible values:
|
message | string | Message explaining the status of the API. Some possible values:
|
entity_details | object | Object contains the CKYC details of sole proprietorship. |
merchant_reference_id | string | Unique identifier entered when creating the request.
Example: 14096850 |
metadata | object | Object of key-value pair that can be used to store additional information about the entity.
"key_1": "Zwitch to the moon.” |
is_sandbox | boolean | Mode in which the API was triggered. Possible values:
|
created_at | integer | Unix timestamp when the request was received by ZWITCH. Example: 1656417101 |
updated_at | integer | Unix timestamp when the request was processed by ZWITCH. Example: 1656417101 |
[Child Object] Entity Details
The table below lists the various parameters in the entity_type
child object. This object is part of the ckyc_verification
object.
entity_type | string | Type of entity. Example: proprietorship |
ckyc_number | string | Unique identifier of the sole proprietorship in the CKYC database. Example: O00000000000000 |
name | string | Name linked to the document as per the CKYC database. Example: Anil Reddy |
place_of_incorporation | string | Entity registered place. Example: RGA Tech Park |
ckyc_date | string | Date the sole proprietorship details were added to the CKYC database.Format: YYYY-MM-DD Has to be 10 characters. Example: 2022-12-31 Supported characters: <ul><li> 0-9</li><li> -` |
ckyc_updated_date | string | Date the sole proprietorship details were updated to the CKYC database.Format: YYYY-MM-DD Has to be 10 characters. Example: 2022-12-31 Supported characters: <ul><li> 0-9</li><li> -` |