List funding sources for an account

GET https://api-sandbox.dwolla.com/accounts/{{accountId}}/funding-sources?removed=false

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

Request parameters

ParameterData TypeParameter TypeRequiredDescription
idstringpathyesAccount's unique identifier.
removedbooleanquerynoFilter removed funding sources. Defaults to true. Set to false to filter out removed funding sources from list (i.e. - /accounts/{id}/funding-sources?removed=false).

Request Params

KeyDatatypeRequiredDescription
removedboolean

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Authorizationstring