---
title: "Close an invoice"
method: POST
path: "/v1/invoices/{invoice_id}/close"
---

# Close an invoice

`POST /v1/invoices/{invoice_id}/close`

This API closes the specified invoice. You can only close an invoice after the total invoice amount has been paid in full (which means that the balance amount of the invoice is zero).

You must provide appropriate data for the `invoice_id` parameter.

## Path parameters

- `invoice_id` string, required

## Response `200`

200

- object
  - `is_invoice_closed` boolean
  - `error` unknown
  - `status` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
