Hi there,
We have an android application using the Square POS API to process payments.
When we do a payment with our app, we start the square intent to use the Square Pos API. The reader is ready to read a Credit card.
we have 2 situations:
-
When we tape the card (Contactless): we got the message telling the payment had been accepted and right after the Square activity returns to our application (so we can print the payment receipt) this is ok.
-
When we insert the card inside the reader (EMV) : we got the message telling the payment had been accepted but the square activity keeps showing (no return to our activity). we have to tape on a link on the top left Side of the activity (New Sale – check the attached print screen)
My question is : Can we have the same behavior as point 1, I mean the square activity returns right away to my app so we can resume our payment workflow.
Thanks