question

hergy80 avatar image
hergy80 asked Greg answered

Get Daily Batch Totals

Is there a way with the windows semi-integrate remote pay api to poll the clover mini for the current batch totals. Currently we print them every night to reconcile the POS to the clover (in case there had to be a manual transaction, etc). I'm hoping to bypass this manual step and just have the POS ask the clover when we close the day out what the batch total was.
Clover MiniRemote Pay Windows
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Greg avatar image
Greg answered
Hi @hergy8,

It seems like you want to get the total of all payments for a particular business day (for closeout reconciliation). A remote-pay-windows semi-integration will not provide data from a device it is connected to directly, as it is mainly to enable payment functionalities. The easiest way to get all the payments for your device would simply be to use our REST API to make a query for payments within a certain time period, for a certain device, and parse the data however you wish.

Here is the link to our API documentation: https://www.clover.com/api_docs/#resource_payments

Let me know if you are seeking something else, thanks!

Best,
Greg
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community