# Canceling a Transaction

There are three states that a transaction reported to ChangeUp can possibly have:

<figure><img src="/files/AoX7EeSYBHb3OxkwDG6t" alt="" width="375"><figcaption></figcaption></figure>

1. **Pending**: When a transaction has been reported but is delayed (according to the [post-checkout webhook](/app/changeup-dms/widget-setup/implement-the-post-checkout-webhook.md)), awaiting completion.
2. **Complete**: A transaction has passed the delay duration or has no delay and is finalized in the system. The transaction cannot be canceled and will be included in the monthly donation remittance.
3. **Canceled**: The transaction has been canceled before completion and is no longer included in the monthly donation total.

## How to cancel a transaction

### Navigate to Reports > View All Transactions

The View Transactions button is on the main Reports page in the top right side of the page.

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

### Filter results

There may be hundreds or thousands of results. Filter by date to find the transaction in question.

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

### Choose Transaction

Once the transaction has been found, open the item's menu.

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

### Cancel Transaction

Choose Cancel Transaction from the item menu.

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

### Confirm Cancelation

Confirm this action; it cannot be undone once this transaction has been canceled.

<figure><img src="/files/wbcU3NyRG4ZgFtmZGzCA" alt=""><figcaption><p>Transaction cancelation confirmation.</p></figcaption></figure>

### See canceled transaction

Once the modal closes, the transaction will have a new status icon showing indicating the cancelation, this will ensure that it is not included in any donation remittance.

<figure><img src="/files/l9bUPNNfOY4WwVYsaIni" alt=""><figcaption><p>A transaction that has been canceled.</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.changeup.com/app/changeup-dms/reporting/canceling-a-transaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
