Get payment summary
Developing
Get aggregated payment statistics (total paid in and paid out).
Supports filtering by date range, user, and location.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Request Code Samples
curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/payments/summary?from=2024-01-01&to=2024-01-31&userId&locationId' \
--header 'Authorization: Bearer <token>'
Responses
application/json
Payment summary retrieved successfully
{
"paidIn": 50000,
"paidOut": 25000
}
Modified at 2025-12-02 02:19:23