---
title: "Manually mark an invoice as paid"
method: PUT
path: "/invoices/{id}:mark-as-paid"
tags: ["Invoices"]
---

# Manually mark an invoice as paid

`PUT /invoices/{id}:mark-as-paid`

## Path parameters

- `id` string, required — The id of the invoice to be marked as paid

## Response `200`

The invoice was successfully marked as paid

## Other responses

- `404` — The invoice cannot be found

---

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