# AvailablePaymentMethod

Aggregate availability of a payment method across the account's providers.

```
type AvailablePaymentMethod {

  paymentMethod: PaymentMethods

  configured: Boolean

  enabled: Boolean

}
```

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

#### [`AvailablePaymentMethod.paymentMethod`](#payment-method) ● [`PaymentMethods`](https://docs.monei.com/apis/graphql/types/enums/payment-methods/.md) enum[​](#payment-method "Direct link to payment-method")

Payment method.

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

Whether at least one provider is configured for this payment method.

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

Whether at least one provider is configured and enabled for this payment method.

### Returned By[​](#returned-by "Direct link to Returned By")

[`availablePaymentMethods`](https://docs.monei.com/apis/graphql/operations/queries/available-payment-methods/.md) query
