---
title: "account/transactions/cancel"
method: POST
path: "/account/transactions/cancel"
tags: ["Transaction Management Endpoints"]
---

# account/transactions/cancel

`POST /account/transactions/cancel`

This endpoint allows a recently created transaction to be cancelled. Once a transaction has begun being processed it can no longer be canceled through this endpoint.

Paylink can also be cancelled using this endpoint and can only be cancelled if it is in a pending status. Once the paylink is cancelled successfully, the cancellation email will be sent to the recipient as a cancellation confirmation.

## 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 - cancelled
  - `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/versions/7033bd231ec7/schema)
