---
title: "ach/void"
method: POST
path: "/ach/void"
tags: ["ACH Endpoints"]
---

# ach/void

`POST /ach/void`

This method is used to void a previously created ACH transaction. Note, you can only void a transaction if it has not yet settled. If the transaction has already settled, then you can use the /ach/refund endpoint to reverse the transaction.

## 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 void transaction
  - `TransactionStatus` string, required — A message indicating the current transaction status - cancelled
  - `Timestamp` string, 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)
