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

# PayPal Payout

In order to pay your affiliates directly from RecomSale, you need to integrate PayPal first. [Learn how to integrate PayPal.](https://docs.recomsale.com/features/payment/paypal-integration)

### Pay commission with PayPal

After integrating your PayPal account, you can select the commission bill in the **Payment** menu and start **one-click payment**.

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

Click "Pay" and select "Pay with PayPal". You will see the bill details and payment steps in the pop-up window.

After verifying the bill details, enter the email information that PayPal will send to the payee, and the Google Authentication code, or payout password (depending on the security method you have set up in your PayPal integration).

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

If you need to enter Google Authentication code, open the **Google Authentication app** on your phone > enter the **numeric code** that appears on your phone's screen.

<figure><img src="/files/CVGMgJSjrtYgVeTdPqKs" alt="" width="375"><figcaption></figcaption></figure>

Google verification code are refreshed every 30 seconds.

Finally, click **Confirm and send money** and PayPal will start processing your payment.

### Review your payment history

You can check your payment status in the Payment menu.

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

If the PayPal payment is successful, you will see the Payment status as **Paid** in **Paid Payments**;

If PayPal is processing your payment, you will see Payment status as **Processing** in **Pending Payments**. You can refresh later to view status updates;

If the PayPal payment fails, you will see the Payment status as **Failed** in **Pending Payments**. You can click the icon next to it to view the reason for the failure.

Your affiliate will see the paid payment in the affiliate portal and will be able to view bill details.


---

# 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.recomsale.com/features/payment/paypal-payout.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.
