Reports

Reconciliation Reports List
{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %} {% if error %}

{{ error }}

{% endif %}
Payin Balances
Payin Success Amount
₹{{reconciliationDict.payinSuccessAmount}}
Payin Processing Amount
₹{{reconciliationDict.payinProccessingAmount}}
Payin Admin Debit Amount
₹{{reconciliationDict.payinDebitAmount}}
Payout Balances
Payout Success Amount
₹{{reconciliationDict.payoutSuccessAmount}}
Payout Proccessing Amount
₹{{reconciliationDict.payoutProcessingAmount}}
Payout Admin Credit Amount
₹{{reconciliationDict.payoutDebitAmount}}