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

# Invalid Card Property

> One or more card properties are invalid

## Cause

One or more card properties are invalid. This can occur if the card is not in a valid state for use with the payment processor.

## Fix

Use the correct values for your card.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Add business payout card](/api-reference/businesses/add-business-payout-card)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/invalidCardProperty",
  "title": "Invalid Card Property",
  "status": 422,
  "detail": "One or more card properties are invalid. This can occur if the card is not in a valid state for use with the payment..."
}
```
