> For the complete documentation index, see [llms.txt](https://terms.readon.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://terms.readon.me/cash-withdrawal-rule/how-to-verify-your-paypal-account.md).

# How to Verify Your Paypal Account

1. **Go to** [**https://www.paypal.com**](https://www.paypal.com/) **in your web browser. If you're not already signed in to your account, sign in now.**\
   If you don't have a bank account or debit card, you can still verify your account by providing proof of identity. To do so, go to <http://www.paypal.com/policydashboard/process/compliance/cip> in a web browser, sign in (if you aren't already), and enter the requested information. The information necessary to verify your account varies by user and region.

   <figure><img src="/files/lFYqO5iupix6F7nGF1cR" alt=""><figcaption></figcaption></figure>

2. **Click the Pay & Get Paid tab. You'll see it at the top of the page.**

   <figure><img src="/files/fV8jn2KnFa9GcPoGFhOq" alt=""><figcaption></figcaption></figure>

3. **Click Banks & Cards. It's in the black bar at the top of the page.**

   <figure><img src="/files/JV6sGQs1k2B2Gqk4uLiV" alt=""><figcaption></figcaption></figure>

4. **Select the type of account you want to link. You can confirm your PayPal account by linking either a checking account or a debit card.**&#x20;

   You can link both if you'd like, but only one is needed to verify your account.

   <figure><img src="/files/Lf20unrdvfB5Jx716Kak" alt=""><figcaption></figcaption></figure>

5. **Select your bank. The steps are a little different depending on the type of account you're using:**
   * If you're linking a bank account, click your bank in the list if you see it. If not, you can enter its name to search for it. If it's not found, click Enter your bank details to enter your banking account information manually.
   * If you're linking a debit card, you can choose the issuing bank from the list (if listed), or select Debit or credit card to enter the card's details manually.

     <figure><img src="/files/s0GWq11Xt73PkmQQGpej" alt=""><figcaption></figcaption></figure>

6. **Enter your banking account or debit card information. If you were able to select your bank and log in, just follow the on-screen instructions to confirm. If not, you'll need to enter information from your checking account or debit card.**
   1. If linking a bank account, including the routing and account numbers as indicated. You can find this information on your check, as well as in your banking statement.
   2. If linking a debit card, enter the card number, expiration date, 3-digit CVC code, and any other requested information.

      <figure><img src="/files/XpszH1tAnh5EZhNRu4aK" alt=""><figcaption></figcaption></figure>

**7. Click the Agree and Link or Link Card button. The text on this button varies depending on the type of account you're linking.**

* If you linked a debit card or were able to select your bank and connect it to PayPal, you're done!
* If you had to enter your bank account details manually, continue with this method.

  <figure><img src="/files/KEApqIix3KI595tef7g5" alt=""><figcaption></figcaption></figure>

**8. Check your bank transactions for two deposits from PayPal. Within three business days of manually entering your bank account information, PayPal will make two small deposits into your account. You will need to find the amounts of these small deposits to continue with verification.**

* Some banks may lump the two small deposits into a single PayPal deposit. If this happens, you won't be able to verify your account without contacting PayPal. Head over to [PayPal Contact Us](https://www.paypal.com/us/smarthelp/contact-us) for support.

  <figure><img src="/files/AFnviCiepDGhpWkw0ToB" alt=""><figcaption></figcaption></figure>

**9. Confirm your two deposits from PayPal. Once you have the small deposits from PayPal, you can enter them to complete verification.**&#x20;

Here's how:

* Log in to [https://www.paypal.com](https://www.paypal.com/) and click the Wallet tab.
* Click your bank information.
* Click Link your bank another way.
* Enter the exact amounts of the two small deposits.
* Click Submit.

<figure><img src="/files/0g9IZHOapuT6leCxtmBO" alt=""><figcaption></figcaption></figure>


---

# 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://terms.readon.me/cash-withdrawal-rule/how-to-verify-your-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.
