Payout 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_payout.snoCount}} | {{each_payout.merchantReferenceNumber }} | {{each_payout.transactionUniqueId }} | {{each_payout.userName}} | {{each_payout.previousBalance}} | {{each_payout.transferType}} | {{each_payout.creditAmount}} | {{each_payout.debitAmount}} | {{each_payout.currentBalance}} | {{each_payout.createdOn}} | {% if each_payout.transactionStatus == "Success" %}{% else %} | {% endif %} |