---
title: "List transfers for an account"
method: GET
path: "/accounts/{account_id}/transfers"
tags: ["Orders"]
---

# List transfers for an account

`GET /accounts/{account_id}/transfers`

Returns all transfers for the specified account.

## Path parameters

- `account_id` string, required — ID of the resource

## Query parameters

- `page` PagingParameters — Paging query parameters
  - `after` string
  - `before` string
  - `size` integer
- `transaction_id` string
- `automation_id` string
- `status` 'pending' | 'processing' | 'complete' | 'canceled'
- `address_id` string
- `transfer_type` string
- `value_type` string

## Response `200`

OK

- TransfersList — List of transfers with pagination metadata
  - `pagination` object
  - `transfers` Transfer[]
    - union
      - object
        - `amount` Amount
          - `currency` string, required
          - `value` string, required
        - `created_at` string, date-time — ISO-8601 timestamp that includes date and time
        - `destination` union
          - object
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `financial_institution_id` string, required
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string, required
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `address_id` string, required
            - `transaction_id` string
            - `transfer_type` string, required
            - `value_type` string, required
        - `failure` Failure
          - `errors` ApiError[], required
            - `code` string
            - `detail` string, nullable
            - `id` string, nullable
            - `links` object, nullable
            - `meta` object, nullable
            - `source` object, nullable
              - …
            - `status` string
            - `title` string
          - `links` object, nullable
          - `meta` object, nullable
        - `funding_simulated` boolean — When true, inbound ACH funding was simulated for testnet or sandbox rather than submitted to Dwolla
        - `id` string — ID of the resource
        - `note` string
        - `source` union
          - object
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `financial_institution_id` string, required
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string, required
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `address_id` string, required
            - `transaction_id` string
            - `transfer_type` string, required
            - `value_type` string, required
        - `status` 'pending' | 'processing' | 'complete' | 'canceled' | 'failed'
        - `updated_at` string, date-time — ISO-8601 timestamp that includes date and time
      - object
        - `amount` Amount
          - `currency` string, required
          - `value` string, required
        - `created_at` string, date-time — ISO-8601 timestamp that includes date and time
        - `destination` union
          - object
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `financial_institution_id` string, required
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string, required
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `address_id` string, required
            - `transaction_id` string
            - `transfer_type` string, required
            - `value_type` string, required
        - `failure` Failure
          - `errors` ApiError[], required
            - `code` string
            - `detail` string, nullable
            - `id` string, nullable
            - `links` object, nullable
            - `meta` object, nullable
            - `source` object, nullable
              - …
            - `status` string
            - `title` string
          - `links` object, nullable
          - `meta` object, nullable
        - `funding_simulated` boolean — When true, inbound ACH funding was simulated for testnet or sandbox rather than submitted to Dwolla
        - `id` string — ID of the resource
        - `note` string
        - `source` union
          - object
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `financial_institution_id` string, required
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string, required
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `address_id` string, required
            - `transaction_id` string
            - `transfer_type` string, required
            - `value_type` string, required
        - `status` 'pending' | 'processing' | 'complete' | 'canceled' | 'failed'
        - `updated_at` string, date-time — ISO-8601 timestamp that includes date and time
        - `automation_id` string, required
      - object
        - `amount` Amount
          - `currency` string, required
          - `value` string, required
        - `created_at` string, date-time — ISO-8601 timestamp that includes date and time
        - `destination` union
          - object
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `financial_institution_id` string, required
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string, required
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `address_id` string, required
            - `transaction_id` string
            - `transfer_type` string, required
            - `value_type` string, required
        - `failure` Failure
          - `errors` ApiError[], required
            - `code` string
            - `detail` string, nullable
            - `id` string, nullable
            - `links` object, nullable
            - `meta` object, nullable
            - `source` object, nullable
              - …
            - `status` string
            - `title` string
          - `links` object, nullable
          - `meta` object, nullable
        - `funding_simulated` boolean — When true, inbound ACH funding was simulated for testnet or sandbox rather than submitted to Dwolla
        - `id` string — ID of the resource
        - `note` string
        - `source` union
          - object
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `financial_institution_id` string, required
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string
            - `payment_details` PaymentDetails
              - …
            - `requested_transfer_type` string, nullable
            - `transfer_type` string, required
            - `value_type` string, required
            - `wire_memo` string, nullable — OBI memo sent to the receiving bank. Applicable to wire transfers only.
          - object
            - `address_id` string, required
            - `transfer_type` string, required
            - `value_type` string, required
          - object
            - `address_id` string, required
            - `transaction_id` string
            - `transfer_type` string, required
            - `value_type` string, required
        - `status` 'pending' | 'processing' | 'complete' | 'canceled' | 'failed'
        - `updated_at` string, date-time — ISO-8601 timestamp that includes date and time
        - `wire_instructions` WireInstructions, required
          - `account_number` string, required
          - `bank_address` string, required
          - `bank_name` string, required
          - `beneficiary_address` string, required
          - `beneficiary_name` string, required
          - `memo` string
          - `routing_number` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unknown

---

[API](https://skmtc.net/brale/apis/brale-api.md) · [All operations](https://skmtc.net/brale/apis/brale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brale/brale-api/revisions/7446d49997c2/schema)
