---
title: "PATCH /api/invoices/{invoice_id}/"
method: PATCH
path: "/api/invoices/{invoice_id}/"
tags: ["api"]
---

# PATCH /api/invoices/{invoice_id}/

`PATCH /api/invoices/{invoice_id}/`

## Path parameters

- `invoice_id` string, uuid, required

## Request body

- PatchedInvoiceUpdateRequest
  - `payment_status` 'paid' | 'unpaid'

## Response `200`

- InvoiceUpdate
  - `payment_status` 'paid' | 'unpaid', required

## Changes

- **2023-01-16** `36b48cae00a3` — 7 breaking, 2 info
  - removed the required property `amount` from the response with the `200` status
  - removed the required property `currency` from the response with the `200` status
  - removed the required property `customer` from the response with the `200` status
  - removed the required property `invoice_id` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/uselotus/apis/lotus-api/changes/api/invoices/:invoice_id/patch.md)

---

[API](https://skmtc.dev/uselotus/apis/lotus-api.md) · [All operations](https://skmtc.dev/uselotus/apis/lotus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uselotus/lotus-api/revisions/718df5d01ac4/schema)
