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

# Appointment Payment Link Attempts Exhausted

> No payment link sends remain for this appointment

## Cause

No payment link sends remain for this appointment until the underlying payment issue changes.

## Fix

Use the appointment's payment-link send state to decide the next client recovery step.

## Retry safety

Safe to retry as-is.

## Raised by

These operations can return this problem:

* [Schedule an appointment payment link](/api-reference/appointments/schedule-an-appointment-payment-link)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/appointmentPaymentLinkAttemptsExhausted",
  "title": "Appointment Payment Link Attempts Exhausted",
  "status": 409,
  "detail": "No payment link sends remain for this appointment until the underlying payment issue changes."
}
```
