---
title: "Get the org's invoice summary"
method: GET
path: "/v1/invoices/summary"
tags: ["Invoices"]
---

# Get the org's invoice summary

`GET /v1/invoices/summary`

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

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` InvoiceSummaryResponseDTO
    - `outstanding_amount` integer
    - `outstanding_count` integer
    - `overdue_amount` integer
    - `overdue_count` integer
    - `paid_this_month_amount` integer
    - `paid_this_month_count` integer
  - `has_more` boolean

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/paymongo/apis/paymongo-api.md) · [All operations](https://skmtc.net/paymongo/apis/paymongo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymongo/paymongo-api/versions/c18f9a027b2c/schema)
