# addWhitelistItem

Adds a whitelist rule. Future payments matching `value` for the given `type` will bypass fraud checks.

```
addWhitelistItem(

  input: WhitelistItemInput!

): WhitelistItem
```

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

#### [`addWhitelistItem.input`](#input) ● [`WhitelistItemInput!`](https://docs.monei.com/apis/graphql/types/inputs/whitelist-item-input/.md) non-null input[​](#input "Direct link to input")

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

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

A whitelist (allow list) rule. Payments whose attributes match `value` for the given `type` bypass fraud checks (including the blacklist) before authorization. Rules are scoped to the account that created them; MONEI also maintains a global list applied on top.
