Get Payments Insights
Report
Get Payments Insights
Returns payments insights.
GET
Get Payments Insights
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Amount range
Example:
">=10;<=50"
Created at range
Example:
">=2024-01-01;<=2024-12-31"
Due date range
Example:
">=2024-01-01;<=2024-12-31"
Generic filter that matches against
- description
- customer.name
- customer.email
Example:
"Maria"
Payment method
Available options:
CASH, PIX, CREDIT_CARD, DEBIT_CARD Example:
"PIX"
Paid at range
Example:
">=2024-01-01;<=2024-12-31"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.