Join our Newsletter — 33% off our NHI Course

How should banks and fintechs reduce new account fraud without making sign-up too slow for legitimate customers?

The best approach is layered and risk based. Use multi factor authentication where appropriate, combine it with device intelligence, anomaly detection, and blocklists, and reserve the strictest checks for higher risk sign ups. The goal is to separate suspicious behavior from normal customer friction, so good users can onboard quickly while fraudsters face enough verification to fail.

Why layered onboarding controls work better than a single hard gate

new account fraud is usually a trust problem, not just an identity proofing problem. Fraud teams need enough signal early in the journey to separate a real customer from a synthetic or stolen-identity applicant, but they also need to avoid adding delays that push legitimate users out of the funnel. That is why the strongest programs combine multiple lightweight checks instead of relying on one heavy verification event.

The practical reason this works is that fraudsters optimize for speed and scale. If one control is easy to bypass, they repeat it until they find a path that clears. A layered model makes that harder by forcing consistency across device, behavior, contact, and network signals, so suspicious applications accumulate friction while low-risk applicants move through a shorter path.

The most effective checks are usually the ones that happen quietly in the background first: device intelligence, IP and reputation signals, email and phone risk, velocity checks, and anomaly detection on application patterns. When those signals are weak or conflicting, the workflow can step up to stronger verification only for the cases that justify it. That keeps friction proportional to risk rather than evenly applied to every user.

How to preserve conversion while still stopping fraud

The core design choice is to treat onboarding as a risk-based decision flow, not a single pass or fail screen. Start by collecting the minimum information needed to assess the application, then let the control stack decide whether the applicant stays on the fast path or moves to an elevated review path. This is where blocklists, device fingerprinting, anomaly detection, and multi factor authentication each have a role, but none should be the only gate.

For low-risk sign-ups, the goal is to confirm consistency, not exhaustively prove identity. For higher-risk sign-ups, such as repeated attempts from the same device, mismatched geolocation, disposable contact details, or signals linked to prior abuse, the system should require stronger verification or manual review. Banks and fintechs get into trouble when they apply strict checks universally, because they turn fraud controls into customer friction without improving precision.

  • Use step-up verification only when risk indicators cross a defined threshold.
  • Keep baseline checks fast enough that legitimate users can finish onboarding without interruption.
  • Treat repeated failed attempts, unusual device changes, and sudden identity inconsistency as escalation triggers.
  • Review false positives regularly, because overblocking good customers is often a sign that the control model is too blunt.

A useful way to think about the workflow is that the fraud system should make it expensive to continue when the application looks abnormal, while leaving the normal path almost invisible to honest users. That balance matters more than the exact mix of tools.

Practitioner signals that the fraud team should watch

One operational pitfall is over-reliance on a single data point, such as a blocklist hit or one device score. Fraud patterns change quickly, and strong sign-up defense depends on correlation across multiple signals, not a single binary rule. Another common weakness is leaving thresholds static after launch, which causes the control to drift as fraudsters adapt and legitimate user behavior changes.

If the onboarding flow is producing too many manual reviews, the issue is often not the fraud team being overly cautious, but the policy being too coarse for the population being served. Conversely, if fraud losses are rising while conversion stays high, the step-up logic is probably too permissive or too easy to game. The right measurement is not just approval rate, but approval quality, fraud loss rate, and how often the system escalates the right applicants.

Practitioner takeaway: The best anti-fraud onboarding design is selective friction, applied only when the risk signal justifies it; if every applicant feels the same control burden, the system is usually either too slow for growth or too weak for fraud.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while CIS Controls v8, NIST CSF 2.0 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
CIS Controls v8 6 — Access Control Management Restricts account and access paths based on business need and risk during onboarding.
8 — Audit Log Management Onboarding fraud detection depends on logs for velocity, anomaly, and abuse review.
15 — Service Provider Management Fintech onboarding often depends on third-party identity, device, and fraud data sources.
Recommendation — Apply access control rules to step up verification only when the applicant's risk score warrants it. Log onboarding events and review anomalies to tune fraud thresholds and escalation rules. Vet third-party onboarding signals and monitor them for drift, availability, and abuse.
NIST CSF 2.0 PR.AA — Identity Management, Authentication, and Access Control Risk-based sign-up uses authentication and access decisions to separate legitimate users from fraud.
DE.CM — Continuous Monitoring Device intelligence and anomaly detection require ongoing monitoring of sign-up behavior.
RS.AN — Analysis Fraud teams need to analyse repeated sign-up abuse and false positives to improve controls.
Recommendation — Set step-up authentication only for onboarding cases that show elevated fraud risk. Monitor application patterns continuously so fraud signals can trigger timely step-up checks. Analyze onboarding fraud events to refine thresholds and reduce customer friction.
NIST SP 800-63 IAL — Identity Assurance Level Identity proofing strength should scale with the risk of the account being opened.
AAL — Authentication Assurance Level Step-up authentication is a direct fit for stronger verification on suspicious sign-ups.
FAL — Federation Assurance Level Federated onboarding and delegated identity checks need assurance appropriate to the trust path.
Recommendation — Match proofing strength to the risk level of the new account being created. Raise authentication assurance when onboarding signals indicate elevated fraud risk. Use stronger federation assurance when external identity assertions influence account opening.
OWASP Non-Human Identity Top 10 NHI-01 — Secrets and Credential Management Fraud-resistant onboarding can depend on secure handling of credentials, tokens, and verification secrets.
Recommendation — Protect verification secrets and rotate any onboarding credentials that could be abused at scale.