> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kyrenpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 訂單

> 查看 Kyren Pay 訂單並核對付款狀態

使用訂單頁面查看付款狀態、查找訂單識別碼，並將 Kyren Pay 記錄與你自己的系統對帳。

## 需要檢查的欄位

| 欄位      | 用法                           |
| ------- | ---------------------------- |
| 訂單號     | 諮詢 Kyren 支援時提供該資訊。           |
| 狀態      | 判斷你的系統應該履約還是繼續等待。            |
| 金額和幣種   | 與產品或 Checkout Session 金額核對。  |
| 建立和支付時間 | 與你的服務端日誌核對。API 中的時間使用毫秒級時間戳。 |
| 支付渠道    | 識別客戶使用的支付方式。                 |

## 對帳流程

1. 在控制台搜尋訂單。
2. 將狀態、金額、幣種和時間戳與你的內部記錄核對。
3. 檢查你的 Webhook 端點是否收到對應事件。
4. 如果系統需要自動對帳，使用 Orders API。

## 退款

對於已支付或已結款訂單，已啟用退款權限的商戶可以從訂單詳情頁提交退款申請。對帳退款訂單時，請同時查看退款申請狀態、退款記錄狀態和 `order.refunded` Webhook 事件。

## 相關頁面

* [訂單列表 API 參考](/api-reference/orders/list-all-orders)
* [取得訂單 API 參考](/api-reference/orders/retrieve-an-order)
* [訂單退款](/zh-Hant/dashboard/order-refunds)
* [Webhook 事件](/zh-Hant/webhooks/events)
