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
12-20-2011 11:00 PM
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
08-08-2012 03:51 AM