Payin

Pay In Initiated Transaction Reports List
{% 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 %}
{% if initiatedPayinList %} {% for each_pay_in in initiatedPayinList %} {% 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.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 %} {% 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 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.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 %}
- {% if each_pay_in.pgOrderId %} {% else %} {% endif %}
No Data Found