# blacklistItem

Fetch a single blacklist rule by its `value`.

```
blacklistItem(

  value: String!

): BlacklistItem
```

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

#### [`blacklistItem.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")

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

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