Agentspay

Explainer

Stripe Agentic Commerce Protocol, Stripe Agentic Payments, and the Stripe Agent Toolkit

Most writing about Stripe and agentic commerce is still a retelling of the September 2025 launch week, when Stripe and OpenAI shipped Instant Checkout and published the Agentic Commerce Protocol together. Stripe has built a good deal more since then, and some of it points in a direction the launch coverage never anticipated. This page is the current version, checked against Stripe’s own documentation in August 2026.

Agent Payments Console

Pick an agent

Payment intent

intent:

Policy evaluation

Human approval required

This spend is over your approval threshold. Approve it to issue a scoped card, or deny it.

Scoped virtual card issued

Agentspay

single-use

Wallet budget

spent of

Audit trail

In short

Stripe agentic commerce is Stripe’s stack for letting AI agents buy and sell, and as of August 2026 it splits into two distinct tracks. The first is selling through agents: the Agentic Commerce Suite, announced December 11, 2025, which bundles a hosted ACP endpoint, a Checkout Sessions API, Shared Payment Tokens and Radar fraud signals so a merchant can list products on AI surfaces with one integration. Stripe’s documentation now presents UCP or ACP as a choice here, not ACP alone. The second track is machine payments, where an agent pays for an API or service programmatically using the Machine Payments Protocol (MPP) for cards and stablecoins, or x402 for stablecoins. Stripe publishes real floors for these: 0.50 USD minimum for a card payment through a shared payment token, and 0.01 USDC for a stablecoin payment. What none of it provides is a cumulative budget across agents, which is why Stripe’s own Agent Toolkit repository carries an open issue asking for exactly that.

What is Stripe agentic commerce?

It is the umbrella Stripe uses for two different problems that happen to share a payment rail. One is a selling problem: you run a business, shoppers are asking AI assistants for products, and you want your catalog and your checkout to be reachable from inside those conversations. The other is a buying problem in miniature: your API or service is worth money, an agent wants to call it, and there is no human present to create an account and type in a card. Stripe’s documentation keeps these apart deliberately, and it is worth keeping them apart in your own planning too, because the integration work, the protocols and even the economics are different. Almost every article that treats "Stripe agentic commerce" as one thing is describing only the first track.

What is in the Stripe Agentic Commerce Suite?

Stripe announced the Agentic Commerce Suite on December 11, 2025 as a way to collapse what it described as an integration that "can take up to six months for every new AI agent you support" into a single one. Four components: a hosted ACP endpoint that publishes product, price and availability data to agents in near real time; a Checkout Sessions API that handles the parts of a purchase merchants underestimate, such as shipping calculation and tax; Shared Payment Tokens as the payment primitive; and Radar, extended with fraud signals specific to agentic traffic including the likelihood of a fraudulent dispute, card testing, a stolen card or an issuer decline. Stripe says the components are "modular by default", which in practice means you can take the payment primitive without the hosted feed, or the feed without the checkout. Launch names included URBN with Anthropologie, Free People and Urban Outfitters, plus Etsy, Ashley Furniture, Coach, Kate Spade, Nectar, Revolve, Halara and Abt Electronics, alongside platform partners Wix, WooCommerce, BigCommerce, Squarespace, commercetools, Akeneo, Cymbio, Logicbroker, Mirakl, Pipe17 and Rithum.

Does Stripe use ACP or UCP?

Both, and this is the single most out-of-date thing in the existing coverage. Stripe co-authored the Agentic Commerce Protocol with OpenAI and released it under Apache 2.0 in September 2025, so for a year the assumption was that Stripe meant ACP whenever it said agentic commerce. As of August 2026 Stripe’s own docs present the seller integration with the protocol column reading "UCP or ACP", listing Google’s Universal Commerce Protocol first. Stripe has positioned itself as rail-neutral between the two competing standards rather than as ACP’s house processor. If you are a merchant choosing a protocol, that is genuinely useful: it means the payment side of your integration does not have to be the thing that decides the protocol question for you, and you are not stranded if the standard you picked loses.

What are Stripe shared payment tokens?

