---
title: "Activate Physical Card"
method: POST
path: "/open-api/v3/physical-cards/{id}/activate"
tags: ["Physical Card"]
---

# Activate Physical Card

`POST /open-api/v3/physical-cards/{id}/activate`

## Path parameters

- `id` string, required

## Request body

- ActivatePhysicalCardReqDTO
  - `accountId` string, uuid, required — The UUID of the Account.
  - `cardholderId` string — cardholder id

## Response `200`

OK

- PhysicalCardResponse — physical card resources
  - `code` string — Return code
  - `message` string — Error message
  - `data` PhysicalCardResource — Returned data
    - `id` string — Physical Card ID
    - `accountId` string — Account ID
    - `cardId` string — Virtual Card ID
    - `shippingAddress` AddressResource — Card address
      - `addressLine1` string — First line of the address
      - `addressLine2` string — Second line of the address
      - `city` string — City
      - `country` string — Country
      - `postalCode` string — Postal code
      - `state` string — State
    - `phoneNumber` string — Phone Number
    - `email` string — Email Address
    - `phoneCountryCode` string — Phone Number Prefix
    - `firstName` string — First Name
    - `lastName` string — Last Name
    - `batchNumber` string — Batch Number
    - `cardStyle` string — Card Style

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/interlace/apis/core-resource.md) · [All operations](https://skmtc.dev/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
