Payin Ledger Reports List
{{ error }}
{% endif %}
S.No | Order ID | Txn ID | Merchant Name | Opening Balance(₹) | CrDrType | Credit Amount(₹) | Debit Amount(₹) | Closing Balance(₹) | Date | Status | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{each_payin.snoCount}} | {{each_payin.orderId }} | {{each_payin.pgOrderId }} | {{each_payin.merchantName}} | {{each_payin.openingBalance}} | {{each_payin.creditType}} | {{each_payin.creditAmount}} | {{each_payin.debitAmount}} | {{each_payin.closingBalance}} | {{each_payin.createdOn}} | {% if each_payin.status == "Success" %}{% else %} | {% endif %} |