A shared payment token, or SPT, is a scoped grant that lets an agent charge a customer’s saved payment method without ever seeing the underlying credential. Each token is bound to a specific seller, a maximum amount and an expiry window, and its lifecycle is observable, so a token that leaks is worth nothing outside the merchant and ceiling it was minted for. SPTs work with ordinary PaymentIntents, which is the reason adoption moved quickly among businesses already on Stripe. They are available to businesses in all US states, can be denominated in any Stripe-supported currency, and are issued from the Link Agent Wallet. On March 3, 2026 Stripe extended SPT support to the card networks’ own agentic credentials, Mastercard Agent Pay and Visa Intelligent Commerce, and to buy now pay later through Affirm and Klarna, noting that any seller already processing with Stripe automatically supports the new methods for agentic transactions.

What is the Machine Payments Protocol (MPP)?

MPP is Stripe’s protocol for the second track, the one where an agent pays for an API call rather than a sweater. The shape is familiar to anyone who has looked at HTTP 402 designs: your server returns a payment challenge, the agent presents a valid payment credential, and Stripe settles into your balance. What makes it commercially interesting is that MPP accepts both cards and stablecoins, which is unusual. Most machine-payment schemes are stablecoin-only, and that rules out every seller who wants fiat in a bank account without touching crypto operations. Money lands in your Stripe balance and settles in fiat, refunds run through the ordinary Refunds API, and reporting and multi-currency payouts behave like any other Stripe payment. Machine payments are also available to Connect platforms across all charge types, so a marketplace can pass agent revenue through to its sellers.

Does Stripe support x402?

Yes, for stablecoins only. Stripe documents x402 alongside MPP as a supported way to accept machine payments, and the split between them is concrete rather than philosophical. MPP runs stablecoins on Tempo with USDC.e and on Solana with USDC; x402 runs on Base with USDC. Card acceptance is MPP only. There is a jurisdictional wrinkle worth knowing before you build: shared payment tokens are available to businesses in all US states, but stablecoin acceptance is available in all US states except New York, and businesses outside the US have to email Stripe with an account ID to request access. If your seller base includes New York entities, the card path through MPP is the one that works everywhere.

What is the Stripe Agent Toolkit?

The Agent Toolkit is Stripe’s open-source library for wiring Stripe API calls into agent frameworks as callable tools. It ships for Python and TypeScript, sits directly on top of the existing Stripe SDKs, and supports OpenAI’s Agents SDK, LangChain, CrewAI, Vercel’s AI SDK and the Model Context Protocol. Its home has since broadened into the stripe/ai repository, presented as a one-stop shop for building AI products on Stripe, and the toolchain has grown around it: the Stripe CLI from version 1.43.3 supports stripe agent setup, and Stripe publishes agent skills and plugins so a coding agent can integrate Stripe correctly without a human reading the docs first. Treat the toolkit as capability plumbing. It is what lets an agent call Stripe. It is explicitly not what decides whether the agent should have. How far that capability reaches, and how Stripe's generic stripe_api_write tool compares with the named tool lists PayPal and Square publish, is the subject of our probe of payment MCP servers.

Can AI agents pay with Stripe today?

On the selling side, yes and at scale. On the buying side, partly. The seller-facing pieces are generally available: SPTs, MPP, x402, the hosted ACP endpoint, Radar for agentic traffic. The track aimed at companies building the agent itself, where you embed a storefront and a checkout into your own AI interface, is still in private preview behind a waitlist as of August 2026. Funding an agent is the part that does work now, through the Link Agent Wallet for cards or a crypto wallet for stablecoins. That asymmetry is a reasonable read of where the demand actually is: far more companies want to be found and bought from by agents than want to run a consumer shopping assistant of their own.

What does Stripe agentic commerce cost?

Stripe has published no separate rate card for any of it, and it is worth being precise about what that does and does not mean. The Agentic Commerce Suite announcement disclosed no fees. The machine payments documentation discloses no surcharge. What Stripe does publish is minimums rather than prices: 0.50 USD is the floor for a card payment through a shared payment token, and 0.01 USDC for a stablecoin payment. Those two numbers matter more than they look, because they define whether per-call metering is viable for you at all. If your API is worth a tenth of a cent per call, the card path cannot price it and you either batch into larger settlements or go the stablecoin route. The other cost people conflate with this is the platform take rate on AI shopping surfaces, reported in a 2% to 4% band for ChatGPT Instant Checkout and never confirmed at source. That is a channel fee, not a Stripe fee, and it should sit in a different line of your model.

