Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Rahul-Openxcell opened this issue Oct 2, 2020 · 1 comment
Open

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

Rahul-Openxcell opened this issue Oct 2, 2020 · 1 comment

Comments

@Rahul-Openxcell
Copy link

Rahul-Openxcell commented Oct 2, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants