# Readme-zh

简体中文 | [English](/readme.md)

[![](https://dcdn.mugglepay.com/dt/pay/logo/mplogo1.png)](https://www.mugglepay.com)

## 概述

欢迎使用 MugglePay！一个全面的加密货币支付解决方案，让商户能够以最少的集成工作接受加密支付。

## 快速开始

几分钟内即可开始使用 MugglePay API。请查看我们的[快速开始指南](/faq/getstarted.md)来开始构建您的集成。

<div align="center"><img src="https://dcdn.mugglepay.com/dt/pay/docs/mp-create.png" alt="创建订单流程" width="400"></div>

## 商户后台

通过[商户后台](https://merchants.mugglepay.com/)获取您的开发者 API 密钥并管理加密订单。

<div align="center"><img src="https://dcdn.mugglepay.com/dt/pay/docs/mp-login.png" alt="商户登录" width="250"></div>

## API 参考

### 核心概念

* [快速开始](/faq/getstarted.md) - 快速集成指南
* [API 概述](/faq/overview.md) - 了解 MugglePay 架构
* [订单状态](/basic/orderstatus.md) - 支付状态定义
* [错误代码](/basic/errorcodes.md) - 常见错误处理
* [接口认证](/basic/authentication.md) - API 安全和令牌

### 支付操作

* [创建订单](/order/createorder.md) - 初始化支付请求
* [支付回调](/order/paymentcallback.md) - Webhook 通知
* [获取订单](/order/getorder.md) - 检索订单详情
* [获取所有订单](/order/getorders.md) - 列出所有订单
* [选择订单支付货币](/order/checkoutorder.md) - 选择支付货币
* [取消订单](/order/cancelorder.md) - 取消待处理订单
* [退款](/order/refund.md) - 处理退款

### 支持与资源

* [用户常见问题](/faq/customerfaq.md) - 常见用户问题
* [商户常见问题](/faq/merchantfaq.md) - 集成故障排除
* [自托管解决方案](/self-managed-non-custodian.md) - 高级部署选项

<div align="center"><img src="https://dcdn.mugglepay.com/dt/pay/docs/mp-payment.png" alt="支付流程" width="250"></div>

## 下一步

1. **阅读**[**快速开始指南**](/faq/getstarted.md) 了解集成流程
2. **设置您的**[**商户账户**](https://merchants.mugglepay.com/) 获取 API 密钥
3. **查看**[**接口认证**](/basic/authentication.md) 确保 API 调用安全
4. **使用**[**创建订单**](/order/createorder.md) 测试构建您的第一个支付流程

## 版权

[BSD](https://www.wikiwand.com/en/BSD_licenses) Copyright (c) 2018-present, Muggles. 保留所有权利。


---

# 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://docs.mugglepay.com/readme-1.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.
