Payout

Beneficiaries List
{% for each_beneficiary in beneficiaryList %} {% endfor %}
{% if error %}

{{ error }}

{% endif %}
{% for error in form.creditorAccountNumber.errors %} {{ error }}
{% endfor %} {% for error in form.searchId.errors %} {{ error }}
{% endfor %} {% for error in form.merchantId.errors %} {{ error }}
{% endfor %}
{% if beneficiaryList %} {% for each_beneficiary in beneficiaryList %} {% if each_beneficiary.merchantName %} {% else %} {% endif %} {% if each_beneficiary.creditorAccountNumber %} {% else %} {% endif %} {% if each_beneficiary.name %} {% else %} {% endif %} {% if each_beneficiary.ifscCode %} {% else %} {% endif %} {% if each_beneficiary.bankName %} {% else %} {% endif %} {% if each_beneficiary.transactionReferenceNumber %} {% else %} {% endif %} {% if each_beneficiary.createdOn %} {% 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 Name Account Number Original Name Ifsc Code Bank Name Beneficiary Status Transaction Reference Number Created On
{{ snoCount + loop.index }}{{ each_beneficiary.merchantName }}-{{ each_beneficiary.creditorAccountNumber }}-{{ each_beneficiary.name }}-{{ each_beneficiary.ifscCode }}-{{ each_beneficiary.bankName }}--{{ each_beneficiary.transactionReferenceNumber}}-{{ each_beneficiary.createdOn}}-
No Data Found