Pending Payin Transactions
{{ error }}
{% endif %}
S.No | Merchant Details | Order ID | UTR | Txn.ID | Customer Details | Amount(₹) | Grand Total(₹) | Total Charges(₹) | Txn.Date | Status |
---|---|---|---|---|---|---|---|---|---|---|
{{ each_pay_in.snoCount }} | {{ each_pay_in.merchantName }} {{ each_pay_in.merchantEmail }} |
{{ 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 }} |
Txn.Dt:{{ each_pay_in.createdOn }} Upd.Dt:{{ each_pay_in.responseCallBackTime }} |
{% if each_pay_in.status == "Success" %}{% else %}{% endif %} |