# PayPal

{% embed url="<https://www.loom.com/share/58a449967bc840f5a6b30bd6dd96bfd7>" %}
PayPal connection tutorial
{% endembed %}

> **Boomerangme > Left-Hand Menu > Settings > White Label**

1. Follow the above-mentioned workflow to land on the White Label screen.<br>
2. Navigate to the PayPal tile and click the Connect Account button.

<figure><img src="/files/oOSIilcxDuIuqLqcH0Ow" alt=""><figcaption><p>Connect Account</p></figcaption></figure>

3. This opens the Connecting a PayPal account popup. Here, enter the client key for your PayPal account in the Client field.

<figure><img src="/files/VRbu7pYGyO4TWqhyb6yU" alt=""><figcaption><p>Client</p></figcaption></figure>

4. Use the Secret field to enter the secret key for your PayPal account. You can get both these keys by visiting the <https://developer.paypal.com/> URL and logging in with your PayPal account credentials.

<figure><img src="/files/mQE2tvFOLKiGhyQ1pBKu" alt=""><figcaption><p>Secret</p></figcaption></figure>

5. Once the keys are entered, click the Connect button.

<figure><img src="/files/J9VRmPT8wZ2I3Ehh6oP7" alt=""><figcaption><p>Connect</p></figcaption></figure>

6. Once PayPal is successfully connected, you should see the status "active"

<figure><img src="/files/2ZW4eXCHSST7l4MwduBe" alt=""><figcaption></figcaption></figure>

### How to Test PayPal Payment Processing

To make sure payments are processed correctly, follow these steps:

1. Create a **test sub-account**.
2. Set the plan price, for example, **$1**.
3. Log in as the sub-account and make a payment via **PayPal**.
4. After the payment, you should see:
   * The payment in your **PayPal account**.
   * The sub-account status on our platform changing from **trial** to **“paid”**.

💡 *Tip:* This allows you to safely test payment processing before handling real amounts.


---

# Agent Instructions: 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:

```
GET https://docs.boomerangme.cards/white-label/paypal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
