---
title: "Settle an ACH batch."
method: PUT
path: "/ach/batches/{batchId}/settle"
tags: ["ACH Payment"]
---

# Settle an ACH batch.

`PUT /ach/batches/{batchId}/settle`

## Path parameters

- `batchId` integer, required

## Headers

- `idempotency-key` string, uuid, required

## Response `200`

The ACH batch was successfully settled.

- Res8
  - `message` string

## Other responses

- `400` — Invalid request. Likely caused by the batch not being eligible for settling.
- `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)