What Stripe agentic commerce does not do

Everything above is per-transaction, and the omission is structural rather than an oversight. A shared payment token caps one grant to one seller for one amount until one expiry. MPP settles one call. An x402 challenge prices one request. Not one of those primitives knows that the agent holding the token already burned four thousand dollars this month across nine merchants and two rails, because nothing in the design is keeping a running total. This is not a criticism unique to Stripe, it is the same gap in Google’s AP2, in ACP and in x402, and it exists because a payment rail is scoped to authorize transactions rather than to govern budgets. The clearest evidence that it is a real gap rather than a talking point is that Stripe’s own Agent Toolkit repository carries an open issue, filed April 6, 2026, asking Stripe for a governance layer covering commerce delegation, spend limits, merchant allowlists and an audit trail, specifically requesting per-task spending ceilings beyond what an API key scope can express, merchant allowlists, human approval gates above a threshold, and an audit trail that traces a payment back to the human who delegated the authority.

Where a control plane fits alongside Stripe

Nothing here is a reason not to use Stripe. If you sell, the Agentic Commerce Suite is the shortest path onto AI surfaces, and if you meter an API, MPP is the only mainstream option that takes cards as well as stablecoins. The layer that is missing sits above all of it. Agentspay gives each agent its own wallet with a hard limit, so an agent is structurally unable to spend past its budget regardless of how many tokens it was granted or which rail it used. Purchases above a threshold you set pause for human approval before the money moves rather than after. Scoped virtual cards constrain an agent to named merchants and ceilings on rails that never touch a shared payment token at all. And every decision, the policy that allowed it, the agent that asked and the person who approved it, lands in one immutable audit trail that covers card spend, stablecoin settlement and metered API calls in the same place. Stripe authorizes the transaction. The control plane decides whether it should have happened, and can answer for it afterwards.

How Stripe compares to the other agent payment stacks

Stripe is the broadest of them on rails and the most conventional on economics, which for most US businesses is the right combination. Money settles in fiat into an account you already reconcile, refunds and disputes work the way your finance team already knows, and Radar brings a decade of fraud modeling to a traffic pattern that is barely a year old. Compared with a stablecoin-native stack you give up some settlement speed and gain a treasury process nobody has to invent. Compared with the card networks’ own programs you get one integration instead of two, since Stripe now brokers both Agent Pay and Intelligent Commerce through the same token. Where you will still need something else is anywhere the question is organizational rather than transactional: which agents exist, what each is allowed to spend, who signs off on exceptions, and how you prove it later. Our comparison of AI agent payment platforms lays out where each vendor sits on that line.

What to watch next

Three things. Whether Stripe’s neutrality between UCP and ACP holds or whether one protocol’s volume forces a default, because merchants will not maintain two feeds forever. Whether the agent-side private preview opens generally, which would tell you how seriously Stripe rates the market for companies building their own shopping assistants rather than selling into someone else’s. And whether issue 356 ever ships, because if Stripe does grow a governance layer it will define the vocabulary everyone else has to speak, and if it does not, that confirms the layer belongs above the rail rather than inside it. We keep this page current as those move.

Whatever standard moves the money, Agentspay is the rail-neutral control plane that keeps it governed. See how it works and the control surfaces that enforce policy, approvals, and audit on every transaction.

The stack

What Stripe actually ships for agentic commerce

Checked against Stripe’s own documentation in August 2026. The two tracks solve different problems and are integrated separately.

