Welcome back, {{adminDict.userName}} !

{{adminDict.totalMerchantsCount}}
Total Merchants
{{adminDict.approvedMerchantsCount}}
Total KYC Approved
{{adminDict.pendingMerchantsCount}}
Pending KYC
{{adminDict.rejectedMerchantsCount}}
Rejected KYC
{% if 'view' in session.get('dashboardPermissions', []) %}
Payin

Total Amount

₹{{adminDict.totalPayInBalance}}

This Month

₹{{adminDict.totalCurrentMonthPayinBalance}}

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

Previous Month

₹{{adminDict.totalPreviousMonthPayinBalance}}

Today Total Payin Amount

₹{{adminDict.todayTotalPayinAmount}}

Yesterday Total Payin Amount

₹{{adminDict.yesterdayTotalPayinAmount}}

Payout

Total Amount

₹{{adminDict.totalPayOutBalance}}

This Month

₹{{adminDict.totalCurrentMonthPayoutBalance}}

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

Previous Month Payout

₹{{ adminDict.totalPreviousMonthPayoutBalance }}

Today Payout Total Amount

₹{{ adminDict.todayTotalPayoutAmount }}

Yesterday Payout Total Amount

₹{{ adminDict.yesterdayTotalPayoutAmount }}

Payin Volumes
{% for each_payin in payinsList%}

{{each_payin.apiName}}

₹{{each_payin.currentBalance | formatINR}}

Success Ratio {{each_payin.successRatio}}%
{% endfor %}
Payout Bank Balances
{% for each_payout in payoutsList%}

{{each_payout.apiName}}

₹{{each_payout.currentBalance | formatINR}}

Success Ratio {{each_payout.successRatio}}%
{% endfor %}

Top 10 PayIn Merchants Transactions

    {% for each_merchant in payInTop10MerchantsList%}
  • {{each_merchant.imageString}}

    {{each_merchant.merchantName}}

    {{each_merchant.phoneNumber}}
    ₹{{each_merchant.totalMerchantAmount}}
  • {% endfor %}

Top 10 PayIn Merchants Transactions

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

    ₹{{adminDict.cwCommissionAmount}}
  • Total Transactions Charges

    ₹{{adminDict.totalTransactionAmount}}
  • Total Transactions Gst Charges

    ₹{{adminDict.overallTransactionGstAmountDatewise}}
  • Total PG Charges

    ₹{{adminDict.pgtotalAmount}}
  • Total PG Gst Charges

    ₹{{adminDict.overallPayinPgGstAmount}}
  • Agent Commissions Amount

    ₹{{adminDict.agentCommissionAmount}}
  • PG Total Additional Charges

    ₹{{adminDict.pgAdditionalChargeAmount}}

Current Month

  • Commission Earned

    ₹{{adminDict.currentMonthcwCommissionAmount}}
  • Transactions Charges

    ₹{{adminDict.currentMonthTotalTransactionAmount}}
  • PG Charges

    ₹{{adminDict.currentMonthpgtotalAmount}}
  • Agent Commissions Amount

    ₹{{adminDict.currentMonthAgentCommissionAmount}}
  • PG Current Month Additional Charges

    ₹{{adminDict.pgCurrentMonthAdditionalChargeAmount}}

Previous Month

  • Commission Earned

    ₹{{adminDict.previousMonthcwCommissionAmount}}
  • Transactions Charges

    ₹{{adminDict.previousMonthTotalTransactionAmount}}
  • PG Charges

    ₹{{adminDict.previousMonthpgtotalAmount}}
  • Agent Commissions Amount

    ₹{{adminDict.previousMonthAgentCommissionAmount}}
  • PG Previous Month Additional Charges

    ₹{{adminDict.pgPreviousMonthAdditionalChargeAmount}}

Payout Commissions Earned

  • Total Commission Amount

    ₹{{adminDict.totalPayoutAmount}}
  • Total Charges Amount

    ₹{{adminDict.totalPayoutCommissionsAmount}}
  • GST

    ₹{{adminDict.totalPayoutGstAmount}}
  • Total PG Charges

    ₹{{adminDict.payoutTotalPgchargeAmount}}
  • Total PG Gst Amount

    ₹{{adminDict.payoutTotalPggstAmount}}
  • Previous Month Current Month
  • Commission Earned

    ₹{{adminDict.previousMonthPayoutCommissionAmount}} ₹{{adminDict.currentMonthPayoutCommissionAmount}}
  • Transactions Charges

    ₹{{adminDict.previousMonthPayoutCharges}} ₹{{adminDict.currentMonthPayoutChargesAmount}}
  • PG Charges

    ₹{{adminDict.previousMonthPGCharges}} ₹{{adminDict.currentMonthpgtotalAmount}}
{% endif %}