Following is my understanding:
With the help of iPhone and Android library, we can pay the amount from one Pay pal account to ano开发者_如何学Gother account.
This is my doubt:
Then how can let the user pay the amount using his credit card details in an iPhone or Android App? Are you providing any Web service APIs to achieve it?
If this is not possible, how can we let the user pay using his/her credit card?
I got the solution for this problem from the PayPal guys.
This is what the PayPal answered me:
Currently direct credit card payments are not allowed through any of PayPal's mobile products, users will need to use a PayPal account to checkout using the libraries.
To clarify, PayPal have two main mobile products at the moment, Mobile Express Checkout (Web) Mobile Payments Library (in App). Both of these do not allow for the user to checkout using just a credit card yet. They will need a PayPal account.
I would not recommend using the standard web checkout flow for mobile checkout as the user interface is not optimized for a mobile browser/webView.
For the complete thread, visit this link: https://www.x.com/message/193751#193751
精彩评论