Pending Payout Transaction Report

Pending Payout Transactions List
{% if error %}

{{ error }}

{% endif %}
{% for each_payout in pendingPayoutsList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Merchant Name Txn.Id Slab Name Amount(₹) Grand Total(₹) Total Charges(₹) Type API Name Account Number UTR Txn.Date Status View
{{ each_payout.snoCount }} {{ each_payout.userName }} ORD#:{{ each_payout.merchantReferenceNumber }}
TXN:{{ each_payout.transactionUniqueId }}
{{ each_payout.slabName }} {{ each_payout.amount }} {{ each_payout.grandTotal }} Charge:{{ each_payout.chargeAmount }}
Gst:{{ each_payout.gstAmount }}
Tds:{{ each_payout.tdsAmount }}
{{ each_payout.paymentMode }} {{ each_payout.transactionAPIName }} {{ each_payout.fullAccountNumber }} {{ each_payout.bankReferenceNumber }} Txn.Dt:{{ each_payout.createdOn }}
Upd Dt:{{ each_payout.responseCallBackTime }}
{% if each_payout.transactionStatus == "Success" %} {% else %} {% endif %}