Skip to content

Search docs

Find pages, headings, and concepts. Press ⌘K or Ctrl+K to toggle.

Agent Wallet

Virtual cards, spend requests, and Stripe Issuing webhooks.

Agent Wallet lets agents request spend approval and receive Stripe Issuing virtual cards.

Endpoints

MethodPathDescription
GET/api/v1/agent-walletSummary: config, requests, cards, authorizations.
GET/api/v1/agent-wallet/cardsList virtual cards.
POST/api/v1/agent-wallet/cardsCreate a card for an approved spend request.
PATCH/api/v1/agent-wallet/cards/:idFreeze, activate, or cancel.
POST/api/v1/agent-wallet/cards/:id/revealReveal PAN (step-up required).
GET/api/v1/agent-wallet/spend-requestsList requests.
POST/api/v1/agent-wallet/spend-requestsCreate a request.
POST/api/v1/agent-wallet/spend-requests/:id/approveApprove (step-up).

Card creation, reveal, and approval require fresh step-up auth.