---
title: "Activate card"
method: PUT
path: "/api/v1/cards/{cardId}/activate"
tags: ["Cards/Issuance"]
---

# Activate card

`PUT /api/v1/cards/{cardId}/activate`

Activates a card that has been issued to a user and is currently in **NotActivated** state. </br> **Note:** This endpoint is needed only for physical cards to provide additional layer of security in case the card is stolen during delivery.

## Path parameters

- `cardId` string, required

## Response `200`

OK

- ResponseEmptyResponse

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
