# Orders Quote preparation and order lifecycle operations. ## Prepare order (create quote) - [POST /orders/prepare](https://lumo.redocly.app/apis/orders/prepareorder.md): Creates quote from NSPK QR code. Quote TTL is short-lived (30 seconds in current implementation). ## Accept quote and create order - [POST /orders/accept/{id}](https://lumo.redocly.app/apis/orders/acceptorder.md): Converts quote into order and reserves funds (frozenBalance). Idempotency: - Optional header Idempotency-Key. - Repeated request with same key for same company returns stored response. ## List company orders - [GET /orders](https://lumo.redocly.app/apis/orders/listorders.md) ## Get order by id - [GET /orders/{id}](https://lumo.redocly.app/apis/orders/getorder.md)