Skip to main content

Get Card Details

GET 

/api/v2/cards/:id

Retrieve details for a bank card based on the provided card ID.

Request

Path Parameters

    id The card id to get details forrequired

Responses

Successful Response

Schema
    status BankCardStatusrequired

    Possible values: [ACTIVE, FROZEN, BLOCKED]

    An enumeration.

    cardName Cardname
    limits object
    single object
    amount Amount

    The limit amount.

    daily object
    amount Amount

    The limit amount.

    monthly object
    amount Amount

    The limit amount.

    autoTopUp object
    thresholdAmount Thresholdamountrequired

    The balance threshold to trigger an automatic top-up.

    topUpAmount Topupamountrequired

    The amount to be automatically topped up when the threshold is reached.

    isFavorite Isfavoriterequired
    wallet_id uuid
    id object required
    anyOf

    string

    maskedPan Maskedpanrequired
    bin objectrequired
    code Coderequired

    BIN code

    countryCode Countrycoderequired

    ISO country code

    currencyCode Currencycoderequired

    ISO currency code

    provider object

    An enumeration.

    billingAddress Billingaddressrequired

    Billing address of the bank card.

    paymentServices PaymentService[]

    Possible values: [APPLE_PAY, GOOGLE_PAY, SAMSUNG_PAY]

    List of supported tokenized payment services. If the list is empty, the BIN doesn't support tokenization.

    merchants string[]
    purposes BinPurposeEnum[]

    Possible values: [CARDS_VIRTUAL, SHARED_BALANCE_VIRTUAL_CARDS]

    fees objectrequired
    issue objectrequired
    feeAmount Feeamountrequired
    unit Unitrequired
    authorization object[]
  • Array [
  • minAmount Minamountrequired
    maxAmount Maxamount
    feeAmount Feeamountrequired
    unit Unit

    Default value: USD

  • ]
  • decline objectrequired
    feeAmount Feeamountrequired
    unit Unitrequired
    zeroAuth objectrequired
    feeAmount Feeamountrequired
    unit Unitrequired
    createdAt date-timerequired
    balance object
    available Availablerequired
    spent Spentrequired
    pending Pendingrequired
    user objectrequired
    id object required

    Id of the card holder.

    anyOf

    string

    nickname Nicknamerequired

    Nickname or alias of the card holder.

    email Emailrequired

    Email of the card holder.

Loading...