> ## 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 Not Found

> The payment-method setup cannot be used by this customer

## Cause

The supplied setup does not exist or is not available to the authenticated customer. Unknown, tampered, and cross-customer setup identifiers intentionally return the same problem.

## Fix

Create and complete a new payment-method setup as the authenticated customer.

## 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/paymentMethodSetupNotFound",
  "title": "Payment Method Setup Not Found",
  "status": 404,
  "detail": "The supplied setup does not exist or is not available to the authenticated customer. Unknown, tampered, and cross-cus..."
}
```
