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

# Non-Appointment Customer

> This appointment is not available to the current customer

## Cause

This appointment is not available to the current customer.

## Fix

Ensure you are authenticated as the customer associated with the appointment booking, then call the same operation again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Request a refund](/api-reference/refunds/request-a-refund)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/nonAppointmentCustomer",
  "title": "Non-Appointment Customer",
  "status": 403,
  "detail": "This appointment is not available to the current customer."
}
```
