Paypal Pre-approved Payments via Mobile Web UI? - paypal

As of now, I'm able to link users to the desktop version of the payment preapproval page, where users can sign in or enter their payment information. Is there a mobile web version available?

here: https://developer.paypal.com/webapps/developer/docs/classic/mobile/gs_MPL/
"Because the Mobile Payment Libraries are build on PayPal's Adaptive Payments, you can accomplish many of the operations provided by that API with the MPL. For example, you can create mobile apps that provide for pre-approved and chained payments."

Related

PayPal Integration - IOS/Swift

I am developing an app where users have to make appointments. In order to successfully book an appointment, they have to pay via PayPal or credit card. However, the SDKs for PayPal have been deprecated for a while. The alternative I am seeing, is integrating PayPal using Braintree. Will this alternative work for me being located in the Caribbean? If not, what other alternative is there for me to integrate payments via PayPal/credit card?
Express Checkout via Braintree SDKs will work. It uses credentials from https://developer.paypal.com / https://www.paypal.com -- not https://braintreepayments.com
Here is the guide: https://developer.paypal.com/docs/accept-payments/express-checkout/ec-braintree-sdk/get-started/

Is Paypal Adaptive Payment API depreached

We are researching a way to automatically pay the developers of e-commerce modules we sell on our web shop. A lot of reading suggest the Paypal Adaptive Parallel Payment should be the solution. But Paypal developer docs seem to say that this API is now restricted and no option. If so, is there a new API from Paypal. The Braintree marketplace is no option for us in Europe
Express Checkout supports parallel payments as well -- https://developer.paypal.com/docs/classic/express-checkout/ht_ec-parallelPayments/
Actually Adaptive Payments are still supported now. You may try access below page to apply for an APP ID. If your application is approved, you may still continue integrate with Adaptive Payments.
https://www.paypal-apps.com/user/my-account/applications

Paypal adaptive payments

How can i implement payment with two receivers with PHP as a Webservice will be used in Mobile App?
User will pay from mobile app only with his/her credentials.Payment should be done with Webservice(API's).
Thanks.
I am not completely sure on the integration to a Mobile App (depends what platform etc.). Are you set on an actual app? Or would you be ok with just creating a web app (ie. mobile responsive website)? I have a website, and then for my app, I just built a very mobile responsive site to facilitate as if you are in an app.
This is what I used to integrate into my website where I have my users paying each other, and they are allowed to send payments to two or more receivers as well. Andrew (the owner of the site/code below) is a genius and his code is so easy to use/implement. It is all PHP based.
https://www.angelleye.com/product/paypal-sdk-php/
And here I think is what you want directly referenced from PayPal developer site. What you are looking for is the Adaptive Payments "Pay" API call:
https://developer.paypal.com/docs/classic/adaptive-payments/
Pay API: Transfers funds from a sender's PayPal account to one or more receivers' PayPal accounts (up to 6 receivers)

Paypal api - Adaptive Payments APP ID

I have 3 different websites that I want to use paypal Adaptive Payments for.
Auction
Marketplace
Funding
Do I need to set-up an new APP with paypal for each one? Or if I got one website approved can I use that APP ID on all my websites?
Also can anyone advise on how to get passed by paypal to get the APP ID, any good tips ?
Best way is to open a new APP at apps.paypal.com and the APP review team will guide you with your requirements as the APP approval depends on your business model and many other factors.
Adaptive payments was discontinued as of 01/12/2017 and PayPal Marketplace is the equivalent to adaptive payments.
You can learn more about the Marketplaces product on the PayPal Developer Portal: https://developer.paypal.com/docs/marketplaces/pp4mp/?mark=marketplaces
You can also register your interest for PayPal Marketplace via the link below -
https://www.paypal.com/us/webapps/mpp/partner-program/contact-us

do i need to direct to a particular paypal website payment pro url?

I am currently using payments standard and moving to payments pro. Both are on paypal hosted pages.
Whenever I am testing however, I seem to be directed to the payments standard page rather than the payments pro page. Is there a particular change in the URL i am meant to use? I cant see anything in the documentation that say this is the case.
Cheers
It depends on how you're trying to process payments.
Payments Standard and the Hosted Checkout are two different payment methods but can look kind of similar. With Payments Pro you can use Direct Payment API calls to process credit cards directly from your website or redirect your buyers to a secure PayPal site to complete payments.
The URL you use for the secure checkout page through Payments Pro is different. You should be redirecting buyers to https://payflowlink.paypal.com for the live site and https://pilot-payflowlink.paypal.com for test transactions.