question

invoicepronto avatar image
invoicepronto asked invoicepronto answered

Sdk question about cash level reporting

Can you help me understand which component of the sdk would allow us to access and monitor how much cash is in the cash drawer on each device. Looking to notify user when too much or too little is in the cash drawer.
Clover Android SDK
10 |2000

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

zgreathouse avatar image
zgreathouse Deactivated answered zgreathouse Deactivated edited
We currently don't have a native means of tracking the amount of cash in a drawer through our SDK, nor do we have a native means of tracking when a cash event occurs through our SDK.

However, our API includes an endpoint to fetch all the cash events for a given device. Additionally we have a webhook for cash events.

10 |2000

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

Bryanne Vega avatar image
Bryanne Vega answered
The Clover SDK doesn't provide a provider for cash events, you're welcome to (as @zgreathouse mentioned) to use the Webhooks events & get your information from there (Notice, you'll be required to use HTTPs on your Webhook service).

You'll have to create your own logic to report back, per device individually, each event notification, shouldn't be that much work).
10 |2000

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

invoicepronto avatar image
invoicepronto answered
Thank you for the responses
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