---
title: "Clinic-wide open-invoice list (ITE-317): every bill still awaiting money —
Draft, Unpaid, or PartiallyPaid — oldest first, with the remaining balance
computed from recorded payments. This is the AR view /billing renders."
method: GET
path: "/Invoices/outstanding"
tags: ["Invoices"]
---

# Clinic-wide open-invoice list (ITE-317): every bill still awaiting money —
Draft, Unpaid, or PartiallyPaid — oldest first, with the remaining balance
computed from recorded payments. This is the AR view /billing renders.

`GET /Invoices/outstanding`

## Response `200`

OK

- OutstandingInvoiceDto[]
  - `id` string
  - `invoiceNumber` string
  - `status` string
  - `clientId` string, nullable
  - `clientName` string, nullable
  - `patientId` string, nullable
  - `patientName` string, nullable
  - `createdAt` string, date-time
  - `totalAmount` union
    - number, double
    - string, double
  - `totalPaid` union — Completed (incl. partially/fully refunded) payments recorded against the bill.
    - number, double
    - string, double
  - `balance` union
    - number, double
    - string, double

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
