Payin Transactions
{{ error }}
{% endif %}
Total No of Transactions:{{total_count}}
Total Success Amount:{{total_success_amount}}
Total Transaction Amount:{{total_success_transaction_amount}}
S.No | Merchant Details | Order ID | Txn.ID | Pg Order ID | UTR | Customer Details | Amount(₹) | Paid 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.transactionId }} | {{ each_pay_in.pgOrderId }} | {{ each_pay_in.bankRefId }} | {{ each_pay_in.customerName }} {{ each_pay_in.customerEmail }} {{ each_pay_in.customerPhonenumber }} |
{{ each_pay_in.amount }} | {{ each_pay_in.paidAmount }} | {{ 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 %} |