Hi,
having troubles understanding the filter for createdTime.
I created two transactions in the virtual terminal.
When I send this request, I can get them in the response.
https://www.clover.com/v3/merchants/2GSK3XZ3ESKS1/payments?access_token=373***&expand=cardTransaction
When I add filters in unix-time, I get empty response. The actual timestamp of both transaction is within the range.
https://www.clover.com/v3/merchants/2GSK3XZ3ESKS1/payments?access_token=373***&expand=cardTransaction&filter=createdTime<=1586246400&filter=createdTime>=1577865600
Response
{'elements': [], 'href': 'http://api.clover.com/v3/merchants/2GSK3XZ3ESKS1/payments?filter=createdTime%3C%3D1586246400&filter=createdTime%3E%3D1577865600&limit=100'}
Can you please give me a suggestion?
Note. If I only use the >= filter, then it seems to work
https://www.clover.com/v3/merchants/2GSK3XZ3ESKS1/payments?access_token=37***&expand=cardTransaction&filter=createdTime>=1577865600
and I get the transactions
Thanks