---
title: "Create ACH adjustment"
method: POST
path: "/ach_transfers/adjustments/"
tags: ["Payments"]
---

# Create ACH adjustment

`POST /ach_transfers/adjustments/`

## Headers

- `x-simple-workspace` string, required
- `x-piriod-test-mode` boolean

## Request body

- AchAdjustment — Manual adjustment applied to an ACH transfer (e.g. to balance fees).
  - `id` integer
  - `transfer` integer, required — ACH transfer ID.
  - `amount` number, required
  - `operation` 'add' | 'sub' | 'exchange', required
  - `currency` string, nullable
  - `base_amount` number, nullable
  - `base_currency` string, nullable
  - `comment` string, nullable
  - `created` string, date-time

## Response `201`

Adjustment created.

- AchAdjustment — Manual adjustment applied to an ACH transfer (e.g. to balance fees).
  - `id` integer
  - `transfer` integer, required — ACH transfer ID.
  - `amount` number, required
  - `operation` 'add' | 'sub' | 'exchange', required
  - `currency` string, nullable
  - `base_amount` number, nullable
  - `base_currency` string, nullable
  - `comment` string, nullable
  - `created` string, date-time

---

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