> 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/deleting-payments.md).

# Deleting payments

If a payment has been recorded in error you can delete it and then register a new one to balance out the same invoice.

**Note that it's also possible to edit a payment by clicking the orange Edit button shown in the screenshots below.**

There are two ways to delete a payment: from the Finance module and from the Ad sales module.

### Deleting from the Finance module <a href="#deleting-from-the-finance-module" id="deleting-from-the-finance-module"></a>

A user with Finance access can manage billing and collection for all client accounts.

Go to Finance >>> Collection, then open the Payments tab.

In the Payments tab select the payment you want to delete and then click the Delete button at the bottom right.

### Deleting from the Ad sales module <a href="#deleting-from-the-ad-sales-module" id="deleting-from-the-ad-sales-module"></a>

A user with Ad sales access can manage their account and also delete payments if needed.

Go to Ad Sales >>> Organizations and locate the client you want to delete a payment for.

Open the Payments tab and select the payment you want to delete. Then click the Delete button at the bottom right.

### Viewing deleted payments <a href="#viewing-deleted-payments" id="viewing-deleted-payments"></a>

Note that the registered payment will not be permanently deleted from the database. For future reference and in case you want to undelete the payment it can be viewed if you select the radio button for "Show deleted" beneath the buttons on the lower right.

### Recording the payment once again <a href="#recording-the-payment-once-again" id="recording-the-payment-once-again"></a>

To record a new payment once again for the same invoice, simply click the New button and select the same invoice in the dropdown menu.


---

# 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/deleting-payments.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.
