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

# Refund an ACH transaction.

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

## Path parameters

- `transactionId` integer, required

## Headers

- `idempotency-key` string, uuid, required

## Request body

- Req4
  - `amount` number, float, required — The amount to be refunded.

## Response `200`

An ACH refund was successfully processed. This does not guarantee that all necessary sub-objects were updated, only a guarantee that the payments action was successful.

- Res5
  - `message` string

## Other responses

- `400` — Invalid request. Likely caused by malformed content in request payload.
- `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)
