List funding sources for a customer
GET https://api-sandbox.dwolla.com/customers/{{customerId}}/funding-sources?removed=false
Retrieve a list of funding sources that belong to a Customer. By default, all funding sources are returned unless the removed querystring parameter is set to false in the request.
Request parameters
Parameter | Data Type | Parameter Type | Required | Description |
---|
id | string | path | yes | Customer'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. - /customers/{id}/funding-sources?removed=false). |
Request Params
Key | Datatype | Required | Description |
---|
removed | boolean | | |
Key | Datatype | Required | Description |
---|
Accept | string | | |
Authorization | string | | |