API Master
KYC API List
{{ error }}
{% endif %}
{% if 'add' in session.get('kycApiPermissions', []) %}
{% endif %}
S.No | ApiName | ApiCode | Parameters | {% if 'edit' in session.get('kycApiPermissions', []) %}Status | {% endif %} {% if 'edit' in session.get('kycApiPermissions', []) %}Actions | {% elif 'delete' in session.get('kycApiPermissions', []) %}Actions | {% endif %}|||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{kycApissnoCount+loop.index}} | {% if each_kyc_api.apiName %}{{each_kyc_api.apiName}} | {% else %}- | {% endif %} {% if each_kyc_api.code %}{{each_kyc_api.code}} | {% else %}- | {% endif %}
View Parameters |
{% if 'edit' in session.get('kycApiPermissions', []) %}
{% if each_kyc_api.status == 1 %} Active {% else %} Deactivate {% endif %} | {% endif %}{% if 'edit' in session.get('kycApiPermissions', []) %} {% endif %} {% if 'delete' in session.get('kycApiPermissions', []) %} {% endif %} | {% endfor %} {% else %}||||
No Data Found |
OTP Verification
{% if 'add' in session.get('assignKycPermissions', []) %}
{% endif %}
S.No | ApiName | Document Name | {% if 'edit' in session.get('assignKycPermissions', []) %}Status | {% endif %} {% if 'edit' in session.get('assignKycPermissions', []) %}Actions | {% elif 'delete' in session.get('assignKycPermissions', []) %}Actions | {% endif %}||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{assignKycsnoCount+loop.index}} | {% if each_assign_kyc.kycApiId.apiName %}{{each_assign_kyc.kycApiId.apiName}} | {% else %}- | {% endif %} {% if each_assign_kyc.documentNameList %}{{each_assign_kyc.documentNameList| join(', ')}} | {% else %}- | {% endif %} {% if 'edit' in session.get('assignKycPermissions', []) %}{% if each_assign_kyc.status == 1 %} Active {% else %} Deactive {% endif %} | {% endif %}{% if 'edit' in session.get('assignKycPermissions', []) %} {% endif %} {% if 'delete' in session.get('assignKycPermissions', []) %} | {% endfor %} {% else %}|||||
No Data Found |
OTP Verification
Update Assign KYC
Add Assign KYC
Update KYC API
Create New Kyc API
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == "charge_success" %}
{% elif category == "charge_danger" %}
{% endif %}
{% endfor %}
{% endif %}
{% endwith %}
{% if kycChargeList %}
{{ message }}
{% elif category == "charge_danger" %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% endwith %}
{% if 'edit' in session.get('kycApiChargePermissions', []) %}
{% endif %}
{% else %}
No charges available for the selected API.
{% endif %}