I want to know if i can integrate the paypal without using paypal library for android. (May be using webview)?
If yes, is there any tutorial to know the process?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes; PayPal Mobile Express Checkout. It’s basically a mobile view for PayPal Express Checkout. It’s dead-easy to implement. Just call SetExpressCheckout, retrieve the token, redirect to https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=TOKEN and call DoExpressCheckoutPayment when the user is back on your page.
https://developer.paypal.com/webapps/developer/docs/classic/products/mobile-express-checkout/
https://developer.paypal.com/webapps/developer/docs/classic/mobile/gs_MEC/