---
title: "interac/bulk-payout/transaction/request-cancellation"
method: POST
path: "/interac/bulk-payout/transaction/request-cancellation"
tags: ["Interac Endpoints"]
---

# interac/bulk-payout/transaction/request-cancellation

`POST /interac/bulk-payout/transaction/request-cancellation`

This endpoint allows you to attempt to cancel an in progress bulk payout transaction. Note that the cancellation request will fail if the recipient has already deposited the funds, and successful cancellation using this endpoint will incur an Interac network cancellation fee.

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