How Much Does AI Agent Payment Infrastructure Cost?
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
Wallet budget
spent of
Audit trail
Short answer: there is no single price, because agent payment infrastructure is several layers that each charge differently. Wallet and signing providers often start free (Privy is free up to 50,000 signatures and 1 million USD in monthly volume, then usage-based) and rise to custom enterprise quotes. Protocol facilitators charge tiny per-transaction fees (Coinbase's x402 facilitator has been free for the first 1,000 transactions a month, then 0.001 US dollars per transaction since January 2026). Card rails carry interchange. The costs that actually bite, though, are the ones no vendor lists: the governance you build yourself, and the money an ungoverned agent loses.
Last updated July 2026. Prices change; verify each vendor's current pricing before you budget.
Why there is no single number
People ask "how much does AI agent payment infrastructure cost" as if it were one product. It is not. A working setup is a stack: a wallet or key-management layer, a settlement rail (cards or crypto), sometimes a protocol facilitator, and a governance layer that decides whether an agent may spend at all. Each is priced on a different basis (per signature, per transaction, per volume, per seat, or custom), so the only honest answer starts by separating the layers.
Published pricing, by layer
Here is what is actually public as of mid-2026. Where a vendor does not publish a number, we say so rather than invent one.
| Layer / vendor | Published pricing | Billing basis |
|---|---|---|
| Privy (wallets, signing) | Free up to 50,000 signatures and 1M USD volume a month, then usage-based; custom at scale. | Per signature and volume. |
| Turnkey (wallets, signing) | Not publicly stated; contact sales. | Custom. |
| Coinbase x402 facilitator | First 1,000 transactions a month free, then 0.001 USD per transaction (since Jan 2026). | Per transaction. |
| x402 protocol itself | No protocol fee; you pay network fees (a fraction of a cent on Base or Solana). | Network gas. |
| Openfort | Free tier, then 99 / 249 / 599 USD per month across published plans. | Per month. |
| Card rails (any issuer) | Interchange plus network and issuer fees, typically low single-digit percent per transaction. | Per transaction. |
| PayPal Agentic Commerce | Not publicly stated; access via request form. | Not disclosed. |
Two things stand out. First, entry cost is genuinely low: you can prototype most of this for free or for pennies per transaction. Second, the vendors that matter most for a business (custody at scale, and card issuing) are exactly the ones that quote custom, so the headline free tiers can be misleading about what a production deployment costs.
The per-transaction reality
Agents generate a very different transaction profile from humans. A person might make a handful of payments a day. An agent paying per API call can make thousands. That changes which pricing model hurts.
At 0.001 US dollars per transaction, an agent making 100,000 micro-payments a month costs 100 dollars in facilitator fees, which is nothing. But the same volume on card rails, where each authorization carries interchange and often a fixed component, would be economically absurd, which is precisely why protocols like x402 exist for micro-payments. The lesson is to match the rail to the transaction size: crypto micro-payments for pennies-per-call workloads, cards for ordinary merchant purchases where you want dispute rights.
The costs nobody lists
The published prices above are the cheap part. The expensive parts do not appear on a pricing page.
Governance you build yourself. A signer keeps a key safe, but it does not decide whether an agent should spend, enforce a per-agent budget, route an approval to a human, or produce a finance-grade audit trail. Teams routinely underestimate this. Building per-agent budgets, velocity rules, counterparty allowlists, an approval path, and an attributed record of every decision is a real engineering project measured in weeks of senior time, not a line item. That salary cost is the true price of "free" infrastructure.
The loss from an ungoverned agent. The largest cost is the one that shows up once. An agent stuck in a retry loop that pays the same endpoint forty thousand times, or one steered by a prompt injection into paying the wrong party, can burn more in an afternoon than a year of infrastructure fees. On irreversible rails there is no chargeback to save you. We wrote about that failure mode in how runaway agent spend happens.
Reconciliation. Thousands of small agent transactions have to be reconciled at close like any other spend, and each line needs to trace back to the agent and the policy that permitted it. Teams that treat agent spend as an accounting afterthought find their monthly close turns into forensics. If you are already running formal expense management that reads receipts and categorizes every charge, feeding attributed agent transactions into it is far cheaper than reconstructing them by hand later.
How to budget for it sensibly
Start by separating "cost to move money" from "cost to govern money." The first is cheap and getting cheaper: free tiers and fractions of a cent per transaction. The second is where your real budget goes, and you can either build it or buy it. Building it means senior engineering time plus ongoing maintenance as your policy needs grow. Buying it means a predictable subscription for a control plane that already does policy, approvals, virtual cards, and audit across rails. For most teams the buy option is cheaper once you honestly price the engineering, and far cheaper once you price a single ungoverned incident.
Our own pricing is on the pricing page, and if you are weighing specific vendors, the Openfort comparison and Coinbase x402 comparison lay out where each fits.
Common questions
Is there free AI agent payment infrastructure?
Yes, for the low layers. Several wallet and signing providers have free tiers (Privy is free up to 50,000 signatures and 1M USD volume a month), and the x402 protocol charges no protocol fee. But "free infrastructure" still leaves you to build governance yourself, which is where the real cost lands.
What does it cost per transaction?
It depends on the rail. Crypto micro-payments via a facilitator can be as low as 0.001 US dollars per transaction plus a fraction of a cent in network fees. Card payments carry interchange, typically low single-digit percent, which makes them wrong for micro-payments but right for ordinary merchant purchases with dispute rights.
Why do some vendors not publish pricing?
Custody at scale and card issuing are usually quoted custom because cost depends on volume, risk, and compliance requirements. Treat "contact sales" as a signal that production pricing will differ from any advertised free tier, and get a real quote before you commit.
What is the most expensive part?
Not the infrastructure fees. The two biggest costs are the governance layer you build yourself in engineering time, and the one-time loss from an agent that spends without controls. Both are avoidable, and both dwarf the per-transaction line items.
The takeaway
Moving money for agents is cheap in 2026: free tiers, fractions of a cent, and low friction. Governing it is where the money actually goes, and that cost hides behind the free tiers. Budget for the layer that decides whether an agent should spend, not just the layer that lets it, because the gap between them is where teams get surprised. Compare the vendors on our Privy and Turnkey pages, or read agentic commerce explained for how the rails fit together.
Try it in the sandbox
Give an agent a wallet, write a policy, and issue a scoped virtual card in an afternoon. Never moves money without policy.
Keep reading
AgentCore Payments: How Amazon Bedrock AgentCore Payments Works on AWS
What Amazon Bedrock AgentCore Payments does, how the x402 flow and per-session spend limit...
UCP Checkout on Google: How to Set Up UCP-Powered Checkout in AI Mode and Gemini
Google now shows a Buy button on product listings inside AI Mode and Gemini, powered by th...
Agentic Commerce for Merchants: A Readiness Guide for Retailers
AI assistants are now completing checkout on behalf of US shoppers. Here is which channels...