Hello:
I am using the DwollaV2 api to fetch transfers. In the past, I have been able to use several of the specified query parameters to filter my list. As of today (2017-02-17) these previously working query parameters now fail.
For example, the following fetch with no query parameters:
https://api-uat.dwolla.com/customers/******************************/transfers
returns several transfers (most of which have a creationDate of 2017-02-17)
However, when I try to get 10 days worth of transfers by running the following:
https://api-uat.dwolla.com/customers/******************************/transfers?startDate=2017-02-07
no transfers are returned.
Also note that this exact same logic previously worked a couple of days ago.
Has something changed?