DevelopmentJuly 6, 2026· via DEV Community

AI agents can spend—but can they earn?

AI agents can spend—but can they earn?

Image : DEV Community

AI agents are getting better at spending money—Google’s AP2 lets them issue payments, Coinbase’s x402 turns HTTP errors into machine-to-machine transactions, and “agent wallets” are popping up everywhere. But ask any AI agent what it does in 2026, and the answer is often the same: it builds products. A full-stack app in an evening. A SaaS in a weekend. The catch? Every one of those products eventually needs a way to accept money, and the tools to do that haven’t kept up.

The merchant-side bottleneck

Watch an AI agent work through a typical product build—scaffolding, UI, database, deployment—and you’ll hit the same wall: “To accept payments, you need a merchant account. Traditional PSP onboarding takes at least a week.” An app built in hours now waits days for permission to charge £1. That’s not risk management; it’s a workflow designed for software that took months to ship and never needed fixing.

Alternatives aren’t much better. Solo founders face Stripe Atlas’s $500 fee and weeks of IRS delays, while non-US builders wait even longer for an EIN. The bottleneck has shifted: from writing code to accepting payments.

What “agent-native” payments look like

The spending side has protocols; the earning side needs four upgrades:

  1. Machine-readable docs – APIs and guides written for machines, not humans. If an AI agent can’t parse your docs in one pass, it’s already stuck.
  2. Provisioning, not just management – Tools that let agents create accounts, not just operate them. Stripe’s MCP server handles invoices, but can it open a new account?
  3. Progressive KYB – Go live instantly with a capped account; verification runs in the background. Risk managed by limits and monitoring, not queues.
  4. Scoped credentials – The agent holds a token that can create checkouts, never the platform’s master key.

A glimpse of the future

At UniPaaS, we built paas.build to test these ideas. The MCP server lets an AI agent call three tools: identify the business, go live in a sandbox and production account, and generate a payable link—all in one session. Individuals can launch the same day with a £1,500 cap until verification finishes. No company formation required. One rate: 3.9%. Checkout drops into React in three lines.

When agents can both spend and earn, the loop closes: an AI builds a product, takes it live, and the revenue funds the agent’s own API calls. The next frontier isn’t just smarter agents—it’s payment rails that move at the same speed.


Source: DEV Community. AI-assisted editorial synthesis — TechnoExpress.

Read the original source on DEV Community →

← Back to home