Pre-authorisation screening checks an order before the bank approves payment, which can block risky transactions earlier and improve authorization quality. Post-purchase review happens after the sale and is better for investigating edge cases, but it cannot prevent all downstream cost. Many merchants use both, with pre-auth handling immediate risk and review handling exceptions and disputes.
Why This Matters for Security Teams
Pre-authorisation screening and post-purchase fraud review solve different business problems, but they are often treated as if one can replace the other. That creates blind spots. Screening before authorisation helps reduce avoidable losses, preserve processor trust, and lower chargeback exposure, while review after purchase helps uncover patterns that only become visible across multiple orders, accounts, or devices. The right balance depends on risk appetite, customer friction tolerance, and how quickly a merchant can act on signals.
Security and payments teams also need to separate fraud prevention from dispute handling. A declined transaction is not the same as a confirmed fraud case, and a suspicious approved order is not always a loss. Current guidance suggests treating these as complementary controls within a broader risk workflow rather than as competing decisions. NIST’s control families are useful here because they emphasise access governance, monitoring, and response as linked activities, not isolated checks, as described in NIST SP 800-53 Rev 5 Security and Privacy Controls.
In practice, many teams only discover the weakness in their screening logic after fraudsters have already learned which orders pass and which get reviewed.
How It Works in Practice
Pre-authorisation screening usually runs in the purchase flow before the card network or bank approves the payment. It evaluates signals such as billing and shipping mismatch, velocity, device reputation, IP risk, account age, prior disputes, and basket anomalies. The objective is to stop clearly high-risk transactions early or route them to step-up checks. Because the decision happens before approval, the model or ruleset must be fast, explainable enough for operations, and tuned to avoid excessive false declines.
Post-purchase fraud review runs after authorisation and often after settlement data, fulfillment signals, or customer history become available. It is better suited to detecting patterns that need more context, such as collusive refund behaviour, coordinated mule activity, repeated misuse across identities, or abuse that only emerges when multiple transactions are linked. Review queues can also support manual investigation, case management, and feedback loops into the pre-auth logic.
- Use pre-authorisation screening to reduce obvious risk and preserve approval quality.
- Use post-purchase review to investigate ambiguous cases and learn from emerging attack patterns.
- Feed confirmed outcomes back into both layers so rules and models improve over time.
- Track the operational handoff between fraud, payments, customer support, and disputes teams.
The strongest programmes keep both layers aligned with policy, with clear thresholds for decline, review, refund hold, or account action. That matters because a permissive pre-auth layer can push too much burden into downstream review, while an aggressive one can block legitimate buyers and suppress revenue. These controls tend to break down in marketplaces and subscription businesses because order context, fulfilment timing, and account reuse make a simple yes or no decision too brittle.
Common Variations and Edge Cases
Tighter pre-authorisation screening often increases false declines and manual intervention, requiring organisations to balance fraud loss reduction against conversion and customer experience. That tradeoff becomes sharper in high-growth commerce, where legitimate first-time buyers, gift orders, and travel-related purchases can look suspicious even when they are not.
There is no universal standard for how much intelligence should live in pre-auth versus post-purchase review. Best practice is evolving toward layered decisioning: lightweight, low-latency checks before approval, followed by richer casework after purchase when more evidence is available. Mature teams also distinguish between fraud prevention, abuse detection, and merchant risk operations, because not every suspicious transaction deserves the same response.
Identity signals can help at both stages, especially when account takeover, synthetic identities, or reused payment instruments are part of the threat model. Still, identity confidence should not be treated as proof of legitimacy on its own. The practical goal is to make the early filter selective enough to reduce exposure without starving the review function of useful edge cases. Merchant categories with delayed fulfilment, digital goods, or cross-border flows often need custom thresholds because fraud patterns shift faster than static rules can follow.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the technical controls, while PCI DSS v4.0 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.RM-01 | Fraud review is a risk management decision tied to business tolerance and loss exposure. |
| NIST SP 800-53 Rev 5 | SI-4 | Screening and review both depend on monitoring suspicious activity and responding to it. |
| PCI DSS v4.0 | Card fraud controls often sit alongside payment security and dispute handling. |
Set fraud thresholds by risk appetite and review them with business and security stakeholders.
Related resources from NHI Mgmt Group
- What is the difference between verification in the agent loop and traditional post-commit code review?
- What is the difference between KYC screening and ongoing fraud monitoring?
- What is the difference between access review and true NHI governance?
- What is the difference between standard IAM review and NHI governance for agents?