Component What it does Track Status
Hosted ACP endpoint Publishes product, price and availability to agents in near real time Sell through agents Generally available
Checkout Sessions API Builds the purchase, including shipping calculation and tax Sell through agents Generally available
Shared Payment Tokens Scoped grant, bound to a seller, an amount ceiling and an expiry Both Generally available, all US states
Radar for agentic traffic Fraud signals for disputes, card testing, stolen cards, issuer declines Sell through agents Generally available
Machine Payments Protocol Agent pays for an API or service, cards and stablecoins Machine payments Generally available
x402 support Stablecoin machine payments on Base Machine payments Generally available, not New York
Agent Toolkit Stripe API as callable tools for agent frameworks, Python and TypeScript Developer tooling Open source
Link Agent Wallet Funds an agent and issues shared payment tokens Fund an agent Available
Embedded commerce for agent builders Put a storefront and checkout inside your own AI interface Build an agent Private preview, waitlist

Pick your track

Sell through agents versus accept machine payments

Both let an agent pay you. Which one you need depends on whether you are selling a product or metering a service.

Sell through agents Accept machine payments
What you are selling Goods, subscriptions, digital content API calls, compute, services
Share a product catalog Yes No
Agent completes checkout Yes Yes
Protocol used UCP or ACP MPP or x402
Process payments off Stripe Custom integration Not supported
Minimum transaction 0.50 USD by card 0.50 USD by card, 0.01 USDC stablecoin
Settles as Fiat into your Stripe balance Fiat into your Stripe balance

Rails and floors

Machine payment rails Stripe supports, and where they work

The jurisdictional differences are the ones that catch teams out late in a build.

Rail Protocol Network and currency Minimum US availability
Card via shared payment token MPP Any Stripe-supported currency 0.50 USD All US states
Stablecoin MPP Tempo, USDC.e 0.01 USDC All states except New York
Stablecoin MPP Solana, USDC 0.01 USDC All states except New York
Stablecoin x402 Base, USDC 0.01 USDC All states except New York

Honest scope

What Stripe’s primitives control, and what they leave open

Each of these authorizes a transaction. None of them keeps a cumulative total across agents, merchants and rails.

Shared payment token MPP or x402 Agent Toolkit A control plane
Caps a single transaction Yes Yes No Yes
Restricts which merchant Yes, one seller per token No No Yes
Expires automatically Yes Per challenge No Yes
Cumulative budget per agent No No No Yes
Human approval above a threshold No No No Yes
One trail across card, stablecoin and API spend No No No Yes

Frequently asked

Questions people ask about Stripe agentic commerce

What is the minimal viable Stripe ACP integration?

Three pieces, in this order. Expose a product feed so agents can see what you sell. Implement the hosted ACP endpoint Stripe provides, which handles the checkout session lifecycle so you are not building the protocol yourself. Accept a shared payment token at the point of charge. Payment Links and Connect are not required for ACP itself: Links serve human checkout, and Connect matters only if you settle to sub-merchants. Radar agentic signals are on by default and need no integration work.

Does Stripe enforce a budget per agent across transactions?

No. A shared payment token is scoped to one checkout session, and Machine Payments Protocol amounts are per request. Nothing in the Stripe agentic stack keeps a running total for one agent across a week, so a cumulative ceiling, a merchant allowlist and an approval threshold belong in an AI agent governance layer above it.

What is Stripe agentic commerce?

It is Stripe’s stack for AI agents buying and selling, split into two tracks. Selling through agents uses the Agentic Commerce Suite to put your catalog and checkout on AI surfaces. Machine payments let an agent pay for an API or service programmatically. They share the shared payment token primitive but are integrated separately and solve different problems.

Does Stripe support the Agentic Commerce Protocol or Google’s UCP?

Both. Stripe co-authored ACP with OpenAI in September 2025, but its documentation now lists the seller protocol option as UCP or ACP. Stripe has positioned itself as neutral between the two competing standards, which means your payment integration does not force the protocol decision and you are not stranded if the standard you chose loses.

What is a Stripe shared payment token?

A scoped grant that lets an agent charge a customer’s saved payment method without seeing the credential. Each token is bound to one seller, a maximum amount and an expiry, and its lifecycle is observable. They work with ordinary PaymentIntents, are available to businesses in all US states, and are issued from the Link Agent Wallet.

What is the difference between MPP and x402 on Stripe?

MPP accepts both cards and stablecoins; x402 on Stripe is stablecoins only. MPP runs stablecoins on Tempo with USDC.e and Solana with USDC, while x402 runs on Base with USDC. If you need card acceptance for machine payments, MPP is the only option, and it is also the one that works in New York.

