---
title: "Activate Physical Card"
method: POST
path: "/card/activate"
---

# Activate Physical Card

`POST /card/activate`

Activates a physical card

## Headers

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

## Request body

- object
  - `cardId` string, required — The unique Id of the card you want to fetch. The Create Card endpoint returns a cardId parameter
  - `activationCode` string, required — Last 4 digits of the physical card received in the mail

## Response `200`

200

- object
  - `name` string
  - `id` string
  - `type` string
  - `expiryData` string
  - `status` string
  - `address` object
    - `addressLine1` string
    - `addressLine2` string
    - `city` string
    - `postalCode` string
    - `country` string
    - `dispatchMethod` string
  - `isEnrolledFor3dSecure` boolean
  - `security` object
    - `contactlessEnabled` boolean
    - `withdrawalEnabled` boolean
    - `internetPurchaseEnabled` boolean
    - `overallLimitsEnabled` boolean
  - `createdAt` string

## Other responses

- `400` — 400
- `409` — 409

---

[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)
