# whitelistItem

Fetch a single whitelist rule by its `value`.

```
whitelistItem(

  value: String!

): WhitelistItem
```

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

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

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

#### [`WhitelistItem`](https://docs.monei.com/es/es/apis/graphql/types/objects/whitelist-item/.md) object[​](#whitelistitem- "Enlace directo al 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.
