latestOpenAPI 3.1.02026-08-153864115.7 MB
c301132dbfd7
Cards
Create Card
Issue a virtual card, or apply for card issuing.
post/cards
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"assigned_user_id": "user_xxxxxxxxxxxxxx",
"name": "Detailer card",
"spend_limit": 500,
"spend_limit_frequency": "weekly",
"transaction_limit": 200,
"user_id": "user_xxxxxxxxxxxxxx"
}Response
card created
Example response
{
"billing": {
"city": "Austin",
"country_code": "US",
"line1": "4180 Burnet Rd",
"line2": "Suite 210",
"postal_code": "78756",
"region": "TX"
},
"created_at": "2026-01-01T12:00:00.000Z",
"expiration_month": "12",
"expiration_year": "2030",
"id": "icrd_xxxxxxxxxxxxxx",
"last4": "4242",
"limit": {
"amount": 2500,
"frequency": "monthly"
},
"name": "Detailing supplies",
"object": "card",
"status": "active",
"type": "virtual",
"user_id": "user_xxxxxxxxxxxxxx"
}