Auto Collect

Assigned Third Party Virtual Accounts List
{% if 'add' in session.get('assignThirdpartyvirtualAccountPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for error in form.thirdpartyUserId.errors %} {{ error }} {% endfor %} {% for error in form.virtualAccountId.errors %} {{ error }} {% endfor %}
{% if assignedVirtualAccountsList %} {% for each_virtual_account in assignedVirtualAccountsList %} {% if each_virtual_account.thirdpartyUserId.apiKey %} {% else %} {% endif %} {% if each_virtual_account.thirdpartyUserId.name %} {% else %} {% endif %} {% if each_virtual_account.virtualAccountId.virtualAccountNumber %} {% else %} {% endif %} {% if each_virtual_account.virtualAccountId.ifscCode %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == "success" %}

{{ message }}

{% elif category == "danger" %}

{{ message }}

{% else %}

{{ message }}

{% endif %} {% endfor %} {% endif %} {% endwith %}
S.No Merchant Code Merchant Name Virtual Acc.No IFSC Code Status Date
{{snoCount+loop.index}}{{each_virtual_account.thirdpartyUserId.apiKey}}-{{each_virtual_account.thirdpartyUserId.name }}-{{each_virtual_account.virtualAccountId.virtualAccountNumber}}-{{each_virtual_account.virtualAccountId.ifscCode}}- {% if each_virtual_account.status == 1 %} Active {% else %} Deactive {% endif %} {{each_virtual_account.createdOn}}
No Data Found