v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Get Card

Get details about a card using a card Id

get/card/{cardId}

Path parameters

cardIdstring required

The unique Id of the card you want to fetch. The Create Card endpoint returns a cardId parameter

Headers

api-keystring required
Authorizationstring required

Response

200

namestring
idstring
typestring
userIdstring
maskedCardNumberstring
expiryDatastring
statusstring
isEnrolledFor3dSecureboolean
isCard3dSecureActivatedboolean
activatedAtstring
linkedAccountIdstring
parentWalletIdstring
linkedAccountCurrencystring
lastLinkedAccountIdstring
createdAtstring
blockTypestring

Example response

{
  "name": "john smith",
  "id": "eb7da407-ae11-40a4-ad22-aa74be87ecb2",
  "type": "PHYSICAL",
  "userId": "6890d93e-9b0f-4448-a2eb-270263edc7b7",
  "maskedCardNumber": "474367******2236",
  "expiryData": "2027-01-31T23:59:59Z",
  "status": "BLOCKED",
  "address": {
    "addressLine1": "Test address line 1",
    "addressLine2": "Test address line 2",
    "city": "Test_city",
    "postalCode": "11030",
    "country": "EST",
    "dispatchMethod": "DHLExpress"
  },
  "isEnrolledFor3dSecure": true,
  "isCard3dSecureActivated": true,
  "security": {
    "contactlessEnabled": true,
    "withdrawalEnabled": true,
    "internetPurchaseEnabled": true,
    "overallLimitsEnabled": true
  },
  "activatedAt": "2024-01-06T07:49:15Z",
  "linkedAccountId": "22eb9caee08de8410eb0b41c5afd249e",
  "parentWalletId": "a82afcee-6b53-4869-a41a-df34e6b228db",
  "linkedAccountCurrency": "EUR",
  "lastLinkedAccountId": "4ea59c14765e3816f91909fe2299ea38",
  "createdAt": "2024-01-06T07:48:49Z",
  "limits": {
    "dailyPurchase": 10000,
    "dailyWithdrawal": 350,
    "dailyInternetPurchase": 10000,
    "dailyContactlessPurchase": 10000,
    "weeklyPurchase": 15000,
    "weeklyWithdrawal": 3000,
    "weeklyInternetPurchase": 15000,
    "weeklyContactlessPurchase": 15000,
    "monthlyPurchase": 15000,
    "monthlyWithdrawal": 3000,
    "monthlyInternetPurchase": 15000,
    "monthlyContactlessPurchase": 15000,
    "transactionPurchase": 10000,
    "transactionWithdrawal": 350,
    "transactionInternetPurchase": 10000,
    "transactionContactlessPurchase": 50,
    "dailyOverallPurchase": 10000,
    "weeklyOverallPurchase": 10000,
    "monthlyOverallPurchase": 10000,
    "dailyContactlessPurchaseAvailable": 10000,
    "dailyInternetPurchaseAvailable": 10000,
    "dailyOverallPurchaseAvailable": 10000,
    "dailyPurchaseAvailable": 10000,
    "dailyWithdrawalAvailable": 350,
    "monthlyContactlessPurchaseAvailable": 15000,
    "monthlyInternetPurchaseAvailable": 15000,
    "monthlyOverallPurchaseAvailable": 10000,
    "monthlyPurchaseAvailable": 15000,
    "monthlyWithdrawalAvailable": 3000,
    "weeklyContactlessPurchaseAvailable": 15000,
    "weeklyInternetPurchaseAvailable": 15000,
    "weeklyOverallPurchaseAvailable": 10000,
    "weeklyPurchaseAvailable": 15000,
    "weeklyWithdrawalAvailable": 3000
  },
  "blockType": "BLOCKEDBYCLIENT"
}