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

# Approve and Pay Requests

Signers and [editors in your organization](/organizations/overview.md) can approve and reject requests. Signers can create a transaction to pay approved requests.

Requests to Safes in [organizations](/organizations/overview.md) also include a category and workstreams, which will automatically sync to your bookkeeping so you don't need to worry about categorizing them after the payment is sent.

To see requests across your Safes, click "Payment Requests" then "Requests received".

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

Select the requests you'd like to approve or reject. Once you've made your selection, click the approve or reject button to update these requests.

<figure><img src="/files/7OKNKlyLPZpIWUtTfzyA" alt=""><figcaption></figcaption></figure>

Requests are paid by creating a transaction. Only approved requests can be used to create a transaction. Select the approved requests you'd like to pay, then click the create transaction button to create a transaction that includes these requests.

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


---

# 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:

```
GET https://docs.onchainden.com/payment-requests/approve-and-pay-requests.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.
