AuthorizeNet / inperson-sdk-android

Mobile SDK for Android point-of-sale applications
Other
23 stars 38 forks source link

How to Login using login Id and Transaction Key ? #63

Open Rahul-Openxcell opened 4 years ago

Rahul-Openxcell commented 4 years ago

Hello,

Currently, I have used Password authentication using the below code. PasswordAuthentication passAuth = PasswordAuthentication .createMerchantAuthentication(loginId,password, deviceID);

but need to log in using the login Id and Transaction key it is possible using this SDK ?

I have tried the below code : TransactionKeyAuthentication auth = TransactionKeyAuthentication.createMerchantAuthentication(loginId,transactionkey);

Thanks.

cmcfatter commented 3 years ago

Did you ever figure out this issue? I've been having the same problem.