We are buildling a mobile checkout app.
We have everyting working now except can't seem to get the signature image back from the transaction response.
We need access to that image to add to our POS record of the transaction.
We passed "true" to the startEMVTransaction call.
EMVTransactionManager.startEMVTransaction(emvTransaction, emvTransactionListener, this, true);
But signature attribute in response continues to be blank.
Suggestions?
Also, is there a way to get the signature later through transaction API?
Thanks,
Kurt
05-19-2017 12:07 PM
Hi Richard - yes it worked! We got a signature string back. thank you. Please do merge the fix into production version.
I'd like to ask what format that string is in. Base 64?
Thank You,
Kurt
05-26-2017 01:11 PM
Hi Richard - yes it worked! We got a signature string back. thank you. Please do merge the fix into production version.
I'd like to ask what format that string is in. Base 64?
Thank You,
Kurt
05-26-2017 01:12 PM
05-26-2017 01:41 PM
That fixed it! thanks.
06-02-2017 06:07 PM