> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Orders APIs

> You can use the Orders APIs to perform various actions. You can perform a few of these actions from the Dashboard as well.

## List of Orders APIs

The table below lists the various Orders APIs and gives a brief description of each API:

## API | Description

## [Create an order](/api/orders/create) | API to create an order

## [Fetch orders](/api/orders/fetch-all) | API to view all orders

## [Fetch orders with expanded payments object](/api/orders/fetch-all-expanded-payments) | API to view all orders with expanded payments object

## [Fetch orders with card parameter expanded in payments object](/api/orders/fetch-all-expanded-card-payments) | API to view all orders with card parameter expanded in the payments object

## [Fetch order by order id](/api/orders/fetch-with-id) | API to view order details by providing the order id

## [Fetch payments for an order](/api/orders/fetch-payments) | API to view all the payments made for the order

[Update order](/api/orders/update) | API to update the 'Notes' field of an existing order

### Related Information

* [About Orders](/payments/orders)
* [Order - Dashboard Actions](/payments/orders/dashboard)
