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

    cardProgramId stringrequired

    ID of card program linked to the card

    regionCode stringrequired

    An Alpha2 (ISO-3166-1) country code representing the country where the card is issued.

    expiry string

    Expiry date of the 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

Loading...