# Order

Operations related to managing orders.

## Create an order

 - [POST /stores/orders](https://docs.xmoney.com/crypto_api/reference/order/create-an-order.md): Creates a new order for payment processing and returns a URL where the buyer can complete the payment.

## List all orders of the merchant

 - [GET /stores/orders](https://docs.xmoney.com/crypto_api/reference/order/listorders.md)

## Retrieve an order

 - [GET /stores/orders/{id}](https://docs.xmoney.com/crypto_api/reference/order/retrieve-an-order.md): Retrieve the details of an existing order using its unique identifier.

