Skip to main content

Business Analytics

This module provides aggregated data and real-time financial KPIs to support the strategic decision-making of operators.


Global Financial Summary

Calculates and consolidates the total volume of transactions, service fees, and the company's cash flows.

GET /finnancial-summary

Success Response (200 OK)
{
"data": {
"totalIn": "R$ 45.950,00",
"creditPurchases": "R$ 41.355,00",
"cardRecharges": "R$ 4.595,00",
"totalOut": "R$ 12.000,00",
"althergoTaxes": "R$ 1.150,00",
"refunds": "R$ 350,00"
}
}