---
title: "Cancel OTC Recharge Order"
method: POST
path: "/open/otc/api/recharge/cancel"
---

# Cancel OTC Recharge Order

`POST /open/otc/api/recharge/cancel`

Cancel an OTC recharge order before payment is confirmed.

## Headers

- `X-GatePay-Certificate-ClientId` string, required
- `X-GatePay-Signature` string, required
- `X-GatePay-Timestamp` string, required
- `X-GatePay-Nonce` string, required
- `X-GatePay-On-Behalf-Of` string

## Request body

- CancelRequest
  - `orderId` string, required — Order ID to cancel.

## Response `200`

Success

- OtcRechargeCancelResponse
  - `code` string — Business response code.
  - `status` string — Top-level request status.
  - `errorMessage` string — Error message when the request fails.
  - `data` object
    - `success` boolean — Whether the cancel operation succeeded.

---

[API](https://skmtc.net/gate/apis/gatepay-otc-fiat-api.md) · [All operations](https://skmtc.net/gate/apis/gatepay-otc-fiat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gate/gatepay-otc-fiat-api/versions/07cd4870de6a/schema)
