funding sources

List customer funding sources

Returns all funding sources for a customer, including bank accounts, debit card funding sources, and Dwolla balance (verified customers only). Shows verification status, limited account details, and creation dates. Card funding sources include masked card information. Supports filtering to exclude removed funding sources using the removed parameter.

get/customers/{id}/funding-sources

Path parameters

idstring required

Customer'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.246

    • 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 optional query request parameter removed

      new-optional-request-parameter

    • 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

    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • added the optional property _embedded to the response with the 200 status

      response-optional-property-added

    • added the optional property _links to the response with the 200 status

      response-optional-property-added

    • added the optional property total to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new ach enum value to the items/_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 items/_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 items/_embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new required header request parameter Accept

      new-required-request-parameter