question

superdave avatar image
superdave asked David Marginian Deactivated commented

potential intent on online ordering in PROD

PROD Clover offer online ordering for merchants.

I understand online ordering is not enabled in sandbox environment.

Is there anyway that you can tell us the intent broadcast by clover when it receives a PAID online order?

Production
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

·
David Marginian avatar image
David Marginian Deactivated answered David Marginian Deactivated commented

There is no intent that would fire in this case. I am not certain what you are trying to accomplish but providing some context would be helpful. You can listen for order updates - https://community.clover.com/questions/24078/how-to-set-listener-in-my-android-app-when-create.html, see Jeff's comment where he qualifies my original comment/answer.

4 comments
10 |2000

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

superdave avatar image superdave commented ·

I am currently listen to ACTION_PAYMENT_PROCESSED on Devkit, so I can send a tax report (based on Order ID) to government.


Government now required to send online ordering as well. Current government hardware is connected locally within the same LAN to Clover connects to.


Since Clover offers its own online ordering and Ecwid shopping cart, that the order will be visible in Clover hardware.

0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ superdave commented ·
Do you have a server? I don't understand why you would be trying to handle this natively on the Clover device. If you need to know when an order has been updated your server could receive an order update webhook, etc. and then send the tax report from your server without the involvement of your native app.
0 Likes 0 ·
superdave avatar image superdave David Marginian ♦♦ commented ·

the server (government provided) is only connected to local LAN, cannot connects to webhook server

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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