After moving away from using the secure pay intent and using PaymentConnector are you still having the same issue?
If so, can you provide a code snippet of how you are building the sale? Additionally, please let me know if you are running into any issues implementing PaymentConnector.
We strongly discourage the use of intents within payment flows. If you are using intents within your payment flow we cannot guarantee your payment flow's stability. We have PaymentConnector available for this reason. Additionally, PaymentConnector will function the same on each of our Clover device form factors.
You can find our payment connector SDK here (includes available methods):
https://github.com/clover/clover-android-sdk/blob/master/clover-android-connector-sdk/src/main/java/com/clover/connector/sdk/v3/PaymentConnector.java
You can find an example implementation here:
https://github.com/clover/android-examples/tree/master/native-android-example-pos
1 Person is following this question.