---
title: "Retrieve ACH transfer"
method: GET
path: "/ach_transfers/{id}/"
tags: ["Payments"]
---

# Retrieve ACH transfer

`GET /ach_transfers/{id}/`

## Response `200`

The transfer.

- AchTransfer — A bank movement (incoming/outgoing transfer) reconciled against invoices via payment sources.
  - `id` integer
  - `bank` string, required — Bank account ID.
  - `amount` number, required
  - `balance` number — Remaining unallocated balance.
  - `currency` string, required
  - `date` string, date-time, nullable
  - `description` string, required
  - `comment` string, nullable
  - `number` string, nullable
  - `transfer_type` string, nullable
  - `auto_match` boolean
  - `origin_bank` integer, nullable
  - `origin_id` string, nullable
  - `origin_holder_id` string, nullable
  - `origin_holder_name` string, nullable
  - `origin_number` string, nullable
  - `status` 'archived' | 'finalized' | 'incomplete' | 'pending'
  - `archived` string, date-time, nullable
  - `test_mode` boolean
  - `created` string, date-time
  - `updated` string, date-time

## Other responses

- `404` — Resource not found.

---

[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)
