I am accepting payment using the intent ACTION_SECURE_PAY. Once the payment has been made and my activity's onActivityResult method is called and I retrieve the payment object, is there a way for me to detect if signature was captured or the customer instead chose to sign a paper receipt?
Thanks.