# whitelistItem

Fetch a single whitelist rule by its `value`.

```
whitelistItem(

  value: String!

): WhitelistItem
```

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

#### [`whitelistItem.value`](#value) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#value "Direct link to value")

### 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.
