---
title: "gcm/withdraw/cancel"
method: POST
path: "/gcm/withdraw/cancel"
tags: ["Withdraw Endpoints"]
---

# gcm/withdraw/cancel

`POST /gcm/withdraw/cancel`

Cancel a partially complete crossborder withdrawal transaction.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `TransactionID` string, required
- `CancellationReason` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Error message if any
  - `TransactionID` string — The transaction ID

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
