> 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/refund-a-payment.md).

# Refund a payment

## Overview

Payments must be **unallocated** before they can be refunded.\
If a payment is still linked to an invoice, you must remove the allocation first.

***

## **How to refund a payment**

### **Step 1: Unlink the payment (if it is allocated to an invoice)**

> If the payment is **already unallocated** (e.g., a standalone payment), you can skip this step and go straight to **Step 2**.

1. Open the invoice that contains the payment.
2. Under the **Payments** section on the invoice, click the **allocation number**.

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

3. On the **Allocation** screen, click **Delete**.

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

Once unlinked, the payment is removed from the invoice and marked as **Unallocated** on the payment record.

You can then open the payment and issue the refund.

### **Step 2: Refund the payment**

1. Go to **Billing** → **Payments** and open the payment record (or open it from the client profile).
2. Click **Actions** → **Refund payment**.

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

3. Enter the **Refund amount**, **Refund date**, and optional **Description**.
4. Click **Refund**.

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

***

## **What happens after refunding**

* The refunded amount is recorded in the payment’s history.
* The payment remains visible for audit and reporting purposes.
* Refunded amounts appear as **Allocated**, indicating the refunded portion has been finalized and cannot be applied to invoices.

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

***

## Frequently asked questions

<details>

<summary>Can I refund a partial amount?</summary>

Yes. When creating a refund, you can enter any amount up to the total unallocated balance of the payment.

</details>

<details>

<summary>Why can’t I see the Refund option on an invoice?</summary>

The Refund button only appears once the payment is unallocated. If it is linked to an invoice, delete the allocation first.

</details>

<details>

<summary>What happens when I delete a payment allocation?</summary>

Deleting an allocation removes the link between the payment and invoice, returning the funds to the client’s unallocated balance.

</details>

<details>

<summary>Can I reapply a refunded payment?</summary>

No. Once a payment has been refunded, it cannot be reused or reallocated to another invoice. You will need to create a new payment.

</details>

<details>

<summary>Where can I find refunded payments?</summary>

Refunded payments remain listed under Billing → Payments and include full refund details in the payment record. You can also see the status (“Refunded” or “Partially refunded”) at a glance directly in the Payments table.

</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/refund-a-payment.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.
