> ## 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.

# Global Account 概述

> 通过一套 API 完成全球收款、跨境出款与币种兑换。

Global Account 提供跨境资金流转的基础设施。你可以通过虚拟账户以当地币种收款、向 180 多个国家和地区的收款方出款，并按有竞争力的汇率在不同币种之间进行换汇。

<h2 id="collections">收款</h2>

<CardGroup cols={2}>
  <Card title="COBO 与 POBO" href="/zh/global-account/v1.6/guide/cobo-pobo" icon="fa-arrows-left-right">
    代其他实体完成收款或付款。理解何时使用 COBO（代收）与 POBO（代付）。
  </Card>

  <Card title="具名代付 / 具名代收 vs 非具名代付 / 非具名代收" href="/zh/global-account/v1.6/guide/named-pobo-vs-non-named-pobo-named-cobo-vs-non-named-cobo" icon="fa-tags">
    根据合规与对账需求，在具名虚拟账户与非具名虚拟账户之间做出选择。
  </Card>

  <Card title="申请虚拟账户" href="/zh/global-account/v1.6/guide/apply-for-a-virtual-account" icon="fa-wallet">
    申请一个虚拟账户，开始以支持的币种收款。
  </Card>

  <Card title="账户类型" href="/zh/global-account/v1.6/guide/virtual-account-global-account-local-account" icon="fa-layer-group">
    了解虚拟账户、全球账户与本地账户之间的区别。
  </Card>
</CardGroup>

<h2 id="payments">付款</h2>

<CardGroup cols={2}>
  <Card title="充值" href="/zh/global-account/v1.6/guide/deposit" icon="fa-arrow-down-to-line">
    将入账资金接收到你的 UQPAY 账户余额中。
  </Card>

  <Card title="出款" href="/zh/global-account/v1.6/guide/payout" icon="fa-arrow-up-from-line">
    通过收款方所在国家的本地支付通道向其打款。
  </Card>

  <Card title="转账" href="/zh/global-account/v1.6/guide/transfer-between-accounts" icon="fa-right-left">
    在主账户与子账户之间划转资金。
  </Card>

  <Card title="跨币种出款" href="/zh/global-account/v1.6/guide/cross-currency-payout-guide" icon="fa-globe">
    以与账户余额不同的币种出款，在转账时即时完成换汇。
  </Card>

  <Card title="收款方" href="/zh/global-account/v1.6/guide/recipients-beneficiary" icon="fa-user-check">
    在发起出款之前，创建并管理受益人档案。
  </Card>
</CardGroup>

<h2 id="foreign-exchange">外汇</h2>

<CardGroup cols={2}>
  <Card title="汇率查询" href="/zh/global-account/v1.6/guide/exchange-rates" icon="fa-chart-line">
    在创建报价前查询当前 FX 汇率并检查货币对可用性。
  </Card>

  <Card title="通过 API 创建换汇" href="/zh/global-account/v1.6/guide/create-conversion-via-api" icon="fa-arrow-right-arrow-left">
    以编程方式锁定汇率并执行换汇。
  </Card>

  <Card title="通过控制台创建换汇" href="/zh/global-account/v1.6/guide/create-conversion-via-dashboard" icon="fa-display">
    通过 UQPAY 控制台手动执行币种兑换。
  </Card>
</CardGroup>

<h2 id="api-reference">API Reference</h2>

* [List virtual accounts](/zh/global-account/v1.6/api-reference/list-virtual-accounts)
* [List balances](/zh/global-account/v1.6/api-reference/list-balances)
* [List deposits](/zh/global-account/v1.6/api-reference/list-deposits)
* [Create payout](/zh/global-account/v1.6/api-reference/create-payout)
* [List exchange rates](/zh/global-account/v1.6/api-reference/list-current-rates)
* [List conversions](/zh/global-account/v1.6/api-reference/list-conversion)
