False declines: an AI agent abandoning a declined transaction while a human retries

False Declines Just Became More Dangerous Than Fraud

False declines just became more dangerous than fraud.

When a human gets rejected at checkout, they retry. They try another card, call their bank or come back later. When an AI agent gets rejected, it silently abandons the transaction or takes the order somewhere else. You never see it. The merchant never sees it. But the revenue disappears anyway.

PYMNTS research published on 26 May 2026 makes the point clearly: agentic commerce raises the cost of rejecting a legitimate transaction as much as the cost of accepting a fraudulent one. For the first time, approval precision matters as much as fraud prevention.

The Networks Were Built for Humans

Card authorization evolved around human behavior. Issuers approve conservatively and accept some friction, because a real customer will usually fight through it: answer a text, re-enter a code, call the bank. Fraud models learn from human signals like device fingerprints, typing speed and browsing paths.

Agents do not fight through friction. They route around it. And their behavior looks nothing like the human sessions fraud models were trained on.

Why False Declines Were Always Underrated

False declines were already expensive before agents arrived. The problem is visibility. A fraud loss shows up as a chargeback with a dollar amount. A false decline shows up as nothing: a customer who did not buy. Fraud teams are measured on fraud rate, so they tighten rules. Nobody owns the revenue those rules turn away.

I wrote about this imbalance in Fraud Declines vs. No-Fraud Declines. Agents make it sharper, because the one safety net for false declines, the customer retrying, is gone.

A Different Question

After 15 years optimizing authorizations, I think the inflection point is here. Payment networks and issuers now need to answer: how confident do you need to be to let a transaction through? Not “is this fraud?” but “can we be 95% sure this is good?” That is a different game from fraud detection.

The Solution Set Already Exists

  • Tokenization. Trusted credentials that can be scoped to one agent, one merchant and one spending limit. See Network Tokenization vs PCI Tokenization.
  • Behavioral context. Does this purchase match the cardholder’s established patterns and the instructions they gave the agent?
  • Network intelligence. Signals across the whole ecosystem, not only one merchant’s history.
  • Identity frameworks. Telling a legitimate agent from an attacker pretending to be one.

Nobody optimized for this combination because fraud was the louder problem. It is time to.

What Merchants Can Do Now

  1. Measure false declines. Track declines by reason code and estimate how many were good customers. My guide to payment decline codes is a starting point.
  2. Tag agent traffic. Separate agent-initiated sessions in your data and report their approval rates on their own.
  3. Review human-only rules. Velocity limits, session-time checks and device rules can wrongly flag agents.
  4. Use network tokens everywhere possible. They carry more trust with issuers than raw card numbers.
  5. Put false declines on the fraud dashboard. Fraud rate and approval rate should be reviewed together, by the same people.

More on the approval side in my authorization rate optimization guide.

Who Wins

The winners will be the networks and issuers that let good transactions flow faster while still catching real fraud. The losers will be the ones that stay conservative and bleed invisible conversion to agent abandonment. Visa, Mastercard and Amex are all building for this. Whoever ships approval precision for agents at scale wins the next era of commerce.

Are you measuring false declines in your authorization flows, or waiting for the standard to settle?

Source: PYMNTS, Agentic Commerce May Force New Focus on False Declines, 26 May 2026.

FAQ

What is a false decline?

A false decline is a legitimate transaction that gets rejected, usually by a fraud rule or an issuer’s risk model that wrongly flags it as suspicious.

Why are false declines worse with AI agents?

A human who is declined often retries, calls the bank or uses another card. An AI agent is more likely to route the purchase to another merchant or abandon it, so the revenue is lost without any visible signal.

How can merchants reduce false declines for agent transactions?

Use network tokens and agent-scoped credentials, pass signals that identify the agent and the cardholder’s authorization, measure declines for agent traffic separately and tune rules that assume human browsing behavior.

A shorter version of this analysis was first published on LinkedIn on May 27, 2026.

Related Reading

About the author

Anatoli Shevtsov

Payments product leader with 20+ years in technology and 15+ years in payments, including product and engineering roles at CyberSource (Visa), Wells Fargo, Chase, NCR and SiriusXM. I work on authorization rate optimization, fraud prevention, chargebacks, network tokenization and payment orchestration, and write here about what I have learned building payment products. Certified Scrum Product Owner (CSPO).

About me · Resume · LinkedIn · Contact

Leave a Comment