---
title: "Cancel Order"
method: POST
path: "/pgw/api/v1/direct/cancel"
---

# Cancel Order

`POST /pgw/api/v1/direct/cancel`

## Request body

- object
  - `orderId` string, required — Unique ID for the order.
  - `reason` 'CancelledByUser' | 'TimedOut' | 'TimedOutOn3DS' — Reason for cancellation of order

## Response `200`

200

- object
  - `orderId` string
  - `reason` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/geidea/apis/checkout-v2.md) · [All operations](https://skmtc.dev/geidea/apis/checkout-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geidea/checkout-v2/revisions/873e534eeb01/schema)
