Our app listens for the following intent:
poynt.intent.action.TRANSACTION_COMPLETED
This is because we need to be notified every time a payment transaction is completed. Listening to this intent works perfectly on our dev kit.
However this intent does not seem to be triggered on a Nexi device using the payment app. Is there another intent we should be listening to?