---
title: "List ACH adjustments"
method: GET
path: "/ach_transfers/adjustments/"
tags: ["Payments"]
---

# List ACH adjustments

`GET /ach_transfers/adjustments/`

## Query parameters

- `page` integer
- `page_size` integer
- `transfer` integer

## Headers

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

## Response `200`

Paginated adjustment list.

- object
  - `count` integer, required — Total number of items matching the filter.
  - `next` string, uri, nullable — URL of the next page, or `null` if last page.
  - `previous` string, uri, nullable — URL of the previous page, or `null` if first page.
  - `results` AchAdjustment[], required — The items in the current page.
    - `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/revisions/70cbc827dc7b/schema)
