> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/security-deposits/request-and-collect-a-security-deposit.md).

# Request and collect a security deposit

Use a security-deposit payment request to collect and track the refundable amount separately from rental charges.

### Create the payment request

1. Open the booking.
2. Select the **Security Deposit** tab.
3. Check the required and outstanding amounts.
4. Select **Request deposit payment**.

Bundus creates an issued security-deposit invoice. Check that its type is **Security Deposit** and that the amount matches the booking requirement.

![An issued security-deposit invoice explaining that the amount is a refundable hold](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-2665dcfb12d5d74d19d38e6743253a30d5382795%2F03-deposit-invoice.jpg?alt=media)

### Record the deposit payment

1. On the deposit invoice, select **Record payment**.
2. Enter the amount received and check the payment date and method.
3. Under **Apply this payment to**, choose **Security deposit first (recommended)**.
4. Select **Record payment**.

![The payment form allocating the received amount to the security deposit first](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-98e9454136337e3989f88bbddba0c3a41086c0ef%2F04-record-deposit-payment.jpg?alt=media)

### Check the result

Return to the booking's **Security Deposit** tab. A fully collected deposit shows **Security deposit held**, an outstanding amount of zero, and a collection entry in the transaction timeline.

![The deposit overview showing the full amount collected and held](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-0f14b4d1106844c0191787bf3433c31d2292f11e%2F05-deposit-held.jpg?alt=media)

### Related guides

* [Set a security deposit on a booking](/help/security-deposits/set-a-booking-security-deposit.md)
* [Settle a security deposit](/help/security-deposits/settle-a-security-deposit.md)


---

# 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://bundus.gitbook.io/help/security-deposits/request-and-collect-a-security-deposit.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.
