Can't return to app once Intents.ACTION_GO_TO_ORDER_DETAILS is called

I’m trying to go to the built in Poynt order information screen to see order information as well as be able to print receipts and issue refunds, etc. , and I am calling Intents.ACTION_GO_TO_ORDER_DETAILS and passing in the orderId.
However, when I press the “cancel” or back button from that Poynt screen, there is no way for me to go back to the app I created. Is there another intent that I can use for this or is there a way around this?
Thanks in advance.