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
Parameter | Data Type | Parameter Type | Required | Description |
---|
id | string | path | yes | Account's unique identifier. |
removed | boolean | query | no | Filter 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
Key | Datatype | Required | Description |
---|
removed | boolean | | |
Key | Datatype | Required | Description |
---|
Accept | string | | |
Authorization | string | | |