I want to integrate paypal payment functionality in my android application .
how to do payment to paypal through debit and credit card ?
If it is not possible ? Can you suggest me another option using payment through Debit and Credit Card ?
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.
You can use Mobile Express Checkout Library: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECOnMobileDevices
User will have 2 choices: Paypal account or Credit card.
You can download demo by:
go to here https://www.x.com/developers/paypal/documentation-tools/paypal-sdk-index
“Mobile Libraries” tab
“Mobile Express Checkout Library” – download zip file which contents library, document and demo.
Run demo you will have screen with “Pay with a card” option.
Goodluck.