---
title: "Retrieve ACH Relationships for an account"
method: GET
path: "/v1/accounts/{account_id}/ach_relationships"
tags: ["Funding"]
---

# Retrieve ACH Relationships for an account

`GET /v1/accounts/{account_id}/ach_relationships`

Returns a list of ACH Relationships for an account

## Query parameters

- `statuses` string

## Response `200`

Success

- ACHRelationship[]
  - `account_id` string, uuid, required
  - `account_owner_name` string, required — Name of the account owner
  - `bank_account_number` string
  - `bank_account_type` 'CHECKING' | 'SAVINGS' — Must be CHECKING or SAVINGS
  - `bank_routing_number` string
  - `created_at` string, date-time, required — Format: 2020-01-01T01:01:01Z
  - `id` string, uuid, required
  - `nickname` string
  - `status` 'QUEUED' | 'APPROVED' | 'REJECTED' | 'PENDING' | 'CANCEL_REQUESTED', required
  - `updated_at` string, date-time, required — Format: 2020-01-01T01:01:01Z

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
