# API Reference

- [交易](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi.md): 支付接口列表
- [Sessiontoken](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi/sessiontoken.md): 生成sessionToken，用于加载webSDK，服务端接入无需查看此接口
- [customer](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi/customer.md): 维护客户信息
- [Payment methods](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi/payment-methods.md): 创建支付方式以及客户信息，并作关联操作
- [Confirm charge](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi/confirm-charge.md): 支付扣款接口
- [Checkout payment](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi/checkout-payment.md): 跳转支付
- [Local payment](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi/local-payment.md): 本地支付直连支付接口
- [授权交易完成/撤销](https://asiabill.gitbook.io/api-explorer/api-reference/shou-quan-jiao-yi-wan-cheng-che-xiao.md): 交易变更
- [Authorization](https://asiabill.gitbook.io/api-explorer/api-reference/shou-quan-jiao-yi-wan-cheng-che-xiao/authorization.md): 授权确认以及取消
- [拒付](https://asiabill.gitbook.io/api-explorer/api-reference/ju-fu.md): 拒付相关接口
- [退款](https://asiabill.gitbook.io/api-explorer/api-reference/tui-kuan.md): 退款申请与查询
- [物流](https://asiabill.gitbook.io/api-explorer/api-reference/wu-liu.md): 物流相关接口
- [交易查询](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi-cha-xun.md): 交易流水查询
- [网关绑定支付通道查询](https://asiabill.gitbook.io/api-explorer/api-reference/wang-guan-bang-ding-zhi-fu-tong-dao-cha-xun.md)
- [结算明细查询](https://asiabill.gitbook.io/api-explorer/api-reference/jie-suan-ming-xi-cha-xun.md): 结算明细相关接口
- [风控-来源网址查询](https://asiabill.gitbook.io/api-explorer/api-reference/feng-kong-lai-yuan-wang-zhi-cha-xun.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/api-explorer/api-reference.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.
