v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Activate Physical Card

Activates a physical card

post/card/activate

Headers

api-keystring required
Authorizationstring required

Request body

cardIdstring required

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

activationCodestring required

Last 4 digits of the physical card received in the mail

Response

200

namestring
idstring
typestring
expiryDatastring
statusstring
isEnrolledFor3dSecureboolean
createdAtstring

Example response

{
  "name": "Everardo Sporer",
  "id": "c97a0796-530b-4fe9-9bc7-a7950b9e0e01",
  "type": "PHYSICAL",
  "expiryData": "2024-05-31T23:59:59Z",
  "status": "ACTIVATED",
  "address": {
    "addressLine1": "18318 Steuber Track",
    "addressLine2": "637 Drew Lock",
    "city": "East Milliefort",
    "postalCode": "11030",
    "country": "EST",
    "dispatchMethod": "SLOW_SPEED"
  },
  "isEnrolledFor3dSecure": true,
  "security": {
    "contactlessEnabled": true,
    "withdrawalEnabled": true,
    "internetPurchaseEnabled": true
  },
  "createdAt": "2022-05-26T09:28:00Z"
}