Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal payment with credit card and debit card

Tags:

android

paypal

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 ?

like image 810
Chirag Avatar asked Oct 09 '12 08:10

Chirag


1 Answers

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.

like image 104
sondt87 Avatar answered Oct 01 '22 20:10

sondt87