What Is AP2 (Agent Payments Protocol) for B2B SaaS? (2026)

What is AP2? The open standard that proves a human authorized an AI agent's purchase. How mandates work, how it differs from ACP and UCP, and the catch.

Share
What Is AP2 (Agent Payments Protocol) for B2B SaaS? (2026)

The Agent Payments Protocol (AP2) is an open standard that lets an AI agent prove to a merchant, bank, or card network that a real human authorized a specific purchase, under specific limits, at a specific price. It is the trust layer underneath agentic commerce: the part that answers who approved this, what exactly they approved, and who eats the loss when it goes wrong.

The reason it matters now is that the entire payments stack was built on an assumption that is quietly breaking. Card rails, fraud models, and chargeback rules all presume a human was at the keyboard clicking buy. An agent purchasing on your behalf voids that presumption, and no amount of tokenization fixes it. This guide covers what AP2 actually is, why it is not a checkout API with extra steps, what changed in 2026 when Google gave the protocol away, whether your SaaS should support it, and the liability catch most coverage skips.

AP2 is not how an agent pays. It is how an agent proves it was allowed to. The rails already work. Consent is what broke.

Key Takeaways

  • AP2 makes consent cryptographic. Three signed mandates replace the assumption that a human clicked.
  • It is a layer, not a competitor. ACP and UCP handle checkout; AP2 handles authorization underneath.
  • Governance changed hands in 2026. Google donated AP2 to the FIDO Alliance in April 2026.
  • Human Not Present is the real unlock. v0.2 lets agents buy on pre-authorized instructions.
  • Liability is unsettled. 60+ supporting organizations, far fewer answers on who pays for a bad agent purchase.

What AP2 Actually Is

AP2 is an open protocol, announced by Google in September 2025 with more than 60 collaborating organizations including Mastercard, American Express, PayPal, Adyen, Coinbase, Salesforce, and Worldpay, that defines how an AI agent carries verifiable proof of user authorization through a transaction. It is designed as an extension of both the Agent-to-Agent Protocol (A2A) and the Model Context Protocol (MCP), which is the clearest signal of what it is for: not moving money, but attaching consent to money that moves on rails that already exist.

The problem it solves is trust, split three ways. Authorization: did the user actually approve this purchase, or did the agent infer it? Authenticity: does the agent's request reflect real intent rather than a hallucination or an injected instruction? Accountability: when a wrong transaction lands, is it the user, the agent developer, the merchant, or the issuer who is liable? Without a shared answer, every agent-merchant pairing negotiates its own, and agentic checkout stalls at demo stage.

The mechanics rest on mandates, tamper-evident digital contracts structured as W3C Verifiable Credentials and cryptographically signed. There are three. The Intent Mandate captures what the user asked for and the guardrails around it, such as maximum price, item specification, allowed merchants, and an expiry. The Cart Mandate is assembled merchant-side and binds the exact items, price, tax, and shipping, signed by the user so what they saw is what they pay. The Payment Mandate goes to the network and issuer, signalling that an agent was involved and whether a human was present, which lets risk engines score the transaction accordingly.

Chained together, those three produce a non-repudiable audit trail: who authorized what, within which limits, and what was ultimately charged. AP2 is also deliberately payment-agnostic, covering cards, bank transfers, and stablecoins, with the A2A x402 extension built alongside Coinbase, the Ethereum Foundation, and MetaMask handling crypto rails.


Why AP2 Is Not Just a Checkout API With Extra Steps

The common misread is that AP2 duplicates work Stripe or a PSP already does. It does not. A checkout API answers whether a payment is valid. AP2 answers whether the purchase was authorized. Those are different questions, and until 2025 nobody had to ask the second one separately because a human clicking was the answer.

Tokens Protect Credentials, Mandates Protect Intent

Delegated payment tokens, including Stripe's Shared Payment Token model used by OpenAI's Agentic Commerce Protocol, solve credential exposure: the agent transacts without touching card data. That is real security, but it is orthogonal. A single-use token issued to an agent that misread a budget still buys the wrong thing at the wrong price, and the token proves nothing about what the user agreed to.

