PayPal, MPL and Android -


in android app, using mpl library allow users pay paypal. able make purchases in sandbox , seems fine. go live confused few issues.

first, paypal docs refer to "classic apis" , "adaptive apis". have no idea talking about. mpl using? doing google search, find posts "mpl based upon adaptive apis". sure doesn't tell me much. "based upon" in english language doesn't mean "is" adaptive apis.

the paypal docs need api caller account in addition buyer , seller account. yet code in app uses single account , payment ends at. need api caller account or not? in sandbox accounts, see options creating buyer , seller accounts.

mpl library uses adaptive payment. adaptive payment allows sellers use paypal merchant(business account) pay buyers. so, if seller has personal paypal account can use application, through adaptive payment able pay buyer's paypal account. can send money 1 or multiple receivers.

you know more adaptive payment here: http://youtu.be/gjepcf7fvkm

to make mpl library live, need live paypal business account. if don't have 1 create here: https://www.paypal.com/us/webapps/mpp/merchant

then go "my account > profile > selling tools" click selling online > api access > update display api access page. if update option not there see create option. info in youtube video link above. below doc make app live: https://developer.paypal.com/docs/classic/lifecycle/goinglive/

then go apps.paypal.com , login using live paypal credentials, , create application there. have enter description , flow of app. once approve "live app id". need use in mpl make live.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -