# setDefaultCardProvider

Marks the given card provider as the only enabled card provider on the account, disabling all others.

```
setDefaultCardProvider(

  providerId: ID!

): Provider!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`setDefaultCardProvider.providerId`](#provider-id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#provider-id "Direct link to provider-id")

### Type[​](#type "Direct link to Type")

#### [`Provider`](https://docs.monei.com/apis/graphql/types/objects/provider/.md) object[​](#provider- "Direct link to provider-")

Configured payment provider that routes a specific payment method to a processor/acquirer pair.
