Skip to main content
GET
Get a debit card

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

Path Parameters

cardId
string
required

The debit card ID

Response

Response for status 200

id
string
required

Unique identifier for the debit card

Example:

"6a9fee5c215e5530b3530e77"

status
enum<string>
required
Available options:
active,
pending,
inactive,
rejected,
action_required
network
enum<string>
required
Available options:
visa,
mastercard
cardNumberLast4
string
required

Last 4 digits of card number

Example:

"1111"

expiryMonth
number
required
Example:

12

expiryYear
number
required
Example:

2027

currency
enum<string>
required
Available options:
USD,
CAD,
EUR,
GBP
isTokenized
boolean
required

Whether this card has been tokenized via Evervault for secure storage

Example:

true

createdAt
string<date-time>
required
label
string
requirements
object[]

Actions the user must complete before the card can be used for payouts. Present (non-empty) when status is action_required.