Class BlocklistEntry

All Implemented Interfaces:
HasId, StripeActiveObject, StripeObjectInterface

public class BlocklistEntry extends ApiResource implements HasId
A BlocklistEntry represents an entry in our identity verification blocklist. It helps prevent fraudulent users from repeatedly attempting verification with similar information. When you create a BlocklistEntry, we store data from a specified VerificationReport, such as document details or facial biometrics. This allows us to compare future verification attempts against these entries. If a match is found, we categorize the new verification as unverified.

To learn more, see Identity Verification Blocklist