# providerConfig

Returns the configuration template (compatible acquirers and metadata field schema) for a payment-method/processor pair.

```
providerConfig(

  paymentMethod: PaymentMethods!

  processor: Processor!

): ProviderConfig
```

### Arguments[​](#arguments "Enlace directo al Arguments")

#### [`providerConfig.paymentMethod`](#payment-method) ● [`PaymentMethods!`](https://docs.monei.com/es/es/apis/graphql/types/enums/payment-methods/.md) non-null enum[​](#payment-method "Enlace directo al payment-method")

#### [`providerConfig.processor`](#processor) ● [`Processor!`](https://docs.monei.com/es/es/apis/graphql/types/enums/processor/.md) non-null enum[​](#processor "Enlace directo al processor")

### Type[​](#type "Enlace directo al Type")

#### [`ProviderConfig`](https://docs.monei.com/es/es/apis/graphql/types/objects/provider-config/.md) object[​](#providerconfig- "Enlace directo al providerconfig-")

Configuration template for a payment-method/processor pair. Describes which acquirers are valid and which metadata fields the provider expects.
