Agent Wallet
Virtual cards, spend requests, and Stripe Issuing webhooks.
Agent Wallet lets agents request spend approval and receive Stripe Issuing virtual cards.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/agent-wallet | Summary: config, requests, cards, authorizations. |
GET | /api/v1/agent-wallet/cards | List virtual cards. |
POST | /api/v1/agent-wallet/cards | Create a card for an approved spend request. |
PATCH | /api/v1/agent-wallet/cards/:id | Freeze, activate, or cancel. |
POST | /api/v1/agent-wallet/cards/:id/reveal | Reveal PAN (step-up required). |
GET | /api/v1/agent-wallet/spend-requests | List requests. |
POST | /api/v1/agent-wallet/spend-requests | Create a request. |
POST | /api/v1/agent-wallet/spend-requests/:id/approve | Approve (step-up). |
Card creation, reveal, and approval require fresh step-up auth.