> ## Documentation Index
> Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 申请虚拟账户

1. 登录控制台，选择 **Global Account**
2. 进入 **Global account** 页面
3. 点击右上角的 **New Global Account**

<img src="https://mintcdn.com/uqpay-0838527a/ynKaMDHkJfeg6L8y/images/global-account/apply-for-a-virtual-account-screenshot-2025-11-10-at-17.25.36.png?fit=max&auto=format&n=ynKaMDHkJfeg6L8y&q=85&s=dcea1758ca9fc2a88a901c6a1466af14" alt="apply for a virtual account screenshot 2025 11 10 at 17.25.36" width="1352" height="878" data-path="images/global-account/apply-for-a-virtual-account-screenshot-2025-11-10-at-17.25.36.png" />

4. 选择你希望创建的账户类型，并填写所需信息。

<h2 id="applying-via-api">通过 API 申请</h2>

如果你是通过接口集成而非控制台操作，请调用 [Create Virtual Account](/zh/global-account/v1.6/api-reference/create-virtual-account) 接口。完整异步生命周期，包括 Webhook 处理、状态查询和充值对账，参见[虚拟账户 API 生命周期](/zh/global-account/v1.6/guide/virtual-account-api-lifecycle)。

<Warning>
  接口的同步响应总是返回 `SUCCESS`，**仅是受理**。申请的最终状态由[虚拟账户创建 / 更新 Webhook](/zh/global-account/v1.6/webhooks/virtual-account-create-update) 异步推送：

  * `virtual.account.create`：UQPAY 已受理对应币种的开户申请。
  * `virtual.account.update` 且 `status = Active`：VA 已开通成功，可以使用。

  申请失败时不会推送任何 Webhook。在生产环境调用 Create VA 接口前，请先订阅好对应的 Webhook。
</Warning>
