> For the complete documentation index, see [llms.txt](https://support.caspen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.caspen.com/using-caspen/billing/payments/add-a-credit-note.md).

# Add a credit note

## Overview

A credit note is issued when you need to reduce the amount due on a specific invoice.\
Typical reasons include correcting an error, removing a line item, or applying a goodwill adjustment.

A credit note updates the *selected invoice only*. It does **not** create general account credit for later use.

You can only create a credit note for invoices that are **not fully paid**.

{% hint style="warning" %}
**Important:** Once a credit note is associated with an invoice, that invoice can no longer be edited. To make further changes, you will need to void the credit note.
{% endhint %}

***

## How to issue a credit note

1. Open the invoice from the client profile or **Billing** → **Invoices**.
2. Click **Pay invoice** → **Issue credit note**.

<figure><img src="/files/q8lTIP6d4hTDGMP3G9Pg" alt=""><figcaption></figcaption></figure>

3. Enter a clear **Reason**.
4. Under **Items to credit**, select the lines and adjust quantities or amounts as needed.
5. Click **Issue credit note**.

<figure><img src="/files/7s3lGBHjSBN8DZt9DPIi" alt=""><figcaption></figcaption></figure>

The invoice balance is reduced immediately, and the credit note is listed on the invoice (as shown below).

<figure><img src="/files/dUWRg7PekXkAKVskCfAs" alt=""><figcaption></figcaption></figure>

***

#### Tax and accounting

* With **tax exclusive** settings, tax is calculated on the credited amount after the credit note is issued.
* With **tax inclusive** settings, the amount you enter already includes the tax portion.

***

#### Integrations

* With **Xero** connected, Caspen creates a matching credit note in Xero.
* With **QuickBooks** connected, Caspen creates a matching credit note (listed as an “**Adjustment Note**” in QuickBooks) in QuickBooks.

***

## Frequently asked questions

<details>

<summary>Can I issue a credit note for a fully paid invoice?</summary>

No. The invoice must have an outstanding balance.

If the invoice is fully paid, you’ll need to **unlink or delete the payment first** to make the invoice editable.&#x20;

Note: Always check your accounting or compliance requirements before adjusting paid invoices.

</details>

<details>

<summary>Can I edit an invoice after I apply a credit note?</summary>

No. Once a credit note is linked, the invoice is locked.

If you need to make changes:

* **Invoice not fully paid:** Void the credit note, revert the invoice to draft, make your edits, then reissue the credit note if needed.
* **Invoice fully paid:** You cannot void the credit note on a fully paid invoice.&#x20;

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.caspen.com/using-caspen/billing/payments/add-a-credit-note.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
