addWhitelistItem
Adds a whitelist rule. Future payments matching value for the given type will bypass fraud checks.
addWhitelistItem(
input: WhitelistItemInput!
): WhitelistItem
Arguments
addWhitelistItem.input ● WhitelistItemInput! non-null input
Type
WhitelistItem object
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.