# In-app PayPal payout

### Preparation

Before paying affiliates with PayPal, you need to connect your PayPal account to BixGrow. [Learn more about how to integrate PayPal correctly](/other-settings/integrations/paypal-integration.md)**.**

#### ⚙️ Set up your PayPal integration

* Go to **Settings > Integration > Connect PayPal**.
* Enter your **Client ID**.
* Enter your **Secret**.
* Create a **Payment password** — this is used to confirm PayPal payouts inside BixGrow.
* Click **Save**.

### Execution

{% stepper %}
{% step %}

### Generate payout

[Follow the guidance here](https://docs.bixgrow.com/payouts/how-to-payout#generate-payout)
{% endstep %}

{% step %}

### Pay with PayPal

Once you have successfully integrated your PayPal account with BixGrow and generated PayPal payouts, this is where you can make in-app payments. You can pay one or all affiliates (that selected PayPal) at a time using **Bulk mode**.

<div align="left"><figure><img src="/files/C4sAbezMnfor0UVaJgr3" alt=""><figcaption></figcaption></figure></div>

You must first fill in the email subject (for the payout notification email) and click the **Pay with PayPal** button.

Now, enter the Payment Password you set up while integrating and click this **Pay now** button.

<div align="left"><figure><img src="/files/CGJXHZJGGgcTDxNP6Q7K" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### Review payouts <a href="#review-payouts" id="review-payouts"></a>

#### For merchants

All paid commissions will be shown in the **History** tab. You can view the payout details again here.

<div align="left"><figure><img src="/files/f1XWcLs1esuEIYvZx02d" alt=""><figcaption></figcaption></figure></div>

#### For affiliates

When a commission is paid, it will appear in the **Affiliate dashboard** as follows:

<div align="left"><figure><img src="/files/5KEslpnxypa5s1vtGVZx" alt=""><figcaption></figcaption></figure></div>


---

# 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.bixgrow.com/payouts/how-to-payout/in-app-paypal-payout.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.
