cancel
Showing results for 
Search instead for 
Did you mean: 

Without authe net Capture screen ,transasction with login id and password as parameters

Hi Everyone,

 

I have downloaded the Android SDK yesterday.. But i want to implement the direct transactionWhere i haev full detials of the credit card and the merchant i done need to push the capture screen...

 

in which class i need to add the merchant login id and password and how to submit the transaction with a one click

 

Please suggest me the methods i need to use ... i dont want to maintain the session also.

 

Credit card info    i use CreditCard class and for Address related info i use Address class

 

to submit the transaction withe the above details which methid i should use.....

 

 

'

 

Thanks and regards

Yakub Pasha

YakubPasha59
Member
1 REPLY 1

 

hi

in MobileMerchantAuthActivity.java you will find a methode called showCredentialsPage()

you can paste your login and password in

PasswordAuthentication passAuth = PasswordAuthentication
						    .createMerchantAuthentication("LOGIN","Password", deviceId);

hope it help

saadandroid1
Member