Lifecycle
- Create — You issue a card with a fixed spend limit (within your plan’s per-card cap). A hold is placed on your payment method.
- Use — Your agent makes purchases with the card number, expiry, and CVV — manually, via autofill, or through the
buysurface. Funds are captured only as transactions settle. - Close — Closing a card is permanent and releases any uncaptured held funds.
Properties
- Spend limit — A fixed cap set when you create the card; your agent can never spend more than this.
- Balance — The remaining amount as transactions settle. Check it with
check_balance/agent-cards balance <id>without exposing the credentials. - Status —
OPENwhile usable,CLOSEDonce closed. - Credentials (PAN / CVV / expiry) — Revealed only on explicit request via
get_card_details/agent-cards cards details <id>, which may require approval.
Limits
The maximum amount per card depends on your plan:| Plan | Max per card | Cards / month |
|---|---|---|
| Free | $50 | 5 |
| Basic | $500 | 15 |
| Pro | $1,000 | 50 |
Safety
- Card numbers and CVVs are never displayed unless you explicitly ask.
- Closing a card is always confirmed first.
- Switching from test to prod mode is confirmed first, since prod cards draw on your real payment method.