---
title: "List funding sources for an account"
method: GET
path: "/accounts/{id}/funding-sources"
tags: ["accounts"]
---

# List funding sources for an account

`GET /accounts/{id}/funding-sources`

Get a list of all funding sources associated with a specific Main Dwolla Account. This endpoint returns both bank accounts and balance funding sources, with detailed information about each funding source's status, type, and available processing channels.

## Path parameters

- `id` string, required

## Query parameters

- `removed` string

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `403` — forbidden
- `404` — not found

## Changes

- **2026-01-06** `3ddce254729a` — 2 info
  - added the optional property `_embedded/funding-sources/items/bankUsageType` to the response with the `200` status
  - added the optional property `_embedded/funding-sources/items/cardDetails` to the response with the `200` status
- **2025-12-03** `32790f685ab9` — 1 warning
  - added the new `external` enum value to the `_embedded/funding-sources/items/channels/items/` response property for the response status `200`
- **2025-08-04** `0790dc9b2a0e` — 3 warning
  - added the new `ach` enum value to the `_embedded/funding-sources/items/channels/items/` response property for the response status `200`
  - added the new `real-time-payments` enum value to the `_embedded/funding-sources/items/channels/items/` response property for the response status `200`
  - added the new `wire` enum value to the `_embedded/funding-sources/items/channels/items/` response property for the response status `200`
- **2025-06-06** `231d0268586b` — 1 info
  - api operation id `listAccountFundingSources` removed and replaced with `listFundingSources`
- **2025-05-30** `9c0a7a570129` — 2 info
  - api tag `accounts` added
  - api tag `account` removed

[Full history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/accounts/:id/funding-sources/get.md)

---

[API](https://skmtc.dev/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.dev/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
