> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Refund Amount Exceeds Available

> The requested refund amount exceeds the amount available for refund

## Cause

The refund amount is greater than what remains refundable after fees and prior refunds. Guile rejected the refund; no additional money was returned.

## Fix

Request a refund at or below the remaining refundable amount on [refund an appointment payment](/api-reference/appointments/refund-an-appointment-payment) or [request a refund](/api-reference/refunds/request-a-refund).

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Refund an appointment payment](/api-reference/appointments/refund-an-appointment-payment)
* [Request a refund](/api-reference/refunds/request-a-refund)
* [Approve a refund request](/api-reference/refunds/approve-a-refund-request)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/refundAmountExceedsAvailable",
  "title": "Refund Amount Exceeds Available",
  "status": 422,
  "detail": "The refund amount is greater than what remains refundable after fees and prior refunds. Guile rejected the refund; no additional money was returned."
}
```
