When to use it
Use Internal Blacklists when you need to block or flag people you already know about, for example:- Known fraudsters
- Repeat chargeback or abuse actors
- Previously rejected applicants
- Internally banned users
- Staff or agent fraud rings
- Regulator- or partner-supplied deny lists
Internal Blacklists vs Duplicate Detection
These two features often get confused. They live in the same tool settings panel and can run together, but they answer different questions.Before you start
- The feature must be enabled for your company. If Internal Blacklists is not in the sidebar under Features, contact your IDmeta account manager.
- You need company-level dashboard access to create blacklists, enroll faces, and configure Trust Flows.
Step 1 — Create a blacklist
Open Internal Blacklists
/company/internal-biometrics).
Internal Blacklists list page
Create the blacklist

Create Blacklist modal
Step 2 — Add face images
Open the blacklist detail page

Blacklist detail page with enrolled faces
Upload face images
- Formats: JPG, JPEG, PNG
- Up to 50 images per upload
- Up to 10 MB per file
- Each image should contain one clear, front-facing face
Wait for enrollment to finish
Step 3 — Turn on blacklist screening in a Trust Flow
Open Biometrics Verification tool settings
Enable Perform Blacklist Detection
Blacklist 2 (8 faces)).Only blacklists owned by your company can be selected.
Biometrics Verification tool settings with blacklist detection enabled
Save the Trust Flow
Step 4 — Read the results
When a match is found, open the Trust Validation detail page and select the Duplicates & Blacklists tab. Matches appear in a Biometrics Verification Blacklist Detected card.
Trust Validation Duplicates and Blacklists tab showing a blacklist match
- Blacklist Name — which list the face matched
- Full Name — the enrolled face’s name (from the filename)
- Similarity Score — the engine’s similarity score for that match (for example, 99%)
- Blacklist Face Upload ID — links back to the enrolled face
Managing blacklists
Best practices
- Enroll clear, well-lit, front-facing images. Avoid group photos, heavy occlusion, sunglasses, low resolution, or screenshots of screens.
- Enroll two or three images of the same person when you have them. More angles means more reliable matching.
- Use filenames that identify the person or case. They become the face’s Name in match results.
- Keep separate blacklists for separate purposes (for example, Confirmed Fraud, Chargeback Abuse, Internal Ban). Match results then say why someone was flagged, and you can screen against different lists in different Trust Flows.
- Keep lists current. Remove faces that are no longer relevant.
- Keep a human in the review loop rather than auto-rejecting, unless your policy explicitly calls for it.
Troubleshooting
Face stuck on Pending
Face stuck on Pending
Face shows Failed
Face shows Failed
Blacklist screening is on but no results appear on the Trust Validation
Blacklist screening is on but no results appear on the Trust Validation
- At least one blacklist is selected in the tool settings
- The blacklist is Active and has Enrolled faces (not Pending or Failed)
- Settings were saved and the Trust Flow was re-saved before the validation ran
Cannot upload faces
Cannot upload faces
A blacklist cannot be selected in the tool settings
A blacklist cannot be selected in the tool settings
Enroll faces via API
Everything above can also be done programmatically for bulk or automated enrollment.Face enrollment overview
List blacklists
GET /api/v3/biometric-blacklistsUpload faces
POST /api/v3/biometric-blacklists/{blacklistId}/facesPoll upload status
GET /api/v3/biometric-blacklists/uploads/{uploadId}
