Skip to main content
GET
Get full card details
Requires Authorization: Bearer <user-access-token> — the token from Verify login code.
Returns the same masked details as Get card details, plus the masked PAN and CVC when you pass includeSecrets=true. Secrets are omitted while the card is locked or when includeSecrets is not true.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

includeSecrets
enum<string>

Set to 'true' to include the masked PAN and CVC.

Available options:
true,
false

Response

Full card details returned successfully.

id
string<uuid>
required
type
string
required
Example:

"virtual"

status
enum<string>
required
Available options:
notActivated,
active,
locked,
canceled
last4
string
required
Example:

"8567"

expirationMonth
string
required
Example:

"08"

expirationYear
string
required
Example:

"31"

limit
object
required
tokenWallets
string[]
Example:
cardNumber
string

Masked PAN. Only present when includeSecrets=true and the card is not locked.

Example:

"4549********8567"

cvc
string

Only present when includeSecrets=true and the card is not locked.

Example:

"739"