We would like to fetch the total tips collected by each employees between a certain date range. But, not able to figure out which particular api to use.
Thanks
We would like to fetch the total tips collected by each employees between a certain date range. But, not able to figure out which particular api to use.
Thanks
https://docs.clover.com/reference/paygetpayments
You will have to make the query, then iterate the results and do something like hash them by employee ID (employee ID as the hash key, array of payments for that employee as the value).
7 People are following this question.