I like to pull all payment received from today, I do not care about time. how to I filter today's payment only?
https://apisandbox.dev.clover.com/v3/merchants/{mId}/orders?filter=
clientCreatedTime ???
I like to pull all payment received from today, I do not care about time. how to I filter today's payment only?
https://apisandbox.dev.clover.com/v3/merchants/{mId}/orders?filter=
clientCreatedTime ???
Yes, you will need two clientCreatedTime filters where one is >= the start of the day and one is <= the end of the day as illustrated in the first example here - https://docs.clover.com/docs/applying-filters. If you need more help I recommend you go to your merchant dashboard, look at the transactions page and inspect the network tab when the page is loaded to see how we do it (you will see a payments request for "today").
2 People are following this question.