---
title: "Restore an invoice"
method: POST
path: "/invoices/{id}/restore"
tags: ["Invoices"]
---

# Restore an invoice

`POST /invoices/{id}/restore`

Restore an invoice

## Path parameters

- `id` string, required

## Response `200`

OK

- Invoice
  - `created_at` string
  - `currency` string
  - `customer_id` string
  - `due_date` string
  - `id` string
  - `invoice_number` string
  - `last_notification_at` string
  - `line_items` InvoiceLineItem[]
    - `amount` number
    - `description` string
    - `quantity` integer
  - `memo` string
  - `status` string
  - `sub_total` number
  - `total` number

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
