# 支付

- [在线支付](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu.md)
- [站内支付](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/zhan-nei-zhi-fu.md)
- [托管支付](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/tuo-guan-zhi-fu.md)
- [直连支付](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/zhi-lian-zhi-fu.md)
- [Mobile sdk](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/mobile-sdk.md): 移动App接入支付产品，支持信用卡支付，以及海外本地支付。
- [Apple Pay & Google Pay](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/apple-pay-and-google-pay.md)
- [iOS App sdk-集成Apple Pay](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/apple-pay-and-google-pay/ios-app-sdk-ji-cheng-apple-pay.md)
- [Android App sdk-集成Google Pay](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/apple-pay-and-google-pay/android-app-sdk-ji-cheng-google-pay.md)
- [3Ds 验证](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/3ds-yan-zheng.md): 了解3D安全验证，这是商家用来确保购买来自合法持卡人的额外一层身份验证。
- [本地支付](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/ben-di-zhi-fu.md): 支持全球240多种海外本地支付方式，覆盖东南亚、拉美、欧洲、俄罗斯地区，海外用户可以首选本国电子钱包、在线银行转账、预付卡、手机支付等方式支付。
- [对接流程](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/ben-di-zhi-fu/dui-jie-liu-cheng.md)
- [货币](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/huo-bi.md)
- [集成清单](https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/ji-cheng-qing-dan.md)
- [更多支付场景](https://asiabill.gitbook.io/docs/zhi-fu/geng-duo-zhi-fu-chang-jing.md)
- [预授权支付](https://asiabill.gitbook.io/docs/zhi-fu/geng-duo-zhi-fu-chang-jing/yu-shou-quan-zhi-fu.md)
- [付后存卡](https://asiabill.gitbook.io/docs/zhi-fu/geng-duo-zhi-fu-chang-jing/fu-hou-cun-ka.md): 用户在首次支付时，商户端保存创建的customerId；用户下次支付时，可以通过customerId查询之前保存的卡支付信息，并在支付区域展示支付方式列表。
- [先存后付](https://asiabill.gitbook.io/docs/zhi-fu/geng-duo-zhi-fu-chang-jing/xian-cun-hou-fu.md): 本产品适用于收集用户卡号和扣款环节分离的业务场景。由商户提供是否存卡选项，当用户选中存卡选项并点击支付后，商户获取 customerId 并调用 confirmPaymentMethod API 将当前客户和卡信息进行绑定，方便在之后的场景或延后发起扣款。
- [循环扣款](https://asiabill.gitbook.io/docs/zhi-fu/geng-duo-zhi-fu-chang-jing/xun-huan-kou-kuan.md)
- [直连支付](https://asiabill.gitbook.io/docs/zhi-fu/geng-duo-zhi-fu-chang-jing/xun-huan-kou-kuan/zhi-lian-zhi-fu.md)
- [站内支付](https://asiabill.gitbook.io/docs/zhi-fu/geng-duo-zhi-fu-chang-jing/xun-huan-kou-kuan/zhan-nei-zhi-fu.md)
- [付款后](https://asiabill.gitbook.io/docs/zhi-fu/fu-kuan-hou.md)
- [捕获](https://asiabill.gitbook.io/docs/zhi-fu/fu-kuan-hou/bu-huo.md): 在成功发起预授权交易后，商户可以对该笔交易进行捕获
- [取消预授权](https://asiabill.gitbook.io/docs/zhi-fu/fu-kuan-hou/qu-xiao-yu-shou-quan.md): 预授权交易后取消
- [退款](https://asiabill.gitbook.io/docs/zhi-fu/fu-kuan-hou/tui-kuan.md): 交易后退款
- [查询订单](https://asiabill.gitbook.io/docs/zhi-fu/fu-kuan-hou/cha-xun-ding-dan.md): 查询订单的详细情况
- [上传物流单号](https://asiabill.gitbook.io/docs/zhi-fu/fu-kuan-hou/shang-chuan-wu-liu-dan-hao.md): 针对已有订单上传物流信息


---

# 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://asiabill.gitbook.io/docs/zhi-fu.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.
