> ## 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.

# Authorization Cost Exceeds Appointment Cost

> The authorization amount is greater than the appointment cost

## Cause

The authorization amount is greater than the appointment cost. Guile rejected the authorize call; no hold was placed.

## Fix

Authorize with an amount less than or equal to the appointment cost on [authorize an appointment payment](/api-reference/appointments/authorize-an-appointment-payment).

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Authorize an appointment payment](/api-reference/appointments/authorize-an-appointment-payment)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/authorizationCostExceedsAppointmentCost",
  "title": "Authorization Cost Exceeds Appointment Cost",
  "status": 422,
  "detail": "The authorization amount is greater than the appointment cost. Guile rejected the authorize call; no hold was placed."
}
```
