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

# Paypal

Afflr allows you to pay affiliates securely using PayPal. This enables fast, trusted, and widely accepted affiliate payouts.

## PayPal Payout Options

Afflr supports two PayPal payout methods: **Cash Payout via PayPal (Payout API)** and **PayPal Classic (Legacy API)**.

### **Cash Payout via PayPal (Payout API)**

This method uses PayPal’s Payouts API to send direct cash payments to affiliates automatically.

#### **Prerequisites**

You must have a PayPal Business account with the Payout feature enabled. PayPal support may need to activate payouts for your account.

#### **Enable Payouts in PayPal**

Enable payouts from **My Account → Permissions → Payouts** in PayPal. Confirmation with PayPal support may be required.

#### **Create PayPal App (Developer Portal)**

Create a PayPal app from **Apps & Credentials**, click 'Create App -> App name', select Merchant, and copy the Client ID and Secret.

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

<figure><img src="/files/1llsBNxmQQmkItdeLOMg" alt=""><figcaption></figcaption></figure>

#### **Integrate PayPal with Afflr**

Enable PayPal in Afflr settings, paste the Client ID and Client Secret, and save to complete integration.

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

### **PayPal Classic (Legacy API)**

PayPal Classic uses API credentials to process affiliate payouts. This option supports traditional PayPal payment flows.

#### **Enable PayPal Classic**

Turn on PayPal Classic from **Afflr Dashboard → Payouts → Payment Methods.**

<figure><img src="/files/6EYEWzXPENBQ81tf8iNi" alt=""><figcaption></figcaption></figure>

#### **Retrieve PayPal API Credentials**

Get the API Username, Password, and Signature from [**PayPal**](https://www.paypal.com/bizsignup/#/checkAccount) **→ Account Settings → API Access (NVP/SOAP)**.

#### **Add API Credentials in Afflr**

Paste the PayPal API credentials into Afflr and save to enable payouts.

#### **Configure IPN Webhook**

Add the IPN webhook URL from Afflr into PayPal under **Instant Payment Notifications** and enable IPN messages.

Once configured, you can process affiliate payouts using PayPal Classic directly from Afflr.


---

# 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.afflr.io/payouts/payment-methods-in-afflr/paypal.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.
