> For the complete documentation index, see [llms.txt](https://docs.ottpay.com/solutions-cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru.md).

# 线下商户接入

- [线下支付场景](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru/xian-xia-zhi-fu-chang-jing.md): 通过OTT Pay或OTT合作伙伴提供的线下服务为客人提供无现金支付体验，点击下方按钮即可查看您感兴趣的支付场景。
- [线下POS系统支付](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru/xian-xia-zhi-fu-chang-jing/xian-xia-pos-xi-tong-zhi-fu.md): 使用OTT Pay提供的线下POS设备扫描客人钱包二维码，或生成付款二维码供客人扫描以完成支付。
- [静态二维码支付](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru/xian-xia-zhi-fu-chang-jing/untitled-1.md): 使用OTT Pay提供的静态二维码供客人扫描完成支付。二维码长时间有效，由客人输入支付金额。
- [系统服务商接入](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru/xian-xia-zhi-fu-chang-jing/untitled-1-1.md): 使用与OTT合作的系统服务商提供的服务，使支付流程与您的后台系统直接对接。
- [线下支付开通](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru/xian-xia-shang-hu-kai-tong-liu-cheng.md): 点击了解支付开通流程。联系我们后，工作人员将与您联系并帮您接入OTT Pay支付。
- [线下商户开通流程](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru/xian-xia-shang-hu-kai-tong-liu-cheng/xian-xia-shang-hu-kai-tong-liu-cheng.md): 只需要短短三步，即可开通OTT Pay支付服务。
- [系统服务商合作](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru/xian-xia-shang-hu-kai-tong-liu-cheng/xi-tong-fu-wu-shang-he-zuo.md)
- [对账及账户管理](https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru/dui-zhang-ji-zhang-hu-guan-li.md): 在OTT提供的后台系统中，您能够方便的了解每一笔订单及结算状态，方便您进行管理及对账。同时您可以管理每个单独账号，了解每个操作员的订单。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ottpay.com/solutions-cn/xian-xia-shang-hu-jie-ru.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
