# Bd Pay 技术对接说明

对接流程说明：

1. **联系商户**，获取**沙箱环境**的商户账户
2. 配置商户（[参考文档](/introduction/pei-zhi-shang-hu.md)）
3. 技术开发
   1. 协议说明 [文档](/introduction/untitled.md)
   2. 加解密规则详解 [文档](/api-document/3.-bao-wen-jia-mi-gui-ze.md)
   3. 支付/收款（[参考文档](https://merchant.bdpay.co.id/interface)）
   4. 转账/代发（[参考文档](https://merchant.bdpay.co.id/interface)）
4. 开发完成后，联系商务申请正式上线
   1. 获取正式商户账号
   2. 配置商户（[参考文档](/introduction/pei-zhi-shang-hu.md)）
5. 对接完成

其它：

* 示例参考 [文档](/gong-ju-zhi-chi/shi-li-demo.md)
* 联调过程中，开发人员可以主动触发回调（[参考文档](/undefined.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://doc.bdpay.co.id/undefined.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.
