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

# Payment Method Setup Consumed

> The payment-method setup was already bound to an appointment

## Cause

The supplied setup has already been bound to an appointment and cannot be used for another booking.

## Fix

Retry the original appointment request with its original idempotency key, or create a new setup for a different appointment.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Create an appointment](/api-reference/appointments/create-an-appointment)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/paymentMethodSetupConsumed",
  "title": "Payment Method Setup Consumed",
  "status": 409,
  "detail": "The supplied setup has already been bound to an appointment and cannot be used for another booking."
}
```
