---
title: "Activate Physical Card"
method: POST
path: "/cards/{cardId}/activate"
tags: ["Physical Card", "Swipe"]
---

# Activate Physical Card

`POST /cards/{cardId}/activate`

## Path parameters

- `cardId` string, uuid, required — The unique identifier for the physical card you want to activate.

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Request body

- object
  - `code` string, required — The 6-digit activation code required to activate the physical card associated with the specified **cardId**.

## Response `200`

Card activated

- object
  - `isActivated` boolean, required — A boolean parameter indicating the activation status of the physical card. **true**: The physical card is activated and ready for use at physical terminals. **false**: The physical card has not been activated and cannot be used in physical terminals yet.

## Other responses

- `400` — Bad Request
- `404` — Not found
- `406` — Not Acceptable
- `422` — Unprocessable Content

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/versions/525072733e02/schema)
