question

tiffmck avatar image
tiffmck asked rachel Deactivated answered

How do I get notifications from Clover when the payment process has begun (when the customer has swiped/inserted their card)?

I am using the Windows sdk semi-integration and I would like to show something like a "Payment Process has begun" screen on my windows app. Thanks!
Payments
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

rachel avatar image
rachel Deactivated answered
Hi @tiffmck! Our example Windows POS uses OnDeviceActivityStart and OnDeviceActivityEnd to update its UI with messages from the Mini. Check it out on our GitHub: https://github.com/clover/remote-pay-windows/blob/...

If you're only interested in certain events, you can check the CloverDeviceEvent's EventState or Message: https://github.com/clover/remote-pay-windows/blob/...

Just remember to update the UI again when the event is over!
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