HomeServicesPortfolioAboutContactBlogCareers
Book a call
Fintech

Card-Issuer Fraud Scoring: Authorization vs Post-Transaction Review

September 2026 · ISTRALLEN Team

A different vantage point

Most fraud-scoring writing, ours included, is told from the merchant or payments-processor side — one business watching its own transactions. A card issuer sees something a single merchant never does: every transaction a cardholder makes, across every merchant that accepts the card. That cross-merchant view is the whole informational advantage, and it changes what the architecture needs to do.

Authorization-time scoring

When a card is swiped or entered anywhere, the issuer has to approve or decline within a tight real-time window — the same sub-second-class latency budget any card-not-present fraud model works under. But the question being answered is narrower than "is this transaction fraudulent": it's "should we let this specific authorization through, right now, with what we know." Under that time pressure, the model will sometimes be wrong in both directions.

Post-transaction review

After a chargeback is filed, there's a second, much slower decision — a case reviewer with the dispute details, transaction history, and merchant response, deciding whether to uphold or reverse the original charge. This is the compensating control for authorization-time mistakes: more time, more information, often a human in the loop, playing a structurally similar role to the soft-hold analyst queue in a merchant-side pipeline, just running after the fact instead of before.

Why issuers need both layers

Authorization-time scoring alone, under real time pressure, will approve some fraud and decline some good transactions — that's the nature of a fast decision with partial information. Post-transaction review, with full information and no clock, catches what authorization missed, and every one of its outcomes is a labeled data point that can retrain the authorization-time model. It's the same feedback-loop principle that makes an analyst console valuable in a merchant-side pipeline, just closing the loop across a longer time horizon.

The architecture parallel

The shape from our fraud-scoring project maps onto the issuer side directly: a gradient-boosted baseline handling the fast, high-confidence cases, a concurrent reasoning layer contributing narrative context where it helps, combined into a three-tier decision. On the issuer side, that third tier — the ambiguous middle — is often where post-transaction review does its real work, because authorization time doesn't allow for a genuinely soft hold on every uncertain case the way a merchant's checkout flow can.

What's genuinely harder for an issuer

Cross-merchant velocity is powerful but expensive to compute at authorization-time latency — a real-time feature store has to serve "this card's activity across all merchants in the last hour" fast enough to matter, not just "this card's activity at this one merchant." That's a heavier real-time infrastructure requirement than most single-merchant deployments carry.

A worked example

A card authorizes a moderate purchase at a merchant the cardholder has used before — nothing about the transaction itself looks unusual at authorization time. Two weeks later, the cardholder disputes it: they never made the purchase. Post-transaction review pulls the cardholder's full cross-merchant history and finds the same card was used, within the same hour, at two other merchants in a city the cardholder had never visited before — a pattern authorization-time scoring didn't have the cross-transaction view to catch in the moment, but that post-transaction review, with time and the full picture, resolves clearly. That outcome becomes a labeled example the authorization model retrains on.

Where this stops being right

  • A single-merchant or platform-side deployment — the cross-merchant advantage doesn't exist; the merchant-side architecture is the right frame.
  • Low transaction volume — the infrastructure cost of true cross-merchant real-time features may not be justified yet.
  • A card program without direct access to network-level transaction data — the core advantage this article describes depends on seeing the cross-merchant picture, which not every issuer-side integration provides.

FAQ

How is issuer-side fraud scoring different from merchant-side? The issuer sees a cardholder's activity across every merchant, not just one — that cross-merchant velocity is an advantage a single merchant's model structurally can't have.

What's the point of post-transaction review if authorization already scored the transaction? It's a compensating control with more time and information than authorization-time scoring can afford, and it's the mechanism that generates labeled outcomes to improve the authorization model over time.

Does the three-tier routing pattern still apply on the issuer side? Yes, but the soft-hold tier does more of its real work in post-transaction review rather than at authorization, because a real-time authorization decision has far less room for a genuine pause than a merchant checkout does.

ISTRALLEN builds fraud-scoring architectures for both merchant-side and issuer-side use cases — see AI for Fintech.

See it in production
AI for Fintech → Fraud-scoring case study →
← All articles