# addBlacklistItem

Adds a blacklist rule. Future payments matching `value` for the given `type` will be rejected.

```
addBlacklistItem(

  input: BlacklistItemInput!

): BlacklistItem
```

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

#### [`addBlacklistItem.input`](#input) ● [`BlacklistItemInput!`](https://docs.monei.com/es/es/apis/graphql/types/inputs/blacklist-item-input/.md) non-null input[​](#input "Enlace directo al input")

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

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