--- title: "Set up PayPal for your marketplace" description: "Create a PayPal environment and add PayPal to your marketplace." url: "https://docs.adyen.com/payment-methods/paypal/setup-paypal-marketplaces" source_url: "https://docs.adyen.com/payment-methods/paypal/setup-paypal-marketplaces.md" canonical: "https://docs.adyen.com/payment-methods/paypal/setup-paypal-marketplaces" last_modified: "2026-05-25T12:55:01+02:00" language: "en" --- # Set up PayPal for your marketplace Create a PayPal environment and add PayPal to your marketplace. [View source](/payment-methods/paypal/setup-paypal-marketplaces.md) PayPal is a supported payment method for marketplaces, but note that certain [requirements and limitations](#requirements-and-limitations) apply. To enable your marketplace users to accept online PayPal payments, you need to: 1. [Create PayPal developer and sandbox accounts](#dev-sandbox-accounts). 2. [Get a PayPal marketplace account](#marketplace-account) and give Adyen access to that account. Adyen will add and configure PayPal as a payment method in your [Customer Area](https://ca-test.adyen.com/). 3. [Integrate PayPal](#integrate-paypal) in your online payments flow. 4. When you [go live](#test-and-go-live), create a live PayPal business account and a live PayPal marketplace account. ## Requirements To support PayPal payments: * You must have a marketplace setup in your Adyen for Platforms integration.\ PayPal is not supported in a [classic platforms integration](/classic-platforms). The supported currencies for PayPal payments are: * EUR * GBP * USD ## Step 1: Create developer and sandbox accounts To test your integration, you need to create a PayPal developer account and PayPal personal and business sandbox accounts. To be able to see your test payments later, it is important that you create your [sandbox accounts](https://developer.paypal.com/api/rest/) under your PayPal [developer account](https://developer.paypal.com/api/rest/). 1. [Create a PayPal developer account](https://developer.paypal.com/api/rest/), if you do not already have one.\ This account gives access to the developer dashboard where you can create and manage business and personal sandbox accounts. 2. Under your developer account, [create a PayPal **business** sandbox account](https://developer.paypal.com/tools/sandbox/accounts/#create-a-business-sandbox-account).\ This account, ending in **@business.example.com** for example, lets you simulate the merchant's role when testing payments. 3. Under your developer account, [create a PayPal **personal** sandbox account](https://developer.paypal.com/tools/sandbox/accounts/#link-createapersonalsandboxaccount).\ This account, ending in **@personal.example.com** for example, lets you simulate the shopper's role when testing payments. ## Step 2: Set up a PayPal marketplace account You need to create a PayPal marketplace account and give Adyen permission to access that account so that we can connect it to your Adyen integration. 1. Ask your Adyen contact to ensure PayPal sends you the details of your PayPal marketplace account. 2. When you have your PayPal marketplace account, ask your Adyen contact for a **referral URL**. 3. Using the referral URL, log in to your PayPal marketplace account and confirm you give Adyen permission to access this account. ## Step 3: Integrate PayPal payments When your Adyen contact has informed you that we have completed configuring PayPal in your [Customer Area](https://ca-test.adyen.com/): 1. Ask your PayPal account manager what [PayPal risk data](/payment-methods/paypal#paypal-risk-data) you must provide. 2. Build your PayPal integration including: * [Split payment data](/marketplaces/split-transactions). * The `paypalRisk` fields that PayPal told you to include. For instructions, see the PayPal page for your integration type. ###### [Drop-in](/payment-methods/paypal/web-drop-in) [Add PayPal to your existing Web Drop-in integration.](/payment-methods/paypal/web-drop-in) ###### [Components](/payment-methods/paypal/web-component) [Add PayPal to your existing Web Components integration.](/payment-methods/paypal/web-component) ## Test and go live ### Test your integration When you are done setting up your integration, use your [PayPal sandbox accounts](#dev-sandbox-accounts) to test the PayPal payment flow. Your **business** sandbox account lets you simulate your role as a merchant when testing payments. With your **personal** sandbox account you can simulate the role of a shopper. For more information, see the [PayPal sandbox testing guide](https://developer.paypal.com/api/rest/sandbox/). You can check the status of a PayPal test payment in your [Customer Area](https://ca-test.adyen.com/) > **Transactions** > **Payments**. ### Before you go live For live operations, you need to set up a live PayPal business account and a live PayPal marketplace account. 1. Create a live PayPal business account: 1. Go to the [PayPal website](https://www.paypal.com/), select **Sign Up**, and follow the instructions. Do not use a personal email address for your live PayPal business account. We strongly recommend that you use a generic company email address. This is to prevent having to configure a new account for your business in the future, should the personal email address no longer be in use for any reason. The email address for your live PayPal business account will also be shown on the payment receipt the shopper receives from PayPal. 2. [Activate](https://www.paypal.com/c2/webapps/mpp/how-to-guides/activate-your-business-account?locale.x=en_C2) your business account. 2. Create a live PayPal marketplace account: 1. Ask your Adyen contact to ensure PayPal sends you the details of your PayPal marketplace account. 2. When you have your PayPal marketplace account, ask your Adyen contact for a **referral URL**. 3. Using the referral URL, log in to your PayPal marketplace account and confirm you give Adyen permission to access this account. Adyen will add and configure PayPal as a payment method in your [live Customer Area](https://ca-live.adyen.com/). ## Chargebacks When a shopper (a buyer on your marketplace) doesn't agree with a PayPal payment, they can raise a dispute either: * Through their bank or card issuer. * Directly with the seller on your marketplace or in the PayPal Resolution Center. When PayPal informs Adyen that a payment is disputed, we do not know to which seller on your marketplace this payment belongs. All we can do is inform you of the dispute, and let you review and defend the dispute on behalf of your seller. You can do this using the Adyen [Disputes API](/risk-management/disputes-api) or your [Customer Area](https://ca-test.adyen.com/). As a marketplace, you have to implement your own business logic to manage disputes on behalf of your sellers. You have a limited number of days to respond to a dispute before it is lost in the shopper's favor. You can see the number of days remaining on the dispute details page. For details, see [PayPal chargebacks](/risk-management/chargeback-guidelines/paypal-chargebacks).