# 付款方式

helodata 接受主流付款渠道。在 **账单 → 付款方式 → 新增** 添加。

## 支持渠道

| 渠道                | 说明                                            |
| ----------------- | --------------------------------------------- |
| **信用卡 / 借记卡**     | Visa、Mastercard、American Express、Discover、JCB |
| **电汇（ACH/SWIFT）** | Pro+ 套餐；发票上提供汇款说明                             |
| **PayPal**        | 所有套餐                                          |
| **USDT / USDC**   | TRC-20、ERC-20、BSC；最长 1 小时人工确认                 |
| **支付宝 / 微信支付**    | CNY 计费账号；通过本地 PSP 接入中                         |

## 添加银行卡

1. **账单 → 付款方式 → 添加卡**。
2. 输入卡信息——由 PCI-DSS Level 1 PSP 处理，helodata 不接触卡号。
3. 通过 $1 预授权校验，立即释放。

## 默认与备用

可保存**多张**付款方式。将其中一张设为 **默认**——订阅与自动充值都从它扣款。备用仅在默认失败时使用。

建议至少留两张：主卡 + 备用卡。续费时默认失败且余额也用完，会在网关返回 `403 account-suspended`。

## 电汇

Pro+ 套餐的待付发票上会展示汇款信息：

```
Beneficiary:    helodata Inc.
Bank:           ...
Account:        ...
SWIFT/IBAN:     ...
Reference:      INV-2026-05-001234   ← 必须严格附上此参考号
```

到账：ACH 1–3 个工作日，国际 SWIFT 1–5 个工作日。到账邮件通知并入账余额。

> $10,000 以上的电汇通常你的银行会收手续费，请预估。

## 加密货币

USDT / USDC 自助流程：

1. **账单 → 付款方式 → 加密充值**。
2. 选金额 → 选链（TRC-20 手续费最低）。
3. 转账到展示的**一次性**地址——每笔交易地址不同，**不可复用**。
4. 1–6 次确认后入账（通常 1 小时内）。

加密充值退款会按原币种回到来源地址，请预留 3 个工作日。

## 更新卡

如卡号未变但有效期更新，PSP 通常通过卡组织自动刷新。否则：

**付款方式 → {卡} → 更新有效期 / CVV** → 重新走 $1 预授权。

## 删除付款方式

点击垃圾桶图标。**有活跃订阅时无法删除最后一张** —— 请先取消订阅或先添加新卡。

## 货币-渠道匹配

卡网按卡的本币结算；我们按**默认货币**（在 **地址与税务** 设置）展示等额。跨币种可能产生银行 FX 费。

最省成本：账单货币与卡币种保持一致。

## API

```bash
# 列出
curl -H "Authorization: Bearer API_KEY" \
     https://api.helodata.com/v1/billing/payment-methods

# 设默认
curl -X POST -H "Authorization: Bearer API_KEY" \
     -d '{"payment_method_id":"pm_01HX..."}' \
     https://api.helodata.com/v1/billing/default-payment-method
```

出于 PCI-DSS 合规，**新增银行卡只能通过控制台** UI，API 不开放。

## 常见陷阱

* **自动续费失败** — 多为卡过期。请把卡到期月份加入日历提醒。
* **电汇未带参考号** — 没有发票参考号时对账团队需人工匹配，到账延迟 1–3 天。
* **加密链选错** — 把 USDT-ERC20 发到 TRC20 地址会丢币，发起前务必复核链。


---

# 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.helodata.com/helodata-zh/zhang-hu-yu-ji-fei/payment-methods.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.
