You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: