accounts

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.

get/accounts/{id}/funding-sources

Path parameters

idstring required

Account's unique identifier

Query parameters

removedstring

Filter removed funding sources. Boolean value. Defaults to true

Headers

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

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/bankUsageType to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/funding-sources/items/cardDetails to the response with the 200 status

      response-optional-property-added

    • added the new external enum value to the _embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new ach enum value to the _embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new real-time-payments enum value to the _embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new wire enum value to the _embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • api operation id listAccountFundingSources removed and replaced with listFundingSources

      api-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 accounts added

      api-tag-added

    • api tag account removed

      api-tag-removed

    • added the new required header request parameter Accept

      new-required-request-parameter