Card Payments
Conto supports card-based payments for agents that use traditional payment cards (Bring Your Own Card). The card payment flow uses an approve/confirm pattern similar to external wallet payments.How It Works
- Agent calls
POST /api/sdk/cards/approvewith the card payment details - Conto evaluates spending policies and returns an approval or denial
- If approved, the agent processes the card charge externally
- Agent calls
POST /api/sdk/cards/{id}/confirmwith the transaction reference
Requesting Card Payment Approval
Before charging a card, request policy approval:Confirming Card Payment
After the card charge succeeds, confirm it in Conto:API Reference
| Endpoint | Method | Description |
|---|---|---|
/api/sdk/cards/approve | POST | Request card payment approval |
/api/sdk/cards/{id}/confirm | POST | Confirm card payment completion |
Policy Integration
Card payments are subject to the same policy rules as stablecoin payments:- Spend limits — per-transaction, daily, weekly, monthly caps
- Time windows — restrict card charges to specific hours
- Category restrictions — allow or block merchant categories
- Approval thresholds — require manual approval above certain amounts
Next Steps
Standard Payments
Stablecoin payment flow
Spend Limits
Configure spending controls