---
title: "Get Card"
method: GET
path: "/card/{cardId}"
---

# Get Card

`GET /card/{cardId}`

Get details about a card using a card Id

## Path parameters

- `cardId` string, required

## Headers

- `api-key` string, required
- `Authorization` string, required

## Response `200`

200

- object
  - `name` string
  - `id` string
  - `type` string
  - `userId` string
  - `maskedCardNumber` string
  - `expiryData` string
  - `status` string
  - `address` object
    - `addressLine1` string
    - `addressLine2` string
    - `city` string
    - `postalCode` string
    - `country` string
    - `dispatchMethod` string
  - `isEnrolledFor3dSecure` boolean
  - `isCard3dSecureActivated` boolean
  - `security` object
    - `contactlessEnabled` boolean
    - `withdrawalEnabled` boolean
    - `internetPurchaseEnabled` boolean
    - `overallLimitsEnabled` boolean
  - `activatedAt` string
  - `linkedAccountId` string
  - `parentWalletId` string
  - `linkedAccountCurrency` string
  - `lastLinkedAccountId` string
  - `createdAt` string
  - `limits` object
    - `dailyPurchase` integer
    - `dailyWithdrawal` integer
    - `dailyInternetPurchase` integer
    - `dailyContactlessPurchase` integer
    - `weeklyPurchase` integer
    - `weeklyWithdrawal` integer
    - `weeklyInternetPurchase` integer
    - `weeklyContactlessPurchase` integer
    - `monthlyPurchase` integer
    - `monthlyWithdrawal` integer
    - `monthlyInternetPurchase` integer
    - `monthlyContactlessPurchase` integer
    - `transactionPurchase` integer
    - `transactionWithdrawal` integer
    - `transactionInternetPurchase` integer
    - `transactionContactlessPurchase` integer
    - `dailyOverallPurchase` integer
    - `weeklyOverallPurchase` integer
    - `monthlyOverallPurchase` integer
    - `dailyContactlessPurchaseAvailable` integer
    - `dailyContactlessPurchaseUsed` integer
    - `dailyInternetPurchaseAvailable` integer
    - `dailyInternetPurchaseUsed` integer
    - `dailyOverallPurchaseAvailable` integer
    - `dailyOverallPurchaseUsed` integer
    - `dailyPurchaseAvailable` integer
    - `dailyPurchaseUsed` integer
    - `dailyWithdrawalAvailable` integer
    - `dailyWithdrawalUsed` integer
    - `monthlyContactlessPurchaseAvailable` integer
    - `monthlyContactlessPurchaseUsed` integer
    - `monthlyInternetPurchaseAvailable` integer
    - `monthlyInternetPurchaseUsed` integer
    - `monthlyOverallPurchaseAvailable` integer
    - `monthlyOverallPurchaseUsed` integer
    - `monthlyPurchaseAvailable` integer
    - `monthlyPurchaseUsed` integer
    - `monthlyWithdrawalAvailable` integer
    - `monthlyWithdrawalUsed` integer
    - `weeklyContactlessPurchaseAvailable` integer
    - `weeklyContactlessPurchaseUsed` integer
    - `weeklyInternetPurchaseAvailable` integer
    - `weeklyInternetPurchaseUsed` integer
    - `weeklyOverallPurchaseAvailable` integer
    - `weeklyOverallPurchaseUsed` integer
    - `weeklyPurchaseAvailable` integer
    - `weeklyPurchaseUsed` integer
    - `weeklyWithdrawalAvailable` integer
    - `weeklyWithdrawalUsed` integer
  - `blockType` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/versions/63e57aa7df45/schema)
