Dashboards

Commissions Structure
{% if error %}

{{ error }}

{% endif %}

Total Transaction Count

{{totalSuccessTxnscount}}

Total Transaction Volume

₹{{totalSuccessAmount | formatINR}}

Total Transaction Charges

₹{{overallTransactionChargesDatewise | formatINR}}

Total Transaction GST

₹{{overallTransactionGstAmountDatewise | formatINR}}

Total PG Charges

₹{{overPGCharges | formatINR}}

Total PG GST

₹{{overPgGstAmount | formatINR}}

Total Commission Earned

₹{{overAllCWCommissionsAmount | formatINR}}

Transaction Count

{{successTxnscountDatewise}}

Transaction Volume

₹{{successAmountDatewise | formatINR}}

Transaction Charges

₹{{transactionChargesDatewise | formatINR}}

Transaction GST

₹{{transactionGstAmountDatewise | formatINR}}

PG Charges

₹{{pgCharges | formatINR}}

PG GST

₹{{pgGstAmount | formatINR}}

Commission Earned

₹{{cwCommissionsAmount | formatINR}}

{% for each_payout in pgTop10chargesList %} {% endfor %}
S.No PG Name Txn Count Txn Volume Amount Transaction Charge Amount Transaction Gst Amount Transaction Total Amount PG Charge Amount PG Gst Amount PG Total Amount Company Charge Amount Company Gst Amount Company Total Amount Company Commission Amount View
{{each_payout.snoCount}} {{each_payout.apiName }} {{each_payout.transactionsCount}} ₹{{each_payout.totalVolumeAmount}} ₹{{each_payout.transactionChargeAmount }} ₹{{ each_payout.transactionGstAmount }} ₹{{each_payout.transactionTotalAmount}} ₹{{each_payout.aggregatorChargeAmount }} ₹{{ each_payout.aggregatorGstAmount }} ₹{{each_payout.aggregatorTotalAmount}} ₹{{each_payout.companyChargeAmount}} ₹{{each_payout.companyGstAmount}} ₹{{each_payout.companyTotalAmount}} ₹{{each_payout.companyCommissionAmount}}
{% if not pgTop10chargesList %}
No Data Found
{% endif %}
{% for each_payout in subPaymentmodeDataList %} {% endfor %}
S.No PaymentMode Txn Count Txn Volume Amount Transaction Charge Amount Transaction Gst Amount Transaction Total Amount PG Charge Amount PG Gst Amount PG Total Amount Company Charge Amount Company Gst Amount Company Total Amount Company Commission Amount
{{each_payout.snoCount}} {{each_payout.subPaymentModeType}} {{each_payout.transactionsCount}} ₹{{each_payout.totalVolumeAmount}} ₹{{each_payout.transactionChargeAmount }} ₹{{ each_payout.transactionGstAmount }} ₹{{each_payout.transactionTotalAmount}} ₹{{each_payout.aggregatorChargeAmount }} ₹{{ each_payout.aggregatorGstAmount }} ₹{{each_payout.aggregatorTotalAmount}} ₹{{each_payout.companyChargeAmount}} ₹{{each_payout.companyGstAmount}} ₹{{each_payout.companyTotalAmount}} ₹{{each_payout.companyCommissionAmount}}
{% if not subPaymentmodeDataList %}
No Data Found
{% endif %}
{% for each_payout in siteWiseDataList %} {% endfor %}
S.No Site Title Txn Count Txn Volume Amount Transaction Charge Amount Transaction Gst Amount Transaction Total Amount PG Charge Amount PG Gst Amount PG Total Amount Company Charge Amount Company Gst Amount Company Total Amount Company Commission Amount
{{each_payout.snoCount}} {{each_payout.siteTitle}} {{each_payout.transactionsCount}} ₹{{each_payout.totalVolumeAmount}} ₹{{each_payout.transactionChargeAmount }} ₹{{ each_payout.transactionGstAmount }} ₹{{each_payout.transactionTotalAmount}} ₹{{each_payout.aggregatorChargeAmount }} ₹{{ each_payout.aggregatorGstAmount }} ₹{{each_payout.aggregatorTotalAmount}} ₹{{each_payout.companyChargeAmount}} ₹{{each_payout.companyGstAmount}} ₹{{each_payout.companyTotalAmount}} ₹{{each_payout.companyCommissionAmount}}
{% if not siteWiseDataList %}
No Data Found
{% endif %}