> For the complete documentation index, see [llms.txt](https://help.konnektive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.konnektive.com/konnektive-crm/customer-service/refunding-voiding-a-transaction.md).

# Refund/Void a Transaction

[Locate the customer’s order record](/konnektive-crm/customer-service/locating-a-customer-record.md) where you need to issue a refund or void.<br>

Once the customer is selected, go to the **Orders** table and *select* the order:

<figure><img src="/files/AKfthaSxzY8B08b4SUEj" alt="" width="563"><figcaption></figcaption></figure>

Select **Full Refund** or **Partial Refund** for the appropriate product:

<figure><img src="/files/4I1F69jAlgrT2s1cpmVw" alt="" width="563"><figcaption></figcaption></figure>

* If you are giving a **partial refund**, you can *enter* the amount you would like to refund then *click* the *red* **Submit Refund** button.

<figure><img src="/files/8xFwzd2L9qvVyVH4LvOU" alt=""><figcaption></figcaption></figure>

**Note:** Using either option, you can cancel the order after the refund by *selecting* the **Cancel Order After Refund?** box.

* Once you have submitted the refund the status will change to **Refunded** :

<figure><img src="/files/t4tKuhW2pgdrgoe9sPNi" alt="" width="563"><figcaption></figcaption></figure>

## Alternative - Void or Refund <a href="#refunding-voidingatransaction-alternative-voidorrefund" id="refunding-voidingatransaction-alternative-voidorrefund"></a>

On the customer’s profile, scroll down to the **Transactions** tab then click on the red **Actions** button, then click **Void** or **Refund**.

<figure><img src="/files/ORTOhgy3pkHOxtNqfoBU" alt="" width="563"><figcaption></figcaption></figure>

If refunding, *enter* the amount you would like to refund then *click* the *red* **Refund** button.

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

**Note:** *If you have already refunded the transaction from the gateway portal, you can check the box before submitting to simply mark the transaction as refunded. The CRM cannot refund a transaction that has already been refunded.*

***

#### Refund Queue <a href="#refunding-voidingatransaction-refundqueue" id="refunding-voidingatransaction-refundqueue"></a>

If a refund attempt fails at any point then it will be added to a refund queue. While in the queue the CRM will attempt to refund the transaction again once per day for 3 days.

<figure><img src="/files/UJTD2JKFmdU4bgsNDD2h" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/Azi0otRFEbUQFYM01zoD" alt="" width="425"><figcaption></figcaption></figure>

If the refund fails after the third attempt, the emails listed in the Notify Emails section of the Account Settings page will receive a notification email.

<figure><img src="/files/HmrFEdMBZVyC7KJSmfRc" alt="" width="563"><figcaption></figcaption></figure>

If this should occur, please feel free to submit a support ticket so our team can investigate the issue.

*You may need to refund the transaction from inside the gateway and use the “Refunded Externally” option in the CRM to only mark the transaction as refunded.*

#### Undo External Refund

<figure><img src="/files/4ZTtove0zzgmuVzhCFDx" alt=""><figcaption></figcaption></figure>

When viewing an order on the Transactions page, you will have the option to "Undo External Refund." This option allows you to reverse the external refund if necessary.

> **Note:** This feature is only available if all the refunds on the order are external. This does not reverse the refund in your gateway.

{% hint style="info" %}
This option only appears when **all** refunds on the order are external.
{% endhint %}

#### Undo External Voids

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

When viewing an order on the Transactions page, you will have the option to "Undo External Void." This option allows you to reverse the external refund if necessary.

> **Note:** This feature is only available if all the voids on the transactions are external. This does not reverse the void in your gateway.


---

# 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://help.konnektive.com/konnektive-crm/customer-service/refunding-voiding-a-transaction.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.
