Auto Collect

Transaction Report List
{% if error %}

{{ error }}

{% endif %}
{% for error in form.search_element.errors %} {{ error }} {% endfor %}
{% if creditNotifyList %} {% for each_cred_notify in creditNotifyList %} {% if each_cred_notify.transactionUniqueId %} {% else %} {% endif %} {% if each_cred_notify.userId.fullName or each_cred_notify.userId.phoneNumber %} {% else %} {% endif %} {% if each_cred_notify.createdOn %} {% else %} {% endif %} {% if each_cred_notify.ecollectAccoutNo %} {% else %} {% endif %} {% if each_cred_notify.remitterName %} {% else %} {% endif %} {% if each_cred_notify.responseStatus %} {% else %} {% endif %} {% if each_cred_notify.transactionDate %} {% else %} {% endif %} {% if each_cred_notify.transferType %} {% 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 Order ID Merchant Details Created At Virtual Acc.No Remitter Amount Status Settlement Date Pay Type
{{snoCount+loop.index}}{{each_cred_notify.transactionUniqueId}}-{{each_cred_notify.userId.fullName}} {{each_cred_notify.userId.phoneNumber}}-{{each_cred_notify.createdOn }}-{{each_cred_notify.ecollectAccoutNo}}-{{each_cred_notify.remitterName}}-{{each_cred_notify.transactionAmount}}{{each_cred_notify.responseStatus}}-{{each_cred_notify.transactionDate}}-{{each_cred_notify.transferType}}-
No Data Found