> For the complete documentation index, see [llms.txt](https://docs.dataimpulse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataimpulse.com/dataimpulse-documentation-zh-cn/ji-fei/zhi-fu-fang-shi.md).

# 支付方式

### 传统支付

* **信用卡和借记卡**：支持 Visa、Mastercard 以及其他主要国际卡。
* **Apple Pay 和 Google Pay**：通过移动钱包快速支付。可用性取决于您所在的位置。
* **Alipay**：在受支持的地区可用。
* **UPIpay:** 在受支持的地区可用。
* **QRIS:** 在受支持的地区可用。
* **PIX:** 适用于巴西用户，付款以 BRL 进行。\
  请注意，每笔交易的最高金额限制为等值 2500 美元。
* **PayPal:** 默认情况下无法使用 PayPal 访问，并且对大多数用户有限制；需要通过我们的支持团队提交人工请求，并经过验证流程，DataImpulse 保留自行决定拒绝访问的权利。

### 加密货币

您可以通过我们集成的支付服务提供商 Cryptomus，使用热门加密资产为余额充值。

**注意费用：** 在发送付款时，务必考虑所有网络和交易所提币费用。

**少付：** 如果您发送的金额低于所声明的发票总额，交易将不会自动完成。在这种情况下，您需要直接联系 Cryptomus 支持以解决问题并找回您的资金。

{% hint style="warning" %}
7 天退款政策不适用于加密货币支付。
{% endhint %}

### 电汇

电汇适用于企业客户和大额付款。请联系我们的支持团队，我们将为您生成银行发票。&#x20;

当您选择此方式时，请在请求中提供以下信息：

* **法定实体全称**
* **注册地址**
* **增值税/税号**
* **充值金额**

### 关键信息

* **入门计划**：适用于 `$5`.
* **最低充值：** 各套餐的最低充值金额为 50 美元。
* [**自动充值**:](/dataimpulse-documentation-zh-cn/ji-fei/zi-dong-chong-zhi.md) 您可以在余额达到设定阈值时启用自动购买流量。&#x20;
* **费用**：任何支付系统费用均由客户承担。这包括银行手续费和区块链网络费用。
* **发票**：您可以在仪表板的 [**Payments**](https://app.dataimpulse.com/account/payments) 部分查看交易历史并下载 PDF 发票。
* **定制请求：** 如果您需要特定的付款文件或为您的会计部门定制格式的发票，请联系我们的 [支持团队](/dataimpulse-documentation-zh-cn/zhi-chi.md)。我们会审核您的请求，并在可能的情况下生成所需文件。


---

# 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.dataimpulse.com/dataimpulse-documentation-zh-cn/ji-fei/zhi-fu-fang-shi.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.
