# 订单记录

zenConsole 出账的流程主要包括：

1. 资源开通产生订单。
2. 根据订单的价格、时长、用量产生账单并扣款。
3. 生成月度账单并支持下载 。

可以从两个地方查阅订单：

1. 前往 **财务中心** > **订单**，按照时间维度来汇总订单。
2. 从资源列表查看订单。\
   打开资源列表，确认要核对的实例，点击实例名称进入详情后找到 **订单和账单** 模块进行查看。

**订单记录** 页面可以查看资源相关的所有订单。您可以观察到该订单的支付模式（订阅模式还是按量付费），同时列表中会显示每条订单的类型、创建时间、状态和金额。

同时，您可以筛选时间段，查看固定时间段内的订单详细信息；也可以按订单号、实例 ID、创建者邮箱、服务类型等分类，筛选订单。

点击 **更多操作** > **删除**，可以删除订单。

<div align="left" data-with-frame="true"><figure><img src="/files/KHDhv0lM6hoWxPUEmPpG" alt=""><figcaption></figcaption></figure></div>

## 订单详情

如果您想进一步查看订单的详情，可点击订单的名称。

在订单的详情页面中，您可以查看订单的类型、创建时间、交易时间、付款人以及下单的每笔资源消费详情。

<div align="left" data-with-frame="true"><figure><img src="/files/xj1PZQTfbDUrMWeiByqC" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %} <mark style="color:blue;">**注意**</mark>

<mark style="color:blue;">在后付费订单的详细信息中，计费精确到小数点后六位。差额累积至 $0.01 时将统一扣除。如扣费月份时，资源处于暂停或终止状态，则即使不满 $0.01 也扣除 $0.01。具体的计费详情，请查看</mark>[<mark style="color:blue;">交易记录</mark>](/welcome/cn/platform/billing-center/transactions.md)<mark style="color:blue;">。</mark>
{% endhint %}

关于账单订单管理的更多信息，可以查看以下视频：

{% embed url="<https://www.bilibili.com/video/BV1om2eB3EGW/?share_source=copy_web&vd_source=e4ec59566771497bd2a90c7945b1d47e>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/cn/platform/billing-center/order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
