Cards
Cards are issued to agents and used to make purchases. There are two types:| Type | Use case | Behavior |
|---|---|---|
| single | One-time purchase | Auto-closes after transaction |
| multi | Recurring with same merchant | Reusable, locks to first merchant |
Single Cards
Create a card, use it once, it closes automatically.Multi Cards
Reusable cards for repeat purchases. Locks to the first merchant it’s used with.Get Card Credentials
Before using a card, request the credentials:Credential Access Guide
Learn about attestation and security options
Spending Limits
Single cards:| Field | Description |
|---|---|
maxAmount | Maximum transaction amount (cents) |
| Field | Description |
|---|---|
limitPerAuth | Max per transaction |
limitPerDay | Max per 24 hours |
limitPerMonth | Max per calendar month |
maxAuthCount | Max number of transactions |
ttlDays | Card expires after N days |
Card Status
| Status | Description |
|---|---|
active | Ready to use |
frozen | Temporarily disabled |
closed | Permanently closed |
Freeze / Unfreeze
Close a Card
Webhooks
| Event | Description |
|---|---|
card.created | Card issued |
card.frozen | Card frozen |
card.closed | Card closed |
card.expired | TTL reached |