> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chessa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Orders

> Overview of the Orders endpoints and functionality

# Orders

Orders represent financial transactions or money transfers within the Chessa platform. The Orders API allows you to create, track, and manage these transactions.

## Order Endpoints

The following endpoints are available for managing orders:

* **Get Orders** - List all orders
* **Get Order by ID** - Retrieve details of a specific order
* **Get Order Status History** - View the status change history of an order
* **Prepare Order for Funding** - Prepare an order for funding
* **Confirm Order Sent** - Mark an order as sent
* **Request Refund** - Request a refund for an order

## Common Use Cases

* Creating new money transfers
* Tracking payment status
* Managing order lifecycle
* Processing refunds
* Viewing transaction history

For detailed information on specific endpoints, please refer to the [API Reference](/api-reference/orders/get-orders).
