KYC status of the client. If the status is true it indicates that KYC data has been updated and KYC completed. This field is required if configured as **Business Mandatory***
remark
string
Remarks on the KYC status or documents. **Conditional Mandatory*** field - Required when KYC status is true.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Kyc",
"type": "object",
"properties": {
"status": {
"type": "boolean",
"description": "KYC status of the client. If the status is true it indicates that KYC data has been updated and KYC completed. <BR/>This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
},
"remark": {
"type": "string",
"description": "Remarks on the KYC status or documents. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required when KYC status is true."
}
}
}