Card Management
This guide walks through connecting payment cards in the Conto dashboard, assigning them to agents, and enforcing spend policies.Stripe Issuing and Lithic card provisioning is coming soon. Currently, you can connect any existing card manually and enforce the full policy engine on it.
Prerequisites
- A Conto organization with at least one agent
Connecting a Card
Enter Card Details
The Manual provider is selected by default. Fill in:
- Card name - A descriptive name (e.g., “Marketing Agent Card”)
- Last 4 digits - The last 4 digits of the card number
- Brand - Visa, Mastercard, Amex, or Other
- Card type - Virtual or Physical
- Daily limit - Maximum daily spend (default: $1,000)
- Per-transaction limit - Maximum per charge (default: $500)
Stripe Issuing and Lithic are shown in the provider list but marked as Coming Soon. When available, they will allow you to issue new cards directly through Conto.
Assigning Cards to Agents
Each card can be assigned to one or more agents with independent spend controls.Select Agent
Choose an active agent from the dropdown. Agents already linked to this card are filtered out.
Set Agent Limits
Configure per-agent spending controls:
Agent limits cannot exceed the card’s own limits.
| Setting | Default | Description |
|---|---|---|
| Per-transaction | $250 | Max amount per charge |
| Daily | $500 | Max daily spend |
| Weekly | (optional) | Max weekly spend |
| Monthly | (optional) | Max monthly spend |
Linking Policies
Beyond field-based limits, you can link named policies to cards for advanced rule enforcement.Example: Geographic + MCC Policy
Create a policy with these rules, then link it to a card:Card Lifecycle
| Action | Dashboard | API |
|---|---|---|
| Pause | Menu > Pause Card | PATCH /api/cards/{id}/state |
| Resume | Menu > Resume Card | PATCH /api/cards/{id}/state |
| Cancel | Menu > Cancel Card | PATCH /api/cards/{id}/state |
Monitoring
The card detail page shows:- Spend stats - Spent today, per-tx limit, weekly/monthly limits
- Linked agents - Each agent’s individual limits and status
- Policies - Linked policies with rule badges
- Transactions - Recent card transactions with merchant details and status
Roadmap
| Feature | Status |
|---|---|
| Manual card connection | Available |
| Spend policies + MCC controls | Available |
| Card policy linking | Available |
| Stripe Issuing provisioning | Coming soon |
| Lithic provisioning | Coming soon |
| Provider card import | Coming soon |
| Provider state sync | Coming soon |
Next Steps
Card Payments API
Full API reference for card operations
Policy Overview
Learn about the policy engine
Securing Agents
Security best practices
Policy Testing
Test policies before deployment