---
title: "rtr/withdraw/transaction/request-cancellation"
method: POST
path: "/rtr/withdraw/transaction/request-cancellation"
tags: ["Vopay Instant Endpoints"]
---

# rtr/withdraw/transaction/request-cancellation

`POST /rtr/withdraw/transaction/request-cancellation`

This endpoint allows you to attempt to cancel an in progress Vopay Instant transaction. Note that the cancellation request will fail if the recipient has already deposited the funds.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `TransactionID` integer, required — The unique ID for the transaction
  - `TransactionStatus` string, required — A message indicating the current transaction status - cancellation requested
  - `Timestamp` string, date-time, required — The timestamp when the transaction status was last modified

---

[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/revisions/7033bd231ec7/schema)
