> For the complete documentation index, see [llms.txt](https://participanthelp.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal/how-to-create-a-paypal-account.md).

# How to create a PayPal account

If you’ve never worked with [PayPal](http://www.paypal.com/) before, don’t sweat it! Creating a PayPal account is as simple as creating a Dscout account. Check out the steps or watch the walkthrough below.

{% hint style="info" %}
**Note:** PayPal has different age restrictions depending on your location. To confirm whether you can create an account, go to [this page](https://www.paypal.com/us/webapps/mpp/ua/legalhub-full), enter your country, and read the first few lines of the PayPal Account User Agreement.
{% endhint %}

1. Navigate to [www.paypal.com](http://www.paypal.com/).
2. Click on **Sign Up** on the top right corner of your screen.
3. Choose **Personal Account** and click **Next.**
4. Choose your **country of origin.** In the example below, we switched our country from the US to the United Kingdom.
5. Enter your name, email address, and password and click **Next**.
6. Fill out your profile and click **Agree and Create Account**.
7. **Confirm your email address**. After you're done creating your account, double check your email inbox for an email from PayPal; open it to confirm your email address. This step is required in order to receive payments successfully. Read more [here](/getting-paid/getting-paid-via-paypal/confirming-your-email-address-with-paypal.md).

<img src="/files/4ff004ad214618d2e25464a79d6ec5318436d21d" alt="" width="563">


---

# 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://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal/how-to-create-a-paypal-account.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.
