# AccountPaymentMethodsCreditCard

\*\*Deprecated.\*\* Card payment method configuration for the account. No longer used.

```
type AccountPaymentMethodsCreditCard {

  enabled: Boolean @deprecated

  preauthorization: Boolean @deprecated

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`AccountPaymentMethodsCreditCard.enabled`](#enabled) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) deprecated scalar[​](#enabled "Direct link to enabled")

DEPRECATED

Not used.

Whether card payments are enabled.

#### [`AccountPaymentMethodsCreditCard.preauthorization`](#preauthorization) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) deprecated scalar[​](#preauthorization "Direct link to preauthorization")

DEPRECATED

Not used.

Whether pre-authorization (auth + capture) is enabled.

### Member Of[​](#member-of "Direct link to Member Of")

[`AccountPaymentMethods`](https://docs.monei.com/apis/graphql/types/objects/account-payment-methods/.md) object
