---
title: "PG 결제창 끄거나 취소 누를 시 (PG 공통)"
method: POST
path: "/api/v2/order/cancel"
tags: ["Order"]
---

# PG 결제창 끄거나 취소 누를 시 (PG 공통)

`POST /api/v2/order/cancel`

order status 를 cancel 로 바꾸고 product amt unlock

## Request body

- CancelOrderRequest
  - `orderId` string

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `925` — PAYMENT_IS_NOT_PROCESSING

---

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