Virtual cards for AI agents and assistants
Issue dedicated virtual cards to AI workflows via API. Scope spend by merchant, amount, or lifecycle so agents can complete checkout without sharing a company card or pulling card operations into your product.
Get Sandbox Access{
"type": "single_use",
"currency": "usd",
"spending_controls": {
"spending_limits": [
{ "amount": 5000, "interval": "all_time" }
],
"allowed_merchants": ["advertising_services"]
},
"metadata": {
"agent": "openclaw-prod",
"run_id": "run_8f2a91"
}
}{
"id": "ic_01j9x7...",
"number": "4111 1111 1111 4891",
"exp_month": 8,
"exp_year": 2027,
"cvv": "•••",
"status": "active"
}Card Types
Disposable cards
Issue a card for one transaction. It expires the moment the charge clears — or if it goes unused. Zero residual exposure.
Subscription cards
Lock a card to a single merchant for repeating charges. Set a monthly cap and let the agent handle renewals autonomously.
Scoped cards
Bind a card to a specific merchant or MCC category. Charges outside the scope are declined at the network level.
Spend-limited cards
Hard cap on total or per-transaction spend. When the limit is reached, the card is automatically frozen — no overage possible.
Policy Controls
Every card carries a policy. Define it at issue time — the network enforces it, not your application code.
Spend limits
Set per-transaction, daily, or lifetime caps. Hard-blocked at the network — no soft declines.
MCC locks
Restrict cards to specific merchant category codes. Block entire categories like gambling, crypto, or wire transfers.
Time windows
Cards only authorize within defined time ranges. Useful for session-scoped agents or business-hours enforcement.
Approval workflows
Route charges above a threshold to a human or automated approver before authorization proceeds.
Merchant allowlists
Explicitly allowlist or blocklist individual merchants by ID. Layer on top of MCC rules for fine-grained control.
Velocity controls
Cap the number of transactions per hour or day. Prevents runaway agents from hammering a merchant.