v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Invoices

Get the org's invoice summary

Returns the organization-wide outstanding / overdue / paid-this-month amounts and counts (centavos), independent of list filters and pagination.

get/v1/invoices/summary

Response

OK

has_moreboolean

Example response

{
  "data": {
    "outstanding_amount": 1450000,
    "outstanding_count": 12,
    "overdue_amount": 290000,
    "overdue_count": 3,
    "paid_this_month_amount": 580000,
    "paid_this_month_count": 5
  }
}