Paypal api - Adaptive Payments APP ID - paypal

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

Related

Paypal: Which product and api to choose?

I want to integrate Paypal as an online payment option into my website and have been looking at their documentation and apis for days, but I can't for the life of me figure out which product should I use and which apis work with what products. It seems they have got several products like payflow, web payments pro, paypal payments pro and several others. Then they have also got orders api, payments api, nvm/soap api, JS SDK etc. Can someone suggest which product/api should I choose when I am looking at the following factors:
Ability to pay sellers in UK and US.
Make payments through my website, be it moving buyer to their own page, opening payment window in an iFrame or provide an access token to make payment though my backend.
Ability to take future payments.
Ability to programmatically cancel payments.
Ability to programmatically refund payments.
Subscriptions.
You need different products for different things. For future headless payments that are not recurring on a schedule, you'll have to talk to PayPal
For recurring payments on a schedule, which are called subscriptions, use https://developer.paypal.com/docs/subscriptions/ . There is no SDK for this latest subscriptions API, you need to use direct API calls.
For one-type payments, use PayPal Checkout https://developer.paypal.com/docs/checkout/ . If you want a server API integration, here's the front-end: https://developer.paypal.com/demo/checkout/#/pattern/server , and the two routes you'll need on your server are with the Orders V2 API to 'Set Up Transaction' and 'Capture Transaction', which have a guide here: https://developer.paypal.com/docs/checkout/reference/server-integration/
That should be enough to get you 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

Adaptive Payments

We allow our customers to create invoices using our app, and then send them to their clients to be paid.
The current payment options we offer are stripe and offline payment.
We want to add PayPal as a payment method too.
Adaptive payment seems like the only way to do this, but it is no longer available?
*I've had a business PayPal account for over 6 years.
* Our app is plutio.com
If you could apply for an APP ID from below page, you are still able to create invoice via PayPal Adaptive Payments.
https://www.paypal-apps.com/user/my-account/applications
https://developer.paypal.com/docs/classic/products/invoicing/?mark=invoicing
And besides, PayPal has provided new REST API for invoicing. Please check below page for its details.
https://developer.paypal.com/docs/integration/direct/invoicing/

Adaptive payment integration in PayPal Pro

We are using PayPal pro in our application. Now, we want to use adaptive payments in our application.
Ex. if a user buy a product of $100 from our application then $97.00 will be given to my vendor and $3.00 will be given to my account.
We try to find out the solution for this but can't find any info.
Adaptive Payments is a feature which is compatible with a PayPal Business/Premier Accounts. The same is supported in PayPal Payments PRO too.
You will just need to login to paypal-apps.com->Create an application->You will get APP ID upon approval that you can use in your Adaptive Payment API calls.

Paypal Pre-approved Payments via Mobile Web UI?

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."