I am having a confusing issue paging through data, the MID/token combination is consistent across the two queries.
this query returns an empty array: v3/merchants/{MID}/payments?filter=createdTime<1466572238187&filter=result=success&limit=1000&offset=0
while this query returns results: v3/merchants/{MID}/payments?filter=createdTime<1466572238187&filter=result=success&limit=1000&offset=12000
It seems as though the offset and the filter are not working together, is this expected behavior?