---
title: "Report Card Missing"
method: POST
path: "/card/report-missing"
---

# Report Card Missing

`POST /card/report-missing`

Report a physical card as missing. The card will be blocked and can not be unblocked.

IMPORTANT - When a card is reported missing, it is automatically unlinked from the account it was linked to and permanently disabled. This card cannot be relinked.

## 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

## Response `200`

200

- object
  - `name` string
  - `id` string
  - `type` string
  - `maskedCardNumber` 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
  - `linkedAccountId` string
  - `parentWalletId` 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)
