---
title: "Void an ACH transaction."
method: PUT
path: "/ach/transactions/{transactionId}/void"
tags: ["ACH Payment"]
---

# Void an ACH transaction.

`PUT /ach/transactions/{transactionId}/void`

## Path parameters

- `transactionId` integer, required

## Headers

- `idempotency-key` string, uuid, required

## Response `200`

The ACH transaction was successfully voided. This does not guarantee that all necessary sub-objects were updated, only a guarantee that the payments action was successful.

- Res6
  - `message` string

## Other responses

- `400` — Invalid request. Likely caused by providing an ACH transaction ID referencing a transaction that is not eligible for voiding.
- `403` — User does not have valid permissions.
- `500` — Unexpected internal error.

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/versions/345052ca6578/schema)
