---
title: "List customer funding sources"
method: GET
path: "/customers/{id}/funding-sources"
tags: ["funding sources"]
---

# List customer funding sources

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

Returns all funding sources for a customer, including bank accounts, debit card funding sources, and Dwolla balance (verified customers only). Shows verification status, limited account details, and creation dates. Card funding sources include masked card information. Supports filtering to exclude removed funding sources using the removed parameter.

## 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
- **2026-01-02** `36925bea9e06` — 1 info
  - added the new optional `query` request parameter `removed`
- **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-10-01** `ccf8c4851ae7` — 1 breaking, 3 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `_embedded` to the response with the `200` status
  - added the optional property `_links` to the response with the `200` status
  - added the optional property `total` to the response with the `200` status
- **2025-08-04** `0790dc9b2a0e` — 3 warning
  - added the new `ach` enum value to the `items/_embedded/funding-sources/items/channels/items/` response property for the response status `200`
  - added the new `real-time-payments` enum value to the `items/_embedded/funding-sources/items/channels/items/` response property for the response status `200`
  - added the new `wire` enum value to the `items/_embedded/funding-sources/items/channels/items/` response property for the response status `200`

[Full history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/customers/: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)
