# AvailableProcessor

Availability of a specific processor for a payment method on the account.

```
type AvailableProcessor {

  paymentMethod: PaymentMethods

  processor: Processor

  configured: Boolean

  configurable: Boolean

  enabled: Boolean

}
```

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

#### [`AvailableProcessor.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 this entry refers to.

#### [`AvailableProcessor.processor`](#processor) ● [`Processor`](https://docs.monei.com/apis/graphql/types/enums/processor/.md) enum[​](#processor "Direct link to processor")

Processor this entry refers to.

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

Whether a provider exists for this payment-method/processor pair.

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

Whether the merchant can configure this processor themselves. `false` for MONEI-managed processors.

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

Whether a provider exists and is enabled for this payment-method/processor pair.

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

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