I’m working on Mobile Express Checkout Library for payment method. I’ve some confusion with url for redirecting the paypal login page. And, below links are i’ve already used.
1 – Sandbox.Paypal.com it gives me login page and can’t do pay with card method. And, if i login with paypal account means, it goes upto pay now button. After, this button method not working. Payment not getting successfull.
2 – Paypal.com it raise internal server error for me. It doesn’t show the login page also.
In my above link i didn’t mention my token & device reference token there. But, i can get my token from webservice and devicereference token from paypal listener class.
What can i do for this? Anyone guide me if knows? Thanks in Advance.
Update
Yeah, i made a mistake with my web-service, i’ve cleared that mistake and correct that. Now, i can successfully login into my paypal account through Sandbox.Paypal.com and, the payment get successfully transferred. At the same time i can’t use the Pay with Card If i choose pay with card means, it’ll open a new window and showing below image –

I don’t know why it’s happened. If i change my LandingPage = Billing in my setExpressCheckout web-service, only i can view the Credit Card page. And, after filling the details of the credit card details and etc., my payment not getting successful. It’ll shows like below image –

I’ve changed the email address when i filling the credit card details also. After, that it always shows like this. What to do for this? I don’t know where am mistaking that. Could anyone help me on this please.
And, the important thing is, first time of web-view of login page or credit card page. My soft keyboard is not working with my device. If the control goes somewhere in web-view after, that only it’ll be enabled. Not at first time.
I’ve solved my problem by my own. Sandbox.Paypal.com done everything for me. I’ve made a mistake with my web-service of
Mobile Express Checkout LibraryAfter, verifying my error it works perfect for me. Payment getting success.And, the problem of opening a new window when we press the Pay With Card button also has been solved. The process of payment doing with web-view. When we use the web-view means, it needs some
setWebviewClientWhen i added this to my web-view it’s working fine. Now, i can go both pages of login and paywith card. And, thesetOnTouchListenerclass enable my softkeyboard there.But, i didn’t try with Creditcard payment there. It won’t accept dummy credit cards. I don’t know why it not accepting. I’ll find out this also soon. And, update that here.