Skip to main content

Get card details

GET 

/api/cards/:cardId

Returns the non-sensitive details of a card by a given ID.

Request

Path Parameters

    cardId stringrequired

    Primary identifier of the card to fetch

Responses

Schema

    id stringrequired

    Card primary identifier

    accountId stringrequired

    User account ID linked to card

    type stringrequired

    Possible values: [virtual]

    Type of the card

    createdAt stringrequired

    Timestamp of card creation

    modifiedAt stringrequired

    Timestamp of card modification

    expiresAt stringrequired

    Timestamp of card expiration

    isBlocked booleanrequired

    Whether the card is blocked

    status stringrequired

    Possible values: [active, cancelled, created, shipped]

    Status of the card

    fundingSourceIds arrayrequired

    List of Funding Source IDs linked to the card

    expiry string

    Expiry date of the card

    currency string

    The currency of this card

    panFirst6 string

    First 6 digits of the card's PAN (Primary Account Number)

    panLast4 string

    Last 4 digits of the card's PAN (Primary Account Number)

    immersveExpiration string

    Deprecated field, use expiresAt

    lockedFundAmount string

    Legacy cards only. An integer in the smallest denomination for the given currency

    lockedFundCurrency string

    Legacy cards only. Currency used to lock funds on card creation

    fundingWallet string

    Legacy cards only. Address of the wallet used to fund the card

Loading...