> ## 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 Limit Reached

> The customer already has the maximum number of saved payment methods

## Cause

The customer already has three saved payment methods or has setup sessions reserving the remaining capacity.

## Fix

Remove a saved payment method or let an unfinished setup session expire before saving another.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Add a payment method](/api-reference/customers/add-a-payment-method)
* [Prepare a payment method](/api-reference/customers/prepare-a-payment-method)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/paymentMethodLimitReached",
  "title": "Payment Method Limit Reached",
  "status": 409,
  "detail": "The customer already has three saved payment methods or has setup sessions reserving the remaining capacity."
}
```
