Skip to main content

BlacklistItem

Blacklist item, e.g. email, phone, ip, card, card_fingerprint, session_fingerprint. All payments with this value will be blocked.

type BlacklistItem {
value: String!
type: BlacklistItemType!
note: String
accountId: ID
createdAt: String!
updatedAt: String
}

Fields

BlacklistItem.value ● String! non-null scalar

The value of the blacklist item, e.g. email, phone, ip, card, card_fingerprint, session_fingerprint

BlacklistItem.type ● BlacklistItemType! non-null enum

The type of the blacklist item

BlacklistItem.note ● String scalar

Optional note or reason for blacklisting

BlacklistItem.accountId ● ID scalar

The account ID that created the blacklist item

BlacklistItem.createdAt ● String! non-null scalar

Creation date in ISO 8601 format

BlacklistItem.updatedAt ● String scalar

Last update date in ISO 8601 format

Returned By

addBlacklistItem mutation ● blacklistItem query

Member Of

BlacklistItemsConnection object