cancel
Showing results for 
Search instead for 
Did you mean: 

In-Person SDK for Android- how to get signature image?

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

 

 

 

 

krobson
Contributor
13 REPLIES 13

 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

 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

@krobson  The image is base 64 encoded string. 

 

Richard

That fixed it!   thanks.