How much does Stripe agentic commerce cost?

Stripe has published no separate rate card for agentic commerce or machine payments. What it does publish are minimums: 0.50 USD for a card payment through a shared payment token and 0.01 USDC for a stablecoin payment. The 2% to 4% figures you see quoted elsewhere are AI platform take rates on shopping surfaces, not Stripe fees.

Can I use Stripe to fund an AI agent?

Yes. The Link Agent Wallet funds an agent for card payments and issues shared payment tokens on its behalf, and a crypto wallet covers stablecoins. What is still in private preview behind a waitlist is the other direction, embedding a third-party storefront and checkout inside an AI interface you are building.

Does the Stripe Agent Toolkit include spending limits?

No. The Agent Toolkit exposes Stripe API calls as tools for frameworks such as LangChain, CrewAI, the OpenAI Agents SDK and MCP. It is capability plumbing, not policy. Stripe’s own repository carries an open issue from April 2026 requesting a governance layer with per-task spend ceilings, merchant allowlists, approval gates and a delegation audit trail.

Does Stripe give my finance team a budget per agent?

No, and no payment rail does. Shared payment tokens cap one grant, MPP settles one call, and neither tracks what an agent has spent in aggregate this month across merchants and rails. Twenty individually valid authorizations still total a number nobody approved, so the per-agent budget, the approval threshold and the unified audit trail have to live in a control plane above the rail.

Is Stripe agentic commerce available outside the US?

Shared payment tokens are available to businesses in all US states plus a wider supported country list in Stripe’s documentation. Stablecoin acceptance covers all US states except New York, and businesses outside the US must email Stripe with an account ID to request access, which Stripe says extends to more than 30 countries.

Keep reading

More explainers

ServiceNow AI Control Tower

ServiceNow AI Control Tower

ServiceNow AI Control Tower is the most complete agent inventory and risk console a large US enterprise can buy, and it now reaches across AWS, Google Cloud and Azure. We read the schema ServiceNow ships to developers to answer the one question the rollout meeting always ends on: can it stop an agent from spending money? It cannot, and the reason is written into the data model.

Read

Gemini Enterprise

Gemini Enterprise

Google did something in August 2026 that the other agent platforms have not done: it shipped a hard monthly spend cap that genuinely stops usage instead of emailing you about it. That deserves credit, and it also moves the interesting question one step along. A cap that stops something is only as useful as the thing it is scoped to, so we went and measured what Google can actually point that cap at, in the API model Google publishes for anyone to read.

Read

Salesforce Agentforce

Salesforce Agentforce

Agentforce is the largest agent platform any US enterprise is likely to already own, and it moved to consumption billing, which means the meter now runs on what your agents do rather than on how many seats you bought. That raises a finance question the rollout deck rarely answers: when an Agentforce agent is loose in production, what actually stops it spending. We went and measured the answer in Salesforce own published object model rather than guessing at it.

Read

AWS AgentCore

AWS AgentCore

Amazon shipped the missing piece in August 2026. Bedrock AgentCore Payments went generally available, and it is a real payments product: an agent can now hold a wallet, meet an HTTP 402, pay, and carry on reasoning without a human in the loop. So the question a platform lead has to answer stopped being whether AWS gives agents money and became a narrower, more awkward one: how much of a spend policy did AWS actually ship? We went and measured it, property by property, in the API model AWS publishes.

Read

Microsoft Agent 365

Microsoft Agent 365

Microsoft shipped a control plane for AI agents, and it is a good one. It gives every agent an identity, a registry entry, an owner, a sponsor and a Conditional Access policy. Then somebody in finance asks the obvious follow-up question: fine, but what stops the agent from spending money? This page answers what Agent 365 costs, what it governs, and what we measured when we went looking for a dollar amount anywhere in Microsoft's agent governance surface.

Read

QuickBooks MCP Server

QuickBooks MCP server

Connecting an accounting system to an AI assistant is now a ten minute job. Deciding what that assistant is allowed to do once it is connected is the part nobody writes about, and it is the part your controller will ask about first. This page compares what the official QuickBooks, NetSuite and Xero MCP servers actually hand a model, measured rather than summarized from marketing pages.

