List funding sources for an account
Get a list of all funding sources associated with a specific Main Dwolla Account. This endpoint returns both bank accounts and balance funding sources, with detailed information about each funding source's status, type, and available processing channels.
Path parameters
Account's unique identifier
Query parameters
Filter removed funding sources. Boolean value. Defaults to true
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Response
successful operation
Changes
Changed in 6 of the 33 revisions of this API.145
- ○
added the optional property
_embedded/funding-sources/items/bankUsageTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/funding-sources/items/cardDetailsto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
externalenum value to the_embedded/funding-sources/items/channels/items/response property for the response status200response-property-enum-value-added
- ●
- ●
added the new
achenum value to the_embedded/funding-sources/items/channels/items/response property for the response status200response-property-enum-value-added
- ●
added the new
real-time-paymentsenum value to the_embedded/funding-sources/items/channels/items/response property for the response status200response-property-enum-value-added
- ●
added the new
wireenum value to the_embedded/funding-sources/items/channels/items/response property for the response status200response-property-enum-value-added
- ●
- ○
api operation id
listAccountFundingSourcesremoved and replaced withlistFundingSourcesapi-operation-id-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
accountsaddedapi-tag-added
- ○
api tag
accountremovedapi-tag-removed
- ○
- ▲
added the new required
headerrequest parameterAcceptnew-required-request-parameter
- ▲