Skip to main content
GET
/
finance
/
payments
/
stats
Payment statistics summary
curl --request GET \
  --url http://134.209.118.139:3002/finance/payments/stats \
  --header 'x-access-token: <api-key>'
{
  "totalCollected": 45200000,
  "thisMonth": 3800000,
  "pending": 12
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Response

Aggregated payment stats