---
title: "Cancel Partner Card"
method: PATCH
path: "/partner_cards/{identifier}/cancel"
tags: ["Cards"]
---

# Cancel Partner Card

`PATCH /partner_cards/{identifier}/cancel`

Cancel an active partner card. This action will terminate the card and prevent any further transactions. Only active cards can be cancelled.

## Path parameters

- `identifier` string, required

## Headers

- `Content-Type` string
- `Authorization` string

## Response `200`

Card cancelled successfully

- object
  - `success` boolean — Indicates if the cancellation was successful

## Other responses

- `400` — Bad Request - Card cannot be cancelled
- `403` — Unauthorised
- `404` — Card not found
- `500` — Unexpected error

---

[API](https://skmtc.net/mamopay/apis/cards.md) · [All operations](https://skmtc.net/mamopay/apis/cards/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mamopay/cards/versions/9bdabbad57b0/schema)
