# 香港公司Stripe注册全流程

### **步骤 1：访问 Stripe 官网并创建账户**

1. 打开浏览器访问：<https://stripe.com/hk>
2. 点击 **开始使用 / Sign up**
3. 填写：
   * **电子邮箱**：公司常用邮箱
   * **全名**：公司法人或联系人姓名
   * **密码**：建议包含大写字母、数字和符号
   * 勾选同意条款
4. 点击 **创建账户 / Create account**

> ⚠️ 提示：邮箱必须可用，后续需要验证。

***

### **步骤 2：登录后台并设置账户名称**

1. 登录 Stripe 后台
2. 左上角点击 **添加账户名称 / Add account name**
3. 填写公司品牌名称（例如：MyShop HK）
4. 点击 **保存 / Save**

> 名称可随时更改，但建议使用正式公司名称。

***

### **步骤 3：验证邮箱**

1. Stripe 会发送验证邮件至注册邮箱
2. 打开邮件，点击 **Verify Email**
3. 邮箱验证成功后，系统会自动跳转回后台

***

### **步骤 4：激活账户**

1. 在后台首页点击 **Activate Your Account / 激活您的账户**
2. 填写 **香港地址**
   * 建议填写银行账户注册地址
3. 点击 **下一页 / Next**

***

### **步骤 5：提交详细资料**

#### **1️⃣ 公司信息**

* 公司类型：选择 **Private Limited / 有限公司**
* 公司注册号（CR Number）
* 公司成立日期

#### **2️⃣ 个人信息（负责人）**

* 姓名
* 出生日期
* 香港身份证或护照扫描件

#### **3️⃣ 银行账户信息**

* 银行名称
* 分行地址
* 银行账号
* 收款币种（建议 HKD 或 USD）

#### **4️⃣ 网站和业务信息**

* 网站 URL 或商店链接（Shopify、WooCommerce 等可用）
* 产品或服务类型
* 预计每月交易额
* 客户群体（本地/海外）

#### **5️⃣ 安全设置**

* 开启 **两步验证 2FA**
* Stripe 可能要求上传身份证或护照进行二次验证

***

### **步骤 6：等待 Stripe 审核**

* Stripe 审核时间一般为 **1\~3 个工作日**
* 审核通过后，你的账户即可收款
* 可在后台查看 **收款、支付链接、API 密钥**

***

### **步骤 7：集成收款**

* 绑定 Shopify、WooCommerce、Wix 等平台
* 创建 **支付链接** 或 **付款按钮**
* Stripe 会自动支持多币种收款与汇率转换

***

### **实用小贴士**

1. **产品合法性**：禁止成人、博彩、加密货币交易等高风险产品
2. **银行信息真实**：与公司注册信息一致
3. **初期交易量**：不要过大，避免被额外审核
4. **安全**：务必开启两步验证，定期更新密码
5. **回款周期**：默认 7 天，可在后台查看交易状态


---

# 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.sumamao.com/xin-shou-cun-ren-wu/shopify-shou-kuan-fang-shi/xiang-gang-gong-si-stripe-zhu-ce-quan-liu-cheng.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.
