Merchant Management

Update Merchant Details
{% if error %}

{{ error }}

{% endif %}

Company KYC
{% if userDict.companyRegistrationStatus == "Submitted" or userDict.companyRegistrationStatus == "Approved" %} {% if userDict.companyRegistrationDoc %} {% else %} {% endif %} {% else %} {% endif %}
{% if userDict.moaStatus == "Submitted" or userDict.moaStatus == "Approved" %} {% if userDict.moaDoc %} {% else %} {% endif %} {% else %} {% endif %}
{% if userDict.aoaStatus == "Submitted" or userDict.aoaStatus == "Approved" %} {% if userDict.aoaDoc %} {% else %} {% endif %} {% else %} {% endif %}
{% if userDict.companyPanStatus == "Submitted" or userDict.companyPanStatus == "Approved" %} {% if userDict.companyPanDoc %} {% else %} {% endif %} {% else %} {% endif %}
ID Proof
{% if userDict.panStatus == "Submitted" or userDict.panStatus == "Approved" %} {% else %} {% endif %}
{% if userDict.panStatus == "Submitted" or userDict.panStatus == "Approved" %} {% if userDict.panDocument %} {% else %} {% endif %} {% else %} {% endif %}
{% if userDict.panStatus == "Submitted" or userDict.panStatus == "Approved" %} {% else %} {% endif %}
Address Proof
{% if userDict.aadharStatus == "Submitted" or userDict.aadharStatus == "Approved" %} {% else %} {% endif %}
{% if userDict.aadharStatus == "Submitted" or userDict.aadharStatus == "Approved" %} {% if userDict.aadharDocument %} {% else %} {% endif %} {% else %} {% endif %}
{% if userDict.aadharStatus == "Submitted" or userDict.aadharStatus == "Approved"%} {% else %} {% endif %}
Bank Verification
{% if userDict.bankStatus == "Submitted" or userDict.bankStatus == "Approved" %} {% else %} {% endif %}
{% if userDict.bankStatus == "Submitted" or userDict.bankStatus == "Approved" %} {% else %} {% endif %}
{% if userDict.bankStatus == "Submitted" or userDict.bankStatus == "Approved" %} {% else %} {% endif %}
Video
{% if userDict.videoVerificationStatus == "Submitted" or userDict.videoVerificationStatus == "Approved"%} {% if userDict.uploadVideo %} {% else %} {% endif %} {% else %} {% endif %}
{% if userDict.agreementDocument %} {% else %} {% endif %}
{% endblock %}