---
title: "Void an invoice"
method: POST
path: "/v1/invoices/{id}/void"
tags: ["Invoices"]
---

# Void an invoice

`POST /v1/invoices/{id}/void`

Transitions an `open` invoice to `void`. Voided invoices can no longer be paid.

## Path parameters

- `id` string, required

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` InvoiceResponseDTO
    - `accent_color` string
    - `amount_due` integer
    - `amount_paid` integer
    - `checkout_session_id` string
    - `created_at` string
    - `currency` string
    - `customer_email` string
    - `customer_id` string
    - `customer_name` string
    - `customer_phone` string
    - `customer_tin` string
    - `discount` integer
    - `due_at` string
    - `footer_bg_color` string
    - `footer_image_url` string
    - `header_bg_color` string
    - `header_image_url` string
    - `hosted_slug` string
    - `hosted_url` string
    - `id` string
    - `internal_notes` string
    - `issue_at` string
    - `line_items` LineItemResponseDTO[]
      - `amount` integer
      - `description` string
      - `id` string
      - `line_total` integer
      - `quantity` integer
      - `sort_order` integer
    - `logo_url` string
    - `notes` string
    - `number` string
    - `organization_id` string
    - `paid_at` string
    - `pass_on_fees` boolean
    - `payment_methods` string[]
    - `reminders_enabled` boolean — Whether the automated payment-reminder scheduler may email the customer about this invoice. Merchant-only; redacted (null) on the public by-slug payload.
    - `sent_at` string
    - `status` 'draft' | 'open' | 'paid' | 'uncollectible' | 'void'
    - `subtotal` integer
    - `total` integer
    - `type` 'sales_invoice' | 'purchase_invoice' | 'official_receipt'
    - `updated_at` string
    - `voided_at` string
  - `has_more` boolean

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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