> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/que-ren-ding-dan.md).

# 确认订单

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

当航司要求在出票前先确认订单时，使用这页。

本页统一使用 `确认订单` 作为主名称。

你也可能看到它被称为 `Order Commit`。

### 主要 API

* `orderCommit.do`

### 适用场景

* FR 确认流程
* 弹窗或 iframe 确认
* 支付前用户确认

### 说明

* 这一步是航司特定流程
* 在 FR 流程中必需
* 只有确认完成后才能支付
* `Confirm Order` 和 `Order Commit` 指的是同一个 API 步骤

### 相关页面

* [创建订单](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/chuang-jian-ding-dan.md)
* [支付与出票](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/zhi-fu-yu-chu-piao.md)
* [FR 集成](/api-wen-dang/readme/te-shu-ji-cheng/fr-ji-cheng.md)
* [预订 API](/api-wen-dang/api-can-kao/yu-ding-api.md)

### 完整 API 参考

接口级详情见：

* [确认订单](/api-wen-dang/api-can-kao/yu-ding-api/que-ren-ding-dan.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://resources.atriptech.com/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/que-ren-ding-dan.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.
