Skip to main content
GET

Authorizations

Authorization
string
header
required

Short-lived access token. Obtain with your api_key.

Path Parameters

id
string
required

Card UUID.

Response

The card.

A card with its assigned user, linked account, and spending limit, as returned by the v2 card endpoints.

id
string
required

Card UUID. Use this in card action endpoints.

token
string
required

Card token. Matches card_token on transactions and the card_tokens transaction filter.

name
string
required

Card name.

type
enum<string>
required

Form factor.

Available options:
physical,
virtual
lastFour
string
required

Last four digits of the card number.

startDate
string
required

Valid-from month as MM/YY.

expiryDate
string
required

Expiry month as MM/YY.

status
enum<string>
required

Card status. pending cards await activation; frozen cards were frozen by a team member; blocked cards were blocked by Incard.

Available options:
pending,
active,
frozen,
blocked,
closing,
terminated
autoConvert
boolean
required

Whether spend in other currencies is auto-converted from the linked account.

auth3dsCredential
enum<string>
required

3-D Secure challenge method.

Available options:
otpSms,
otpSmsPlusBiometric
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
maxLimits
object
required

Maximum spending limit that can be set for each period. null where no maximum applies.

user
object | null
required

User the card is assigned to, or null.

spendingLimit
object
required

Current spending limit. When no limit is configured a default monthly velocity limit is reported with isVelocityLimit: true.

companyAccount
object | null
required

Account the card draws from, or null.

currencyCode
string
required

Currency of the linked account, falling back to the company base currency.

theme
string | null

(Optional) Visual theme identifier.