List funding sources for a customer #

Retrieve a list of funding sources that belong to a Customer. By default, all funding sources are returned unless the removed query string parameter is set to false in the request.

HTTP request #

GET https://api.dwolla.com/customers/{id}/funding-sources

Request parameters #

ParameterRequiredTypeDescription
idyesstringCustomer's unique identifier.
removednostringFilter removed funding sources. Defaults to true. Set to false to filter out removed funding sources from list (i.e. - /customers/{id}/funding-sources?removed=false).

HTTP status and error codes #

HTTP StatusMessage
403Not authorized to list funding sources.
404Customer not found.

Request and response #

JavaScript
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
var customerUrl =
  "https://api-sandbox.dwolla.com/customers/5b29279d-6359-4c87-a318-e09095532733";

dwolla
  .get(`${customerUrl}/funding-sources`)
  .then((res) => res.body._embedded["funding-sources"][0].name); // => 'Jane Doe’s Checking'

Test in the Sandbox for free today.

Use sandbox environment to test API requests.

Get API Keys
2023 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.