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
matches: Int
validUntil: AWSTimestamp
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.matches ● Int scalar
Number of times this entry matched
BlacklistItem.validUntil ● AWSTimestamp scalar
Manual expiration timestamp (Unix seconds); entry is considered expired after this time
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