Payout

Invalid Beneficiaries List
{% if error %}

{{ error }}

{% endif %}
{% if invalidbeneficiaryList %} {% for each_beneficiary in invalidbeneficiaryList %} {% if each_beneficiary.userId.fullName %} {% else %} {% endif %} {% if each_beneficiary.accountNumber %} {% else %} {% endif %} {% if each_beneficiary.beneficiaryName %} {% else %} {% endif %} {% if each_beneficiary.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 Name Account Number Beneficiary Name Ifsc Code Created On
{{ snoCount + loop.index }}{{ each_beneficiary.userId.fullName }}-{{ each_beneficiary.accountNumber }}-{{ each_beneficiary.beneficiaryName }}-{{ each_beneficiary.ifscCode }}-{{ each_beneficiary.createdOn}}
No Data Found