---
title: "Check whether the organization has unpaid invoices"
method: GET
path: "/product/unpaid-invoices"
tags: ["Phone Numbers"]
---

# Check whether the organization has unpaid invoices

`GET /product/unpaid-invoices`

Returns whether the org has unpaid invoices that would block destructive actions (renting numbers, etc.). Call this before any billable mutation to surface the "Pay outstanding balance" flow.

## Response `200`

Successful response

- object
  - `status` boolean
  - `data` object
    - `paymentRequired` boolean — When `true`, the org has at least one unpaid invoice. Surface a "Pay balance" CTA before allowing further billable actions.

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/9fd13f607823/schema)
