cancel
Showing results for 
Search instead for 
Did you mean: 

How to get transaction ID from Non-EMV transaction (Android in person sdk)

I am creating an option for customers to key in their card info rather than swiping. It's my understanding so far that this sort of transaction would be a non-EMV transaction. I have it working but I am wondering how the transaction ID can be retrieved after the transaction has posted.
With the transactions where the customer swipes/inserts their card, it's incredibly easy to retrieve the transaction ID just by using something like this:
net.authorize.aim.emv.Result result;
result.getTransID();

I don't see this option for non-EMV transactions. Can anyone point me in the right direction?

CC95
Contributor
2 REPLIES 2

Nevermind, I have figured it out. I was using the wrong type of result to assign the transaction result to. It should have been net.authorize.aim.Result.

CC95
Contributor

Non-EMV are those which reads data through magnetic strips and do not hold the card during the transaction.

 

mycardstatement

Collins784
Member