Hello,
I'm trying to filter for all payments between two dates. I'm passing the the string through a web app like this:
(APIV3)/v3/merchants/{mId}/payments?filter=createdTime>=1447045200000&createdTime<1447304340000
It's recognizing the first createdTime value but not the second so it's returning all of the records >= to the initial createdTime value. Can anyone advise how to get the values between two dates? Also, is there to return all payments in that time without setting the limit to 999?
Thanks in advance for your time! Mike