Read

Payment MCP Servers

payment MCP servers

Every large payment company shipped an MCP server in the last eighteen months, and almost every write-up of them is a setup tutorial. The setup is the easy part. The question worth answering before you connect one to a production account is narrower and much less comfortable: what, exactly, can the model on the other end of that connection do to your money?

Read

PayPal Agentic Commerce

PayPal Agentic Commerce

PayPal made a bet that most merchants would rather not implement a commerce protocol at all. Where Stripe and OpenAI shipped a spec for you to build against, PayPal shipped two products that sit on top of the checkout you already have, and then bought a company to make the catalog half work. That choice is the whole story: it explains why Agent Ready needs almost no engineering from you, why there is nothing for an agent to discover about your store on the open web, and why the thing PayPal will not do for you is the thing that gets expensive later.

Read

Shopify Agentic Commerce

Shopify Agentic Commerce

Shopify switched agentic commerce on by default, so your store is probably already selling to AI assistants whether or not anyone on your team configured it. Instead of restating the announcement, we checked something you can check too: on September 2, 2026 we requested the machine-readable capability file that Shopify publishes for real storefronts, on fourteen well-known US brand domains, and read what it exposes to an agent. Eleven answered correctly. The three that did not share one trait, and it is quietly costing them agent traffic.

Read

Web Bot Auth

Web Bot Auth

Web Bot Auth is the reason your agent either gets served or gets throttled with the scrapers. Almost everything written about it repeats the same architecture diagram, so we did something different: on September 1, 2026 we fetched the published key directories of more than twenty major AI operators and infrastructure vendors to see who is genuinely signing their traffic. Four were. The results are in the first table.

Read

Tempo Blockchain

the Tempo blockchain

Tempo is the payments chain Stripe and Paradigm built, and it shipped with a protocol that lets software pay for things on its own. It settles machine payments in under a second. It has nothing at all to say about whether your agent should have paid.

Read

AI Agent Governance

AI agent governance

Every agentic AI governance framework published so far governs the same four things: identity, tools, data and prompts. Not one of them carries a budget. Here is what the real frameworks say, which guardrails actually bind at runtime, and what to do about the last mile none of them reach.

Read

A2A Protocol

A2A Protocol

Most explanations of the A2A protocol stop at the sentence that agents can now talk to each other. That was true in April 2025 and it is no longer the interesting part. A2A shipped version 1.0 in April 2026 under Linux Foundation governance, it runs in production inside Azure AI Foundry and Amazon Bedrock AgentCore, and the questions engineers actually get stuck on are narrower: what an Agent Card commits you to, when to reach for MCP instead, and what happens the first time one of your agents has to pay another one for the work. That last question has a specific answer, and it is not in the core spec.

Read

Mastercard Agent Pay

Mastercard Agent Pay

Nearly every article about Mastercard Agent Pay is a retelling of one press release from April 2025, the one where Mastercard said AI agents would be able to shop with Agentic Tokens and named Microsoft as the first platform. That was sixteen months ago, and four more things have shipped since. Reading only the launch coverage leaves you with roughly a quarter of the picture, and the missing three quarters are the parts that decide whether you can actually put this into production.

Read

Visa Intelligent Commerce

Visa Intelligent Commerce

Almost everything written about Visa Intelligent Commerce is a retelling of the April 2025 announcement, when Visa said AI agents would be able to pay with a Visa credential. Three more things have shipped since, including an open agent-identity protocol built with Cloudflare that most coverage does not mention at all. This page is the current version, checked against Visa’s own developer documentation and newsroom in August 2026.

Read

ChatGPT Instant Checkout

ChatGPT Instant Checkout

Almost every guide to ChatGPT Instant Checkout still reads like it was written the week it launched, walking merchants through how to apply and what the fee will be. OpenAI changed course in March 2026. Here is the accurate version: what Instant Checkout was, what the numbers actually looked like, what replaced it, and which parts of the stack are still very much alive.

Read

Google AP2

Google AP2

