Welcome back, {{adminDict.userName}} !

Payin Volumes

Total Amount

₹{{adminDict.totalPayInBalance}}

This Month

₹{{adminDict.totalCurrentMonthPayinBalance}}

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

Today Amount

₹{{adminDict.todayTotalPayinAmount}}

Yesterday Amount

₹{{adminDict.yesterdayTotalPayinAmount}}

Previous Month

₹{{adminDict.totalPreviousMonthPayinBalance}}

Payout Volumes

Total Amount

₹{{adminDict.totalPayOutBalance}}

This Month

₹{{adminDict.totalCurrentMonthPayoutBalance}}

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

Today Amount

₹{{adminDict.todayTotalPayoutAmount}}

Yesterday Amount

₹{{adminDict.yesterdayTotalPayoutAmount}}

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 Earned Commission

₹{{adminDict.totalPayinCommissionEarned}}

Total Commission Amount

₹{{adminDict.totalPayinCommissionsAmount}}

Gst: {{adminDict.totalPayinGstAmount}}

Pg Charges

₹{{adminDict.payinTotalpgchargeAmount}}

Gst: {{adminDict.payinTotalpggstAmount}}
Payout Commissions Earned

Total Commission Amount

₹{{adminDict.totalPayoutAmount}}

Total Charges Amount

₹{{adminDict.totalPayoutCommissionsAmount}}

GST

₹{{adminDict.totalPayoutGstAmount}}

TDS

₹{{adminDict.totalPayoutTdsAmount}}