Mandates attack the other half. Because the Cart Mandate is signed against a specific SKU and total, a merchant can verify the user consented to that exact amount before submitting the payment. It is also the practical defense against the confused-deputy problem, where a third party manipulates an agent into spending its legitimate permissions on an illegitimate action, since the agent cannot exceed a scope the user signed.

Human Not Present Is the Sharpest Distinction

Traditional payment security assumes a real-time human trigger: a biometric check, a passkey tap, a one-time code. Delegated buying breaks that by definition. "Buy the tickets the moment they drop at midnight" cannot involve a live confirmation, because the whole point is that nobody is watching.

AP2 v0.2, released in April 2026, added explicit support for Human Not Present payments, where the user signs a detailed Intent Mandate upfront and the agent generates the Cart Mandate autonomously once the pre-authorized conditions are met. That is the capability with genuine commercial weight, and it is the same continuity problem that separates real agentic AI workflows from scripted automations: the authorization has to survive the gap between instruction and execution.

Agentic AI Workflows Tactical Guide for B2B Sales Leaders

Why 2026 Made AP2 Worth Taking Seriously

The single biggest change was governance. On April 28, 2026, Google donated AP2 to the FIDO Alliance, the standards body behind passkeys and modern authentication, alongside Verifiable Intent, an AP2-compatible standard co-developed with Mastercard that creates a tamper-proof log of user-authorized agent actions. A payments trust standard owned by the company that also builds the largest shopping agent was never going to get universal adoption. Under FIDO it can.

The second change is who sits at the table. FIDO stood up an Agentic Authentication Technical Working Group chaired by Google, OpenAI, and CVS Health, with vice chairs from Amazon and Okta, plus a parallel Payments Technical Working Group chaired by Mastercard and Visa. That composition matters more than any adoption number: it is the first time the agent platforms and the card networks are drafting the same consent standard rather than shipping competing ones. The card networks have moved in parallel, with Visa's protocol-agnostic acceptance on-ramp and Mastercard's Agent Pay framework designed to interoperate with AP2-style mandates.

It is worth keeping the numbers honest. AP2 still carries a v0.2 pre-release version number, and "60+ supporting organizations" counts intent to participate, not production transaction volume. Most of that support clusters on the credentials and processing side; shopping agents that actually originate mandates remain concentrated in a handful of platforms. Independent analysis through mid-2026 consistently notes limited public production data across every agentic commerce protocol, with official documentation reflecting design intent rather than proven market adoption. McKinsey's frequently cited projection that agentic commerce could influence $3 trillion to $5 trillion in global commerce by 2030 is a forecast, not a run rate.


Should Your SaaS Support AP2?

For most B2B SaaS companies, the honest answer in 2026 is not yet, and the pressure to look agent-ready is exactly what produces expensive endpoints nobody calls.

The Decision Questions

Two questions carry the weight. First, does money actually change hands inside your product in a way an agent would initiate, such as usage-based purchases, procurement, subscription upgrades, marketplace transactions, or supplier payments, rather than a human finance workflow you merely record? Second, is there a counterparty agent that can present a signed mandate today, meaning your buyers are deploying agents on platforms that implement AP2 rather than intending to?

If both are yes, supporting AP2 verification is defensible now, and it is a narrower build than teams assume: you are validating signatures and enforcing scope, not rewriting settlement. If your product is a system of record that agents read from, this is a monitoring item, not a roadmap item. That sequencing discipline is the same one behind any credible AI ROI framework: a real business outcome first, protocol coverage second.

AI ROI Framework for B2B SaaS Product Teams

Sequence the Layers, Do Not Pick a Winner

The costly mistake is treating AP2, ACP, and UCP as rivals and waiting for one to win. They stack. MCP exposes your product's capabilities to an agent, A2A lets that agent coordinate with others, ACP and UCP handle the merchant-side checkout handshake, and AP2 rides underneath proving the human consented. A full agentic purchase can touch all four.

The pragmatic 2026 posture: production MCP server now, commerce-layer integration where your buyers already are, and AP2 as the consent layer you add when a real delegating counterparty appears. The card networks' protocol-agnostic acceptance work reduces the lock-in risk further, since you can support multiple agent standards through one integration rather than betting on a single spec.