Most guides to Google AP2 still describe an Intent Mandate and a Cart Mandate, because most of them are rewrites of the September 2025 launch post. The specification moved. Here is what the Agent Payments Protocol actually defines today, and the one question it deliberately does not answer.

Read

Human in the loop AI

Human in the Loop AI

Every guide to human in the loop AI describes the same shape: the agent pauses, a person decides, the agent continues. The shape is right. What almost none of them ask is a harder question, which is where the pause is enforced, because a pause written into the agent's own code is a pause the agent is trusted to honor.

Read

AI agent cost

AI Agent Cost

Every cost guide for AI agents answers the same two questions: what does it cost to build, and what does it cost to run. Both are answerable, and both are on somebody's invoice. The third question is the one that ends up in a variance report, because the agent also spends your money, and nobody sends you a bill for that.

Read

Agentic checkout

Agentic Checkout

Nearly every guide to agentic checkout is written for the merchant who wants to receive these orders. Far fewer are written for the company whose agents are placing them, which is odd, because agentic checkout quietly removes the one screen where spending used to get a second look.

Read

API monetization

API Monetization

Most guides to API monetization argue about which pricing model wins. The harder question in 2026 is who is calling. An API priced for a signed-up developer with a key behaves very differently when the caller is an agent that showed up once, wants one record, and has no account.

Read

x402 protocol

x402 Protocol

x402 took the one HTTP status code the web never used and turned it into a payment rail machines can drive. The protocol is elegant and genuinely small. The part it deliberately leaves to you is the budget.

Read

AI procurement agents

AI Procurement Agents

Every major procurement suite shipped agents during 2026. Almost none of them answer the question your controller will ask first, which is what happens when the agent is wrong about a purchase and the money has already moved.

Read

Agentic payments

Agentic Payments

Agentic payments move money with no human at the checkout. The rails to do it all shipped during 2026. The part most teams have not solved is deciding, before the money moves, whether the agent was allowed to spend it.

Read

AI agent monetization

AI Agent Monetization

Every AI agent company is rewriting its price list. The models that survive are metered. The ones that quietly fail are the ones where nobody measured what a single task costs to serve.

Read

Agent payment platforms

AI Agent Payment Platforms

Five different kinds of product now call themselves an AI agent payment platform, and they solve five different problems. Picking the wrong category is the expensive mistake, not picking the wrong vendor inside a category.

Read

Universal Commerce Protocol

the Universal Commerce Protocol (UCP)

Google and Shopify shipped UCP as an open standard so an AI agent can check out at any merchant that supports it. Here is what the specification actually defines, where it is live for US buyers, and the one thing it deliberately leaves to you.

Read

MCP Payments

MCP Payments

MCP payments are how an AI agent discovers a payment tool and calls it to move money. The catch: the Model Context Protocol carries the tool call, not the spending decision, so nothing in the stack asks whether the purchase should have happened.

Read

Visa Intelligent Commerce vs Mastercard Agent Pay

Visa Intelligent Commerce vs Mastercard Agent Pay

Visa Intelligent Commerce and Mastercard Agent Pay are the two big card networks racing to let AI agents pay. They take different routes to the same idea, and neither one decides whether a given purchase should have happened.

Read

Agentic Commerce Protocol

the Agentic Commerce Protocol

ACP is the open standard behind agentic checkout in ChatGPT. It tells a merchant how to sell to an AI agent. It says nothing about whether your agent should have made the purchase.

Read

AP2 vs ACP vs x402

AP2 vs ACP vs x402

AP2, ACP, and x402 are the three standards shaping how AI agents pay. They solve different layers of the problem, and most real systems will touch more than one.

Read

Machine payments protocol

Machine payments protocol

As software starts paying software, machine payments protocols define how value moves without a human at the keyboard. The harder question is how to keep that spending governed.

Read

Know Your Agent (KYA)

Know Your Agent

KYA, or Know Your Agent, extends the idea of customer due diligence to autonomous software. When an agent spends, you need to know which agent, on whose authority, and under what limits.

Read

Keep agent spending governed

Add policy, hard limits, human approval, and an immutable audit trail across any protocol or rail. Start in the sandbox today.

Never moves money without policy