I am trying to make the call to get a list of all payments using the REST API. When I use a filter 'createdtime<[some time in the past]', I get a list returned to me, but when I use a second filter 'createdtime>[some time afterwards]', there is no content returned. I am running into this issue when I run my own code and when I use the web interface.
The reason I am asking is because I have run this same code a few times in the past month and it has worked. Has anything changed that might be causing the API to malfunction?