---
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), debit card funding sources, and Dwolla balance (verified customers only). Debit card funding sources include masked card details such as brand, last four digits, expiration date, and cardholder name.

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

successful operation

## Other responses

- `404` — not found

## Changes

- **2026-01-06** `3ddce254729a` — 2 info
  - added the optional property `bankUsageType` to the response with the `200` status
  - added the optional property `cardDetails` to the response with the `200` status
- **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-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
