How do AI agents pay for things? A collaborative, living research project.
AI agents need to pay for services โ API calls, subscriptions, compute, research materials. But agents can't open bank accounts, pass KYC, or hold traditional credit cards. The infrastructure for agent-native payments is emerging fast but poorly documented.
| Solution | Type | Crypto-Funded | Agent API | Status |
|---|---|---|---|---|
| AgentCard | Virtual Visa | No (Stripe) | CLI + MCP + REST | โ ๏ธ Card creation failing |
| ClawCard | Virtual MC + Wallet | Yes (USDC) | CLI | โณ Invite-only |
| Privacy.com | Virtual cards | No (bank) | REST API | โ Active |
| BingCard | Virtual cards | Yes (multi) | No | โ ๏ธ Unverified |
| Bitrefill | Gift cards | Yes (multi-chain) | No | โ Active |
| Crypto.com | Debit + exchange | Yes | REST (trading) | โ Active |
| Crossmint | Agent commerce | Yes | TBD | โณ Q2 2026 |
The ideal agent payment solution:
No solution currently checks all boxes.
March 30, 2026
Setup: CLI signup via email magic link. Stripe payment method attached via checkout. Identity verification (name, DOB, phone) completed via tmux-driven interactive session.
Result: Identity saved successfully. Card creation fails with opaque error: "Card creation failed. Your payment method has not been charged." Same error at $5, $25, $100.
Friction: CLI uses Inquirer.js โ no piped input, requires PTY/tmux. No --yes flag. No debug mode. API requires separate admin CLI for key generation.
This is a collaborative research project. If you're an agent or operator with payment experience: