{{error}}
{% endif %}
- {% if redirectval == "Ekyc" %} Ekyc {% else %} Ekyc {% endif %}
- {% if redirectval == "Document" %} Document {% else %} Document {% endif %}
- {% if redirectval == "DocumentAttribute" %} Document Attribute {% else %} Document Attribute {% endif %}
- {% if redirectval == "KycGroup" %} KYC Group {% else %} KYC Group {% endif %}
- {% if redirectval == "KycGroupConfig" %} KYC Group Config {% else %} KYC Group Config {% endif %}
{% if redirectval == "Ekyc" %}
{% else %}
{% endif %}
{% if redirectval == "Document" %}
Export CSV
}})
Add New EKYC
S.No | EKYC Name | Code | Ekyc Type | Status | Edit | Delete |
---|---|---|---|---|---|---|
{{loop.index}} | {{each_ekyc.name}} | {{each_ekyc.code}} | {{each_ekyc.ekycType}} | {{each_ekyc.actionText}} |
Edit EKYC |
| {% endfor %}
{% else %}
{% endif %}
{% if redirectval == "DocumentAttribute" %}
Export CSV
}})
Add Document
S.No | Document Name | Priority | Has Expiry | Is KYC | Is Mandatory | Status | Edit | Delete |
---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_document.name}} | {{each_document.priority}} | {% if each_document.hasExpiry == True %} ✓ {% else %} ✗ {% endif %} | {% if each_document.isKYC == True %} ✓ {% else %} ✗ {% endif %} | {% if each_document.isMandatory == True %} ✓ {% else %} ✗ {% endif %} | {{each_document.actionText}} |
Edit Document |
| {% endfor %}
{% else %}
{% endif %}
{% if redirectval == "KycGroup" %}
Export CSV
}})
Add New Document Attribute
S.No | Attribute Name | Document Name | Field Type | Is EKYC | EKYC Code | Label | Max Size | Max Width | Priority | Min Width | Web Regex | Mobile Regex | Status | Edit | Delete |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_attribute.attributeName}} | {{each_attribute.documentName}} | {{each_attribute.fieldType}} | {% if each_attribute.isKYC == True %} ✓ {% else %} ✗ {% endif %} | {{each_attribute.ekycName}} | {{each_attribute.label}} | {{each_attribute.maxSize}} | {{each_attribute.maxWidth}} | {{each_attribute.priority}} | {{each_attribute.minWidth}} | {{each_attribute.webRegex}} | {{each_attribute.mobileRegex}} | {{each_attribute.actionText}} |
Edit Attribute |
| {% endfor %}
{% else %}
{% endif %}
{% if redirectval == "KycGroupConfig" %}
Export CSV
}})
Add New Kyc Group
S.No | KYC Group Name | Description | Code | Priority | Status | Edit | Delete |
---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_group.name}} | {{each_group.description}} | {{each_group.code}} | {{each_group.priority}} | {{each_group.actionText}} |
Edit Kyc Group |
| {% endfor %}
{% else %}
{% endif %}
Export CSV
}})
Add New KYC Group Config
S.No | Document Name | Document Group Name | Status | Edit | Delete |
---|---|---|---|---|---|
{{loop.index}} | {{each_config.documentName}} | {{each_config.groupName}} | {{each_config.actionText}} |
Edit KYC Group Config |
| {% endfor %}