> For the complete documentation index, see [llms.txt](https://user-help.runmags.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user-help.runmags.com/finance/managing-mistakes/crediting-an-invoice-by-issuing-a-credit-note.md).

# Crediting an invoice by issuing a credit note

If a customer cancels their order in some way after you have created an invoice, you can credit the invoice in RunMags to make sure that it's removed from the billing cycle. A credit note is a way of refunding an invoice that has already been issued or paid. You need to use a credit note because you cannot delete an invoice once it has been issued.

### Creating a credit note <a href="#creating-a-credit-note" id="creating-a-credit-note"></a>

Go to the specific customer account and open the Invoices tab. Select the invoice line you want to credit and click the Credit note button on the lower left. This will create the Credit note that can also be printed and/or emailed to the customer if needed.

### Why credit notes? <a href="#why-credit-notes" id="why-credit-notes"></a>

There are a number of reasons why you may need to issue a credit note. Here are some of the most common examples:

* You issue an invoice by mistake.
* You issue an invoice for the incorrect amount (you overcharge someone).
* A customer is unhappy with the service you provided and wants a refund.<br>

When this happens you can’t simply delete or amend an invoice, you need to issue a credit note. This effectively cancels out the money you no longer want to charge.

The reason why you can't edit or delete an invoice is for tax compliance reasons and to maintain a solid sequence of invoice numbers.


---

# 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://user-help.runmags.com/finance/managing-mistakes/crediting-an-invoice-by-issuing-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.
