Skip to main content

Get card details

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

Path Parameters
  • cardId string required

    Primary identifier of the card to fetch

Responses


Schema
  • id string required

    Card primary identifier

  • accountId string required

    User account ID linked to card

  • type string required

    Possible values: [virtual]

    Type of the card

  • createdAt string required

    Timestamp of card creation

  • modifiedAt string required

    Timestamp of card modification

  • expiresAt string required

    Timestamp of card expiration

  • isBlocked boolean required

    Whether the card is blocked

  • status string required

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

    Status of the card

  • fundingSourceIds array required

    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...