> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/payments/orders.md).

# Orders

**Where:** Payments → Orders · `/projects/<project>/payments/orders`

{% hint style="danger" %}
In the current version this screen is a placeholder. It renders the page header **Orders** with the text "Order management is not available in this version." — the V2 backend has no `/payments/orders` endpoints. To inspect the payment events your gateways sent, open an integration and check its **Received webhooks** log ([Integrations](/cloud/payments/integrations.md)).
{% endhint %}

<figure><img src="/files/eHOs0lPadl4EG5O0vTE1" alt=""><figcaption><p>The Orders list in an earlier version of the dashboard.</p></figcaption></figure>

When order management returns, this list will show the **payment facts** your integrations received — purchases, refunds, disputes — normalized into one format regardless of which gateway sent them: source integration, the gateway's own event name (e.g. `payment_intent.succeeded`), amount, currency, and status.

## Use it from code

[Payments](/sdks-and-cli/payments.md).

## API reference

Endpoints: [Payments](/api-reference/payments.md).
