> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/online-payments/advanced-payment-methods-apms/paypal/your-first-transaction-with-paypal/paypal-merchant-onboarding.md).

# PayPal Merchant onboarding

This document describes the steps to start accepting payments using Paypal Ecom.

1. Log into Verifone Central by using your username and password.
2. Click on the **Administration** drop down menu and click on **Payment (Provider) Contracts**.

   <div data-with-frame="true"><figure><img src="/files/6gCEk8Rxa6co706SdZ1N" alt=""><figcaption></figcaption></figure></div>
3. Filter your PPCs by the *Payment type* drop down menu and select **PayPal Ecom**. Search for the specific PPC that you want to do the integration with. You can also filter the list of PPCs by typing the contract name in the search bar and click the **Search** button.<br>

   <div data-with-frame="true"><figure><img src="/files/Cc3tcUvdxxhiTuf3mSyR" alt=""><figcaption></figcaption></figure></div>
4. The portal will display your specific PPC (**e.g.**, Onboarding test -> click on the PPC row).<br>

   <div data-with-frame="true"><figure><img src="/files/4C7AHeQI2C2zlC53gqtz" alt=""><figcaption></figcaption></figure></div>
5. Click on the **Verify with PayPal** button.<br>

   <div data-with-frame="true"><figure><img src="/files/6TA04yWbqDP1tT60ADPa" alt="" width="340"><figcaption></figcaption></figure></div>
6. Introduce your user email and select the country. Click on the **Next** button.<br>

   <div data-with-frame="true"><figure><img src="/files/pa2C9oMpGw0zwO7XLRTF" alt=""><figcaption></figcaption></figure></div>
7. Login with your PayPal username and password.<br>

   <div data-with-frame="true"><figure><img src="/files/oArqrexQN4Bz0FeQYCIg" alt=""><figcaption></figcaption></figure></div>
8. After logging in, you will be re-directed on the Permissions page. Click on the **Agree and connect** button to proceed forward.<br>

   <div data-with-frame="true"><figure><img src="/files/nVm1Do6H98Yibu7XOpWp" alt=""><figcaption></figcaption></figure></div>
9. After pressing the **Agree and connect** button, you will be shown the "Thank you" page.<br>

   <div data-with-frame="true"><figure><img src="/files/TCm0CWKfjgT1LvNV1dTI" alt=""><figcaption></figcaption></figure></div>
10. View your **Merchant ID**.<br>

    <div data-with-frame="true"><figure><img src="/files/Y0wCfNEWlsLefDV9k04F" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verifone.com/online-payments/advanced-payment-methods-apms/paypal/your-first-transaction-with-paypal/paypal-merchant-onboarding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
