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

# Making Payments with PayPal

[**https://helpdesk.revelator.com/support/solutions/articles/69000833968-how-to-trigger-payments-inside-revelator-pro-paypal-**](https://helpdesk.revelator.com/support/solutions/articles/69000833968-how-to-trigger-payments-inside-revelator-pro-paypal-)

**NOTE: Before you can make batch payments in Revelator with Paypal you must**

**(1) have authorization from Paypal for bulk payments via the PayPal Payouts API and**&#x20;

**(2) add PayPal Credentials To Revelator**

**see** [**Connect your Paypal Payouts API Credentials**](https://helpdesk.revelator.com/a/solutions/articles/69000828311?lang=en)**.**<br>

**In the New Dashboard**

1. Go to Payments > Unpaid
2. You will see a list of payees and their balances owed.
   1. *You’ll only see Payees who have selected PayPal as Payment Method and saved their PayPal account to their profile*
   2. There are 3 default filter values in the Unpaid Page:
      1. Greater than minimum payment
      2. Payout not blocked
      3. Account not locked
3. Select the payees you want to pay and then click on the “Review & Pay” payment action
4. This will pop up a screen where you can edit the payment, write a message to the Payees and approve the payment by clicking on Pay
5. The Payees’ balances will automatically be updated once you click on Pay.


---

# 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.revelator.com/pro/payments/payments-with-paypal/making-payments-with-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.
