Welcome back, {{adminDict.userName}} !

KYC Approved

{{adminDict.approvedMerchantsCount}}

Applied

{{adminDict.totalMerchantsCount}}

Pending

{{adminDict.pendingMerchantsCount}}

Rejected

{{adminDict.rejectedMerchantsCount}}
{% if 'view' in session.get('dashboardPermissions', []) %}

PAYIN

Yesterday

₹{{adminDict.yesterdayTotalPayinAmount}}

Success Ratio {{adminDict.yesterdayTotalPayinSucceessRatio}}%

Today

{% if adminDict.todayPayinGrowth >= 0 %}

+ {{ adminDict.todayPayinGrowth }}% ₹{{ adminDict.todayTotalPayinAmount }}

{% else %}

{{ adminDict.todayPayinGrowth }}% ₹{{ adminDict.todayTotalPayinAmount }}

{% endif %}

Success Ratio {{adminDict.todayTotalPayinSucceessRatio}}%

Previous Month

₹{{adminDict.totalPreviousMonthPayinBalance}}

Success Ratio {{adminDict.previousMonthPayinSucceessRatio}}%

This Month

₹{{adminDict.totalCurrentMonthPayinBalance}}

Success Ratio {{adminDict.currentMonthTotalPayinSucceessRatio}}%

Total Amount

₹{{adminDict.totalPayInBalance}}

Success Ratio {{adminDict.totalPayinSucceessRatio}}%

PAYOUT

Yesterday

₹{{ adminDict.yesterdayTotalPayoutAmount }}

Success Ratio {{adminDict.yesterdayTotalPayoutSucceessRatio}}%

Today

{% if adminDict.todayPayoutGrowth >= 0 %}

+ {{adminDict.todayPayoutGrowth}}%₹{{ adminDict.todayTotalPayoutAmount }}

{% else %}

{{adminDict.todayPayoutGrowth}}%₹{{ adminDict.todayTotalPayoutAmount }}

{% endif %}

Success Ratio {{adminDict.todayTotalPayoutSucceessRatio}}%

Previous Month

₹{{ adminDict.totalPreviousMonthPayoutBalance}}

Success Ratio {{adminDict.previousMonthPayoutSucceessRatio}}%

This Month

₹{{adminDict.totalCurrentMonthPayoutBalance}}

Success Ratio {{adminDict.currentMonthTotalPayoutSucceessRatio}}%

Total Amount

₹{{adminDict.totalPayOutBalance}}

Success Ratio {{adminDict.totalPayoutSucceessRatio}}%

Payin Commissions Earned

Category Total Previous Month Current Month
Commission Earned ₹{{adminDict.cwCommissionAmount}} ₹{{adminDict.previousMonthcwCommissionAmount}} ₹{{adminDict.currentMonthcwCommissionAmount}}
Transactions Charges ₹{{adminDict.totalTransactionAmount}} (GST) ₹{{adminDict.overallTransactionGstAmountDatewise}} ₹{{adminDict.previousMonthTotalTransactionAmount}} ₹{{adminDict.currentMonthTotalTransactionAmount}}
PG Charges ₹{{adminDict.pgtotalAmount}} (GST) ₹{{adminDict.overallPayinPgGstAmount}} ₹{{adminDict.previousMonthpgtotalAmount}} ₹{{adminDict.currentMonthpgtotalAmount}}
Agent Commissions Amount ₹{{adminDict.agentCommissionAmount}} ₹{{adminDict.previousMonthAgentCommissionAmount}} ₹{{adminDict.currentMonthAgentCommissionAmount}}
PG Total Additional Charges ₹{{adminDict.pgAdditionalChargeAmount}} ₹{{adminDict.pgPreviousMonthAdditionalChargeAmount}} ₹{{adminDict.pgCurrentMonthAdditionalChargeAmount}}

Payout Commissions Earned

Category Total Previous Month Current Month
Total Commission Amount ₹{{adminDict.totalPayoutAmount}} ₹{{adminDict.previousMonthPayoutCommissionAmount}} ₹{{adminDict.currentMonthPayoutCommissionAmount}}
Total Charges Amount ₹{{adminDict.totalPayoutCommissionsAmount}} ₹{{adminDict.totalPayoutGstAmount}} ₹{{adminDict.previousMonthPayoutCharges}} ₹{{adminDict.currentMonthPayoutChargesAmount}}
Total PG Charges ₹{{adminDict.payoutTotalPgchargeAmount}} ₹{{adminDict.payoutTotalPggstAmount}} ₹{{adminDict.previousMonthPGCharges}} ₹{{adminDict.currentMonthPayoutPGCharges}}
Total Beneficiaries Charges Amount ₹{{adminDict.beneficiaryTotalChargesAmount}} ₹{{adminDict.beneficiaryGstAmount}} ₹{{adminDict.beneficiaryPreviousTotalChargesAmount}} ₹{{adminDict.beneficiaryCurrentMonthTotalChargesAmount}}
Total Beneficiaries Transactions Count {{adminDict.beneficiaryTransactionsCount}} {{adminDict.beneficiaryPreviousTransactionsCount}} {{adminDict.beneficiaryCurrentMonthTransactionsCount}}

Top 10 PayIn Merchants Transactions

{% for each_merchant in payInTop10MerchantsList%} {% endfor %}
S.No Name Previous Month Current Month
{{ loop.index }}

{{each_merchant.merchantName}}

{{each_merchant.phoneNumber}}
₹{{each_merchant.totalMerchantPreviousPayinBalance}}

₹{{each_merchant.totalMerchantAmount}}

{{each_merchant.payinMerchantGrowth}}%

Top 10 Payout Merchants Transactions

{% for each_payout_merchant in payoutsTop10MerchantsList%} {% endfor %}
S.No Name Previous Month Current Month
{{ loop.index }}

{{each_payout_merchant.merchantName}}

{{each_payout_merchant.phoneNumber}}
₹{{each_payout_merchant.totalMerchantPreviousPayoutBalance}}

₹{{each_payout_merchant.totalMerchantAmount}}

{{each_payout_merchant.payoutMerchantGrowth}}%

Payin Volumes

{% for each_payin in payinsList%}

{{each_payin.apiName}}

₹{{each_payin.currentBalance}}

Success Ratio {{each_payin.successRatio}}%

{% endfor %}

Payout Volumes

{% for each_payout in payoutsList%}

{{each_payout.apiName}}

₹{{each_payout.currentBalance}}

Success Ratio {{each_payout.successRatio}}%

{% endfor %}