Welcome back, {{adminDict.userName}} !

Payin

Total Amount

₹{{adminDict.totalPayInBalance}}

This Month

₹{{adminDict.totalCurrentMonthPayinBalance}}

{% if adminDict.payinGrowth >0:%} {{adminDict.payinGrowth}}% {% else: %} {{adminDict.payinGrowth}}% {% endif %}

Previous Month

₹{{adminDict.totalPreviousMonthPayinBalance}}

Payout

Total Amount

₹{{adminDict.totalPayOutBalance}}

This Month

₹{{adminDict.totalCurrentMonthPayoutBalance}}

{% if adminDict.payoutGrowth>=0: %} {{adminDict.payoutGrowth}}% {% else: %} {{adminDict.payoutGrowth}}% {% endif %}

Previous Month

₹{{adminDict.totalPreviousMonthPayoutBalance}}

Payin Balances
{% for each_payin in payinsList%}
{{each_payin.apiName}}
₹{{each_payin.currentBalance}}
Success Ratio {{each_payin.successRatio}}%
{% endfor %}
Payout Balances
{% for each_payout in payoutsList%}
{{each_payout.apiName}}
₹{{each_payout.currentBalance}}
Success Ratio {{each_payout.successRatio}}%
{% endfor %}
Top Payin Merchants
    {% for each_merchant in payInTop10MerchantsList%}
  • {{each_merchant.imageString}}

    {{each_merchant.merchantName}}

    {{each_merchant.phoneNumber}}
    ₹{{each_merchant.totalMerchantAmount}}
  • {% endfor %}
Top Payout Merchants
    {% for each_payout_merchant in payoutsTop10MerchantsList%}
  • {{each_payout_merchant.imageString}}

    {{each_payout_merchant.merchantName}}

    {{each_payout_merchant.phoneNumber}}
    ₹{{each_payout_merchant.totalMerchantAmount}}
  • {% endfor %}
Payin Commissions Earned

Total Charges Amount

₹{{adminDict.totalPayinAmount}}

Total Commission Amount

₹{{adminDict.totalPayinCommissionsAmount}}

GST

₹{{adminDict.totalPayinGstAmount}}

TDS

₹{{adminDict.totalPayinTdsAmount}}

Payout Commissions Earned

Total Commission Amount

₹{{adminDict.totalPayoutAmount}}

Total Charges Amount

₹{{adminDict.totalPayoutCommissionsAmount}}

GST

₹{{adminDict.totalPayoutGstAmount}}

TDS

₹{{adminDict.totalPayoutTdsAmount}}