> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/goaffpro/admin-panel/manage/paypal-payouts.md).

# PayPal Payouts

**PayPal Payouts** tab can be used to send payments to affiliates from within the GoAffPro app. After enabling this option, you will be able to pay your affiliate quickly from within the app.

#### To enable the PayPal Payouts tab in the admin panel:

Go to the **Integrations** section in the **Settings** tab of the GoAffPro admin panel.

![Settings > Integrations](/files/-MFa79A9m7kjkPrA0mG2)

Here in the **PayPal Payouts**, you will have to connect PayPal Payouts with the GoAffPro app.&#x20;

{% hint style="info" %}
To learn how to integrate PayPal Payouts with the GoAffPro app, follow this [guide](https://docs.goaffpro.com/how-tos/paypal-payouts-integration/setup-paypal-payouts).
{% endhint %}

![PayPal Payouts](/files/-MFa7CMWcYsek-vZdzIi)

After connecting, the **PayPal Payouts** tab will appear in the admin panel.

![PayPal Payouts](/files/-MFa7ifrq-UXQTtmkBab)

In the **PayPal Payouts** tab, you can make payments to your affiliates. The PayPal Payouts tab has two sections:

1. **Start Payout**
2. **Payment History**

### Start Payout

In the **Start Payout** section, you can view the pending payments of affiliates, with the table showing their names, the amount, and their payment details. There is also an option to filter pending payments by affiliate name, minimum payment amount, or up to date.

![PayPal Payouts > Start Payout](/files/-MFa7sc9feUzfz-0d09E)

### Payment History

In the **Payment History** section, you can view the history of payments that have been made using PayPal Payouts. You can view the date, ID, the total amount paid, the affiliates to whom the payment was made, and the status of the payment. You can also filter the payment history for a particular time period.

![PayPal  Payouts > Payment History](/files/-MFa7wMG-7A2mw4IfHsZ)

{% embed url="<https://youtu.be/PjrjPjiNaj0>" %}
PayPal Payouts
{% endembed %}


---

# 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.goaffpro.com/goaffpro/admin-panel/manage/paypal-payouts.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.
