addBlacklistItem
Adds a blacklist rule. Future payments matching value for the given type will be rejected.
addBlacklistItem(
input: BlacklistItemInput!
): BlacklistItem
Arguments
addBlacklistItem.input ● BlacklistItemInput! non-null input
Type
BlacklistItem object
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.