# 业务结果码(鉴定支付结果)

商户处理交易结果应以 useepay系统交易返回结果中的 **resultCode**为准

| 状态                       | 说明                                                         | 商户终端处理                                   |
| ------------------------ | ---------------------------------------------------------- | ---------------------------------------- |
| succeed                  | 交易成功。此状态为终态。                                               | 按交易成功处理，不可重新提交                           |
| received                 | 订单已接受,此状态为初始状态。                                            |                                          |
| <p> </p><p>failed</p>    | <p>交 易 失 败 ， 失 败 原 因 详 见 错 误 码</p><p>errorCode。此状态为终态。</p> | <p> </p><p>按交易失败处理，可重新提交</p>             |
| <p> </p><p>cancelled</p> | <p> </p><p>指在交易完成之前被取消。此状态为终态。</p>                         | <p>按交易成功处理(交易成功，但已被撤销)，</p><p>不可重新提交</p> |
| <p> </p><p>gather</p>    | <p>需要采集客户设备的设备指纹，才能完成支</p><p>付。</p>                        | <p> </p><p>参考 3D 时序图处理</p>               |
| challenge                | 在验证授权前，需要用户再进一步进行授权。                                       | 参考 3D 时序图处理                              |
| <p> </p><p>pending</p>   | <p>交易进行中。当付款服务提供者系统不可用</p><p>或者需要购物者采取进一步行动时，就会返回此状态。</p>  | <p>，</p><p>按交易中处理，不可重新提交</p>             |
| <p> </p><p>closed</p>    | <p>商户主动关闭订单，或者订单超过超时时间</p><p>后被自动关闭。此状态为终态。</p>            | 按订单过期处理，不可重新提交                           |
| pending\_review          | 预授权交易ok,等待预授权完成。此状态只有3d动态预授权才会返回                           | 按订单处理中处理，不可以重复提交。等待异步通知                  |


---

# 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://useepay.gitbook.io/developer/reference/resultcode.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.
