---
title: "Get invoice balance"
method: GET
path: "/invoices/{number}/balance"
tags: ["Billing"]
---

# Get invoice balance

`GET /invoices/{number}/balance`

Returns the balance of the specified invoice number

## Path parameters

- `number` string, required

## Response `200`

successful operation

- InvoiceBalanceJson
  - `accountId` string
  - `invoiceNumber` string
  - `balance` number
  - `updatedOn` integer

---

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