---
title: "Cancel a Physical Card Order"
method: POST
path: "/api/v1/order/{orderId}/cancel"
tags: ["Physical Card Order"]
---

# Cancel a Physical Card Order

`POST /api/v1/order/{orderId}/cancel`

This endpoint transitions the card order to the cancelled state.

## Path parameters

- `orderId` string, required

## Response `200`

Card order successfully cancelled.

- object
  - `ok` boolean

## Other responses

- `400` — Invalid order transition or order not in cancellable state.
- `401` — Unauthorized Error
- `404` — Card order not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/revisions/e0a09962c187/schema)
