question

abhishekp3 avatar image
abhishekp3 asked jonahchase answered

How to get notified on void transaction is completed?

I am trying to find the callbacks and broadcast receiver which notified to our app when void transaction is completed from clover. I am getting the response for refund transaction from OrderV31Connector.OnOrderUpdateListener2 but am unable to track the void transaction's callback. so, we can update to our server that transaction is voided.

Orderssemi-integrationsIntentsBroadcasts
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

·
jonahchase avatar image
jonahchase answered bryanvargas edited

To receive notifications when a void transaction is completed from Clover, you can use the OrderV31Connector.OnOrderUpdateListener2 interface, similar to how you handle refund transactions. However, it's important to note that voided transactions may not trigger a specific callback or broadcast receiver event on their own. Instead, you can detect a voided transaction by monitoring the overall order updates and checking the status of individual line items.

10 |2000

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

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