Payin

Pay In Success Transaction Reports List
Overall Credit Amount:{{overAllCrediAmount}}
Overall Debit Amount:{{overAllDebitAmount}}
{% if error %}

{{ error }}

{% endif %}
{% for error in form.startDate.errors %} {{ error }}
{% endfor %} {% for error in form.endDate.errors %} {{ error }}
{% endfor %} {% for error in form.searchId.errors %} {{ error }}
{% endfor %} {% for error in form.merchantId.errors %} {{ error }}
{% endfor %} {% for error in form.siteTitle.errors %} {{ error }} {% endfor %}
Total Success Amount:{{totalCreditAmount}}
Total Success Credit Amount :{{totalSucessCrediAmount}}
Total Debit Amount:{{totalDebitAmount}}
{% if payinList %} {% for each_pay_in in payinList %} {% if each_pay_in.siteTitle %} {% else %} {% endif %} {% if each_pay_in.merchantName or each_pay_in.merchantEmail %} {% else %} {% endif %} {% if each_pay_in.apiName %} {% else %} {% endif %} {% if each_pay_in.cardType or each_pay_in.cardmasked %} {% else %} {% endif %} {% if each_pay_in.platform %} {% else %} {% endif %} {% if each_pay_in.orderId %} {% else %} {% endif %} {% if each_pay_in.bankRefId %} {% else %} {% endif %} {% if each_pay_in.transactionId %} {% else %} {% endif %} {% if each_pay_in.pgOrderId %} {% else %} {% endif %} {% if each_pay_in.creditType %} {% else %} {% endif %} {% if each_pay_in.createdOn or each_pay_in.responseCallBackTime %} {% else %} {% endif %} {% if each_pay_in.status == "Success" %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Site Title Merchant Details PG Name Card Details Channel Order ID UTR Txn ID PG orderID Amount(₹) Grand Total(₹) Total Charges(₹) Transaction Type Txn.Date Status View
{{ snoCount + loop.index }}{{each_pay_in.siteTitle}}-{{ each_pay_in.merchantName }}
{{ each_pay_in.merchantEmail }}
-{{ each_pay_in.apiName }}-{{ each_pay_in.cardType }}
{{ each_pay_in.cardmasked }}
-{{ each_pay_in.platform }}-{{ each_pay_in.orderId }}-{{ each_pay_in.bankRefId }}-{{ each_pay_in.transactionId }}-{{ each_pay_in.pgOrderId }}- {{ 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}}- {% if each_pay_in.createdOn %} Txn.Dt:{{ each_pay_in.createdOn }}
{% else %} Txn.Dt: -
{% endif %} {% if each_pay_in.responseCallBackTime %} Upd.Dt:{{ each_pay_in.responseCallBackTime }} {% else %} Upd.Dt: -
{% endif %}
-
No Data Found