Reports

Pay In Transaction Reports List
Overall Success Amount:{{overAllCrediAmount}}
Total Settled Amount:{{overAllDebitAmount}}
Total UnSettled Amount:{{total_unsettled_amount}}
Total Initiated Amount:{{total_initiated_amount}}
{% if error %}

{{ error }}

{% endif %}
Total Success Credit:{{totalSucessCrediAmount}}
Total Settled Amount:{{totalDebitAmount}}
Total Pending Amount:{{processingAmount}}
Total Failed Amount:{{total_failed_amount}}
{% for each_pay_in in payinList %} {% if each_pay_in.status == "Success" %} {% else %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Merchant Details PG Name Channel Order ID UTR Txn.ID Customer Details Amount(₹) Grand Total(₹) Total Charges(₹) Transaction Type Txn.Date Status View
{{ each_pay_in.snoCount }} {{ each_pay_in.merchantName }}
{{ each_pay_in.merchantEmail }}
{{ each_pay_in.apiName }} {{ each_pay_in.platform }} {{ each_pay_in.orderId }} {{ each_pay_in.bankRefId }} {{ each_pay_in.transactionId }} {{ each_pay_in.customerName }}
{{ each_pay_in.customerEmail }}
{{ each_pay_in.customerPhonenumber }}
{{ each_pay_in.amount }} {{ each_pay_in.grandTotal }} Charge:{{ each_pay_in.chargeAmount }}
Gst:{{ each_pay_in.gstAmount }}
Tds:{{ each_pay_in.tdsAmount }}
{{each_pay_in.creditType}} Txn.Dt:{{ each_pay_in.createdOn }}
Upd.Dt:{{ each_pay_in.responseCallBackTime }}