> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/documentation-simax-anglais/functional/cashflow/customer-deposits.md).

# Customer deposits

In some cases, a deposit may be required before an order is completed; the company then issues a deposit payment request, which it sends to the customer so that they can make the payment.

## Customer deposit

A **customer deposit** is a sum of money paid by the customer **before delivery of the goods or completion of the service.**

In this case, **Le Petit Rapporteur** placed an order for **5 deck chairs** with **MASOCIETE**, followed by a **30% deposit required to confirm the order.**

## **Implementation**

To create an order that requires, for example, a **30% deposit,** you can do the following: **Sales > Order > Orders**, then **\[\[New]].**

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

And, yes, you have to **save** it.

## Customer deposit settlement

When the customer receives the request for payment of the deposit, they can proceed to payment.

Following on from the order for **5 deckchairs**, once the deposit request has been sent, **Le Petit Rapporteu**r will pay the deposit using the same payment method.

## Implementation

In order for your accounting manager to record a customer's down payment, for example, they can go to **Cash flow > Inflow Management > Customer Deposit stettlement.**

By selecting the **Customer,** the **Order**, and the **Amount**, as well as the **information** corresponding to that order, the form is filled in automatically.

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

Finally, **save.**<br>


---

# 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://doc.simax.fr/documentation-simax-anglais/functional/cashflow/customer-deposits.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.
