# Endpoints

- [Cashout Creation Endpoint](https://docs.lime-pay.com/api-documentation/cashouts-api/endpoints/cashout-creation-endpoint.md): Learn how to generate cashouts request by using our Cashout API v3 directly from your website
- [Notifications](https://docs.lime-pay.com/api-documentation/cashouts-api/endpoints/cashout-creation-endpoint/notifications.md): Learn about how the notifications of the Cashout API v3 work
- [Cashout Status Endpoint](https://docs.lime-pay.com/api-documentation/cashouts-api/endpoints/cashout-status-endpoint.md): Learn how to use the Endpoint to retrieve the status of a cashout
- [Cashout Update Status Endpoint](https://docs.lime-pay.com/api-documentation/cashouts-api/endpoints/update-status-endpoint.md): Learn how to use the endpoint to update the status of a cashout
- [Cashout Cancellation Endpoint](https://docs.lime-pay.com/api-documentation/cashouts-api/endpoints/cashout-cancel-endpoint.md): Learn how to use the Cashout Cancellation Endpoint to cancel cashouts when needed
- [Cashout Bank Codes](https://docs.lime-pay.com/api-documentation/cashouts-api/endpoints/cashout-bank-codes.md): Learn how to use the Cashout Bank Codes Endpoint to retrieve the list of bank codes accepted for cashouts in each country


---

# Agent Instructions: 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.lime-pay.com/api-documentation/cashouts-api/endpoints.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.