The Liability Catch Most Guides Skip

AP2 creates a superb evidence trail. It does not create a settled liability rule, and those are not the same thing.

Signed mandates tell you exactly what was authorized. They do not tell you who pays when an agent operating fully within a valid Intent Mandate buys the wrong thing at a defensible price, or when a compromised agent identity produces a technically perfect mandate chain. Chargeback frameworks were written for human-present fraud, and Human Not Present transactions do not map cleanly onto either card-present or card-not-present precedent. The FIDO Payments Technical Working Group exists precisely because that gap is unresolved.

The practical defense is layered rather than singular. Scope Intent Mandates tightly, with hard caps, short expiry windows, and merchant allowlists rather than open-ended standing authority. Require human approval above a value threshold even where the protocol permits autonomy. Verify agent identity through signed credentials before honoring a mandate, since a fraudulent agent with a valid-looking mandate is the highest-value attack in this stack. Log the full mandate chain as dispute evidence from day one, because it is worthless if you cannot produce it. It is the same governance you would demand before letting autonomous agents into finance workflows, applied to spending authority instead of ledger access.

Autonomous Agents in B2B Finance and Accounting Workflows

Conclusion

What is AP2 for B2B SaaS? It is the emerging consent layer for agent-initiated payments, now governed by the FIDO Alliance rather than a single vendor, that turns "an agent said the user approved this" into cryptographic proof a merchant, network, and issuer can all verify.

The strategic read is narrower than the hype. AP2 does not replace your payment stack, does not compete with checkout protocols, and is not a box to tick to look modern. It is a bet on whether delegated spending becomes a channel your buyers use, and that bet is much further along in consumer retail than in B2B software.

The governance battle is effectively over. The open questions are commercial and legal: when your category's buyers start delegating spend to agents, and who is holding the bag the first time one gets it wrong.

Read Next:


FAQs:

1. What is the Agent Payments Protocol (AP2) in simple terms?

AP2 is an open standard that lets an AI agent prove a real person authorized a specific purchase under specific limits. It does this with three cryptographically signed mandates, Intent, Cart, and Payment, built as W3C Verifiable Credentials. Google announced it in September 2025 with more than 60 partners and donated it to the FIDO Alliance in April 2026.

2. How is AP2 different from ACP and UCP?

They are layers of the same transaction, not alternatives. ACP, from OpenAI and Stripe, and UCP, from Google and Shopify, handle the commerce layer: how an agent discovers a merchant, builds a cart, and completes checkout. AP2 handles the payments trust layer underneath: proving the user consented to that exact cart and price. A complete agentic purchase can use both.

3. What are AP2 mandates?

Mandates are tamper-evident, cryptographically signed credentials that carry proof of user instructions. The Intent Mandate captures the request and its constraints such as price caps and expiry. The Cart Mandate binds the exact items and total, signed by the user. The Payment Mandate goes to the network and issuer, signalling agent involvement and whether a human was present so risk can be scored correctly.

4. What is a Human Not Present payment?

It is a purchase an agent executes autonomously against instructions the user pre-authorized, introduced in AP2 v0.2 in April 2026. The example use case is buying limited-release tickets the moment they go on sale. The user signs an Intent Mandate upfront with conditions, and the agent generates the Cart Mandate when those conditions are met, without a live human confirmation.

5. Does my B2B SaaS company need to support AP2 in 2026?

Only if money moves inside your product in a way an agent would plausibly initiate, and your customers are running agents that can present a signed mandate today. If agents mainly read your data, an MCP server covers the near-term need. AP2 verification is a smaller build than a full payments migration, so it is reasonable to monitor the FIDO working groups rather than pre-build.


Disclaimer:
This content is provided for informational purposes only and does not constitute legal, financial, or compliance advice. Protocol versions, governance arrangements, and partner counts cited here reflect publicly announced milestones as of August 2026 and are moving quickly. Adoption figures come from vendor and foundation announcements with differing methodologies and should be treated as directional signals rather than guaranteed outcomes.