> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/yoplanning-academy/yoplanning-au-quotidien/manipulation-et-gestion-des-commandes-dans-yoplanning/suivie-des-ventes-et-encaissements/gestion-des-liens-de-paiement-en-attente.md).

# Management of pending payment links

Yoplanning.pro has an automatic reminder function \[*(learn more)*]\(../../payment-and-transactions-on-yoplanning/how-to-send-a-payment-link-a -your-client-on-yoplanning.md#step-5-program-an-automatic-reminder) which is activated if the payment link has not been settled. However, the responsibility for tracking and managing pending payments rests with you. Here's how to do it:

1. In the left menu, click "Payment".
2. In the list of payments, click the "More filter" button.
3. In "Status", choose "Pending".

This allows you to view any payments that are still pending. You can check the date the payment link was sent to each customer. If payment has not been made within a reasonable time, you have several options:

* You can remove the payment link. This may be necessary if the customer has changed their mind or the payment link has become outdated for some reason.
* You can send a manual reminder to the customer to make payment. This could be an email, text message, or phone call, depending on what works best for your customer.

It is essential to do this monitoring regularly. If a customer ultimately decides not to make payment, you will need to delete the corresponding order. This will free up space in your activities for other customers. [(See how to delete)](/en/yoplanning-academy/yoplanning-au-quotidien/gerer-les-reservations-avec-yoplanning/supprimer-une-inscription-annulation-sur-yoplanning.pro.md)

Overall, tracking payment links is an important part of running your business with Yoplanning.pro. This not only ensures sound financial management, but also ensures that your activity spaces are used optimally.

In the following articles, we will explore other important aspects of tracking and management with Yoplanning.pro.


---

# 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.yoplanning.support/en/yoplanning-academy/yoplanning-au-quotidien/manipulation-et-gestion-des-commandes-dans-yoplanning/suivie-des-ventes-et-encaissements/gestion-des-liens-de-paiement-en-attente.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.
