---
title: "Retrieve a funding source"
method: GET
path: "/funding-sources/{id}"
tags: ["funding sources"]
---

# Retrieve a funding source

`GET /funding-sources/{id}`

Returns detailed information for a specific funding source, including its type, status, and verification details. Supports bank accounts (via Open Banking) and Dwolla balance (verified customers only).

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

successful operation

## Other responses

- `404` — not found

## Changes

- **2025-12-03** `32790f685ab9` — 1 warning
  - added the new `external` enum value to the `channels/items/` response property for the response status `200`
- **2025-08-04** `0790dc9b2a0e` — 3 warning
  - added the new `ach` enum value to the `channels/items/` response property for the response status `200`
  - added the new `real-time-payments` enum value to the `channels/items/` response property for the response status `200`
  - added the new `wire` enum value to the `channels/items/` response property for the response status `200`
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/funding-sources/:id/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.dev/dwolla/apis/dwolla-api/revisions/cc67dc949947?raw)
