> ## 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 返回的错误，并根据 endpoint 和推荐处理完成排查。

当 Global Account API 返回错误时，先搜索响应中的 `type`、`code` 或 `message`，再按实际调用的 endpoint 缩小结果。表格会直接给出最优先的推荐处理；只有需要更多背景时才展开详情。

## 如何使用本页

<Steps>
  <Step title="保存错误信息">保存调用接口、HTTP status、完整响应体和请求时间。日志或支持请求中不要包含 API key、access token、PAN 或其他敏感卡片数据。</Step>
  <Step title="搜索错误响应">在“搜索响应”输入框中粘贴完整 `type`、`code` 或 `message`。如果结果不唯一，再在“筛选 endpoint”中输入 operation 名称、operationId、HTTP method 或 path。</Step>
  <Step title="执行推荐处理">核对 Endpoint 列，然后执行“推荐处理”中的首要动作。需要更多背景时，展开“查看详情”。</Step>
</Steps>

## 错误响应格式

本产品的错误响应不一定包含 `type`；请组合 HTTP status、`code`、`message` 和 endpoint 定位。 同一个 `code` 可能对应多个 message 或触发条件；查表时不要只依赖单一字段。

## 错误码总表

表中的 `type`、`code` 和 `message` 保留 API 返回的原文。Endpoint 同时提供 operation 名称、operationId、HTTP method 和 path。对于动态 message，表中展示可确认的稳定 pattern 或说明。

<Info>联系 UQPAY 前，请准备 HTTP method 和 path、`x-response-id`、请求时间及完整错误响应，并移除 API key、access token、PAN 等敏感信息。每条错误的详情只列出额外需要提供的信息。</Info>

<div hidden data-error-code-filter-controls data-error-code-locale="zh" data-error-code-target="error-code-table-anchor" className="not-prose my-6">
  <div className="grid gap-3 md:grid-cols-2">
    <label className="block"><span className="mb-2 block text-sm font-semibold">搜索响应</span><input type="search" data-error-code-text-filter placeholder="搜索 HTTP、type、code 或 message" className="w-full rounded-lg border border-zinc-300 bg-white px-3 py-2 text-sm shadow-sm dark:border-zinc-700 dark:bg-zinc-900" /></label>
    <label className="block"><span className="mb-2 block text-sm font-semibold">筛选 endpoint</span><input type="search" data-error-code-endpoint-filter placeholder="输入 operation、method 或 path" className="w-full rounded-lg border border-zinc-300 bg-white px-3 py-2 text-sm shadow-sm dark:border-zinc-700 dark:bg-zinc-900" /></label>
  </div>

  <div className="mt-2 flex items-center gap-3 text-sm text-zinc-600 dark:text-zinc-400"><span aria-live="polite" data-error-code-count>显示全部错误</span><button type="button" data-error-code-clear disabled className="font-medium text-primary disabled:opacity-40">清除</button></div>
  <div hidden role="status" data-error-code-empty className="mt-4 rounded-lg border border-zinc-200 px-4 py-6 text-center text-sm dark:border-zinc-800">未找到匹配项。请检查拼写，或减少搜索词后重试。</div>
</div>

<span id="error-code-table-anchor" />

| HTTP / Type                                             | Code / Message                                                                                                                                                                                                                                     | Endpoint                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | 推荐处理                                                                                                                                                                                                                                                                                                                                                                                       |
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-403-4f7051f1" /><code className="whitespace-nowrap">403</code><br /><br /><code className="whitespace-nowrap">Login expired</code>                                                                                                 | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Retrieve Transfer retrieve-transfer GET /v1/transfer/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 27 个公开接口</span> | <strong>更新认证</strong><br />重新获取有效凭证，并检查认证 header 后重试。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>认证信息缺失、已过期或无法通过校验。<br /><br /><strong>重试：</strong>更新凭证或认证 header 后重试。</div></details>                                                                                                                                                         |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-f9ee1309" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">IP not allowed</code>                                                                                                | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Retrieve Transfer retrieve-transfer GET /v1/transfer/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 27 个公开接口</span> | <strong>更新认证</strong><br />重新获取有效凭证，并检查认证 header 后重试。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>认证信息缺失、已过期或无法通过校验。<br /><br /><strong>重试：</strong>更新凭证或认证 header 后重试。</div></details>                                                                                                                                                         |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1014-eea0b7b9" /><code className="whitespace-nowrap">1014</code><br /><br /><code className="whitespace-nowrap">Banking account is not activated</code>                                                                            | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Retrieve Transfer retrieve-transfer GET /v1/transfer/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 27 个公开接口</span> | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1114-2f05d69d" /><code className="whitespace-nowrap">1114</code><br /><br /><code className="whitespace-nowrap">Failed identity verification</code>                                                                                | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Retrieve Transfer retrieve-transfer GET /v1/transfer/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 27 个公开接口</span> | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1122-3eccfe45" /><code className="whitespace-nowrap">1122</code><br /><br /><code className="whitespace-nowrap">Api not enabled</code>                                                                                             | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Retrieve Transfer retrieve-transfer GET /v1/transfer/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 27 个公开接口</span> | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1084-cf7df842" /><code className="whitespace-nowrap">1084</code><br /><br /><code className="whitespace-nowrap">invalid x-on-behalf-of account id</code>                                                                           | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Retrieve Transfer retrieve-transfer GET /v1/transfer/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 27 个公开接口</span> | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1084-9c5fcb0a" /><code className="whitespace-nowrap">1084</code><br /><br /><code className="whitespace-nowrap">banking account not found</code>                                                                                   | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 24 个公开接口</span>                                                                                                                                                                  | <strong>核对资源</strong><br />核对资源 ID，并确认资源属于当前账户且仍然可用。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>指定资源不存在、不属于当前账户或当前不可用。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                           |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1084-1699b51f" /><code className="whitespace-nowrap">1084</code><br /><br /><code className="whitespace-nowrap">account not active / not tradable</code>                                                                           | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 24 个公开接口</span>                                                                                                                                                                  | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1084-eaef35b8" /><code className="whitespace-nowrap">1084</code><br /><br /><code className="whitespace-nowrap">not authorized to act on behalf of the target account</code>                                                       | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 24 个公开接口</span>                                                                                                                                                                  | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1084-cb5a0027" /><code className="whitespace-nowrap">1084</code><br /><br /><code className="whitespace-nowrap">Select user failed</code>                                                                                          | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 24 个公开接口</span>                                                                                                                                                                  | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-403-8bebe82a" /><code className="whitespace-nowrap">403</code><br /><br /><code className="whitespace-nowrap">Forbidden</code>                                                                                                     | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Retrieve Transfer retrieve-transfer GET /v1/transfer/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 27 个公开接口</span> | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-b8db071a" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid request</code>                                                                                               | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Create Virtual Account create-virtual-account POST /v1/virtual/accounts · Delete Beneficiary delete-beneficiary POST /v1/beneficiaries/{id}/delete · List Balances list-balances GET /v1/balances · List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Beneficiaries list-beneficiaries GET /v1/beneficiaries · List Conversion list-conversion GET /v1/conversion · List Conversion Dates list-conversion-dates GET /v1/conversion/conversion_dates · List Current Rates list-current-rates GET /v1/exchange/rates · List Deposits list-deposits GET /v1/deposit · List Payment Methods list-payment-methods GET /v1/beneficiaries/paymentmethods · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer · List Virtual Accounts list-virtual-accounts GET /v1/virtual/accounts · Retrieve Balance retrieve-balance GET /v1/balances/{currency} · Retrieve Beneficiary retrieve-beneficiary GET /v1/beneficiaries/{id} · Retrieve Conversion retrieve-conversion GET /v1/conversion/{id} · Retrieve Deposit retrieve-deposit GET /v1/deposit/{id} · Retrieve Payout retrieve-payout GET /v1/payouts/{id} · Retrieve Transfer retrieve-transfer GET /v1/transfer/{id} · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 27 个公开接口</span> | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-e3ed4b82" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Invalid idempotency key.</code>                                                                                      | <span data-error-code-endpoints="Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 7 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>避免重复提交</strong><br />先查询原请求或资源状态，不要立即创建重复请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>相同请求或资源已经存在，或幂等键与原请求不一致。<br /><br /><strong>重试：</strong>仅在确认原请求未生效且接口允许时重试。</div></details>                                                                                                                                                    |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-77c5bf63" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">The idempotency key provided failed authentication, please check client id.</code>                                   | <span data-error-code-endpoints="Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 7 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>避免重复提交</strong><br />先查询原请求或资源状态，不要立即创建重复请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>相同请求或资源已经存在，或幂等键与原请求不一致。<br /><br /><strong>重试：</strong>仅在确认原请求未生效且接口允许时重试。</div></details>                                                                                                                                                    |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-2cf08913" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Idempotent request endpoint does not match the initial one.</code>                                                   | <span data-error-code-endpoints="Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 7 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>避免重复提交</strong><br />先查询原请求或资源状态，不要立即创建重复请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>相同请求或资源已经存在，或幂等键与原请求不一致。<br /><br /><strong>重试：</strong>仅在确认原请求未生效且接口允许时重试。</div></details>                                                                                                                                                    |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-1005-dd0e379e" /><code className="whitespace-nowrap">1005</code><br /><br /><code className="whitespace-nowrap">Idempotency key reused with different request payload</code>                                                       | <span data-error-code-endpoints="Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 7 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>避免重复提交</strong><br />先查询原请求或资源状态，不要立即创建重复请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>相同请求或资源已经存在，或幂等键与原请求不一致。<br /><br /><strong>重试：</strong>仅在确认原请求未生效且接口允许时重试。</div></details>                                                                                                                                                    |
| <strong>409</strong><br /><small>Legacy flat</small>    | <span id="error-409-d368b14e" /><code className="whitespace-nowrap">409</code><br /><br /><code className="whitespace-nowrap">Request is processing, please try again later.</code>                                                                | <span data-error-code-endpoints="Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 7 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>500</strong><br /><small>Other envelope</small> | <span id="error-an-internal-error-occurred-please-try-again-50c112e3" /><code className="whitespace-nowrap">""</code><br /><br /><code className="whitespace-nowrap">An internal error occurred, please try again</code>                           | <span data-error-code-endpoints="Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Quote create-quote POST /v1/conversion/quote · Create Transfer create-transfer POST /v1/transfer · Simulate Deposit Creation simulate-deposit-creation POST /v1/simulation/deposit · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 7 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7bc4fa98" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">page\_number must be a positive integer</code>                                                                       | <a href="/zh/global-account/v1.6/api-reference/list-transfers">List Transfers</a><br /><code className="whitespace-nowrap">GET /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">list-transfers</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-5f2ea443" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">page\_size must be between 1 and 100</code>                                                                          | <a href="/zh/global-account/v1.6/api-reference/list-transfers">List Transfers</a><br /><code className="whitespace-nowrap">GET /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">list-transfers</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7a477e2b" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">transfer\_status must be completed or failed</code>                                                                  | <a href="/zh/global-account/v1.6/api-reference/list-transfers">List Transfers</a><br /><code className="whitespace-nowrap">GET /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">list-transfers</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-ebb5480f" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid currency filter</code>                                                                                       | <a href="/zh/global-account/v1.6/api-reference/list-transfers">List Transfers</a><br /><code className="whitespace-nowrap">GET /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">list-transfers</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-62f46caf" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">start\_time invalid</code>                                                                                           | <span data-error-code-endpoints="List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Deposits list-deposits GET /v1/deposit · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer">适用于 4 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-b40f2cd2" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">end\_time invalid</code>                                                                                             | <span data-error-code-endpoints="List Balances Transactions list-balances-transactions GET /v1/balances/transactions · List Deposits list-deposits GET /v1/deposit · List Payouts list-payouts GET /v1/payouts · List Transfers list-transfers GET /v1/transfer">适用于 4 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-386ec2a4" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query transfers failed</code>                                                                                        | <a href="/zh/global-account/v1.6/api-reference/list-transfers">List Transfers</a><br /><code className="whitespace-nowrap">GET /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">list-transfers</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-4d9c0856" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">source\_account\_id, target\_account\_id and reason are required</code>                                              | <a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-0b7b3ec2" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">source and target account cannot be the same</code>                                                                  | <a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7ce6286b" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid currency code</code>                                                                                         | <a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-e03a23e8" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid transfer amount</code>                                                                                       | <a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-0bc06296" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">amount must be an integer for %s</code>                                                                              | <a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7f922333" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">authenticated account must be source or target account</code>                                                        | <a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-f15730b8" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">idempotency key reused with a different request payload</code>                                                       | <a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>避免重复提交</strong><br />先查询原请求或资源状态，不要立即创建重复请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>相同请求或资源已经存在，或幂等键与原请求不一致。<br /><br /><strong>重试：</strong>仅在确认原请求未生效且接口允许时重试。</div></details>                                                                                                                                                    |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-b47103d1" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">transfer create failed</code>                                                                                        | <a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-498cad36" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">insufficient balance</code>                                                                                          | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-transfer">Create Transfer</a><br /><code className="whitespace-nowrap">POST /v1/transfer</code><br /><small>operationId: <code className="whitespace-nowrap">create-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | <strong>检查余额</strong><br />确认可用余额和币种满足本次操作要求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>当前可用余额、币种或余额账户不满足操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-422b6cff" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">transfer not found</code>                                                                                            | <a href="/zh/global-account/v1.6/api-reference/retrieve-transfer">Retrieve Transfer</a><br /><code className="whitespace-nowrap">GET /v1/transfer/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-transfer</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | <strong>核对资源</strong><br />核对资源 ID，并确认资源属于当前账户且仍然可用。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>指定资源不存在、不属于当前账户或当前不可用。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                           |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-5b565642" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payout\_date invalid</code>                                                                                          | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-cc258358" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">purpose\_code invalid</code>                                                                                         | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-467ee3a1" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">amount invalid</code>                                                                                                | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-3f33e922" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payment amount must equal receiving amount</code>                                                                    | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-6e882292" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payment currency must equal receiving currency</code>                                                                | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-39d404a3" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">neither beneficiary\_id nor beneficiary can be empty</code>                                                          | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-08eb8f95" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">beneficiary invalid</code>                                                                                           | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-3d835e88" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">entity\_type is required</code>                                                                                      | <span data-error-code-endpoints="Check Beneficiary check-beneficiary POST /v1/beneficiaries/check · Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Payout create-payout POST /v1/payouts · Update Beneficiary update-beneficiary POST /v1/beneficiaries/{id}">适用于 4 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-988a6c6d" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">account\_number is required</code>                                                                                   | <a href="/zh/global-account/v1.6/api-reference/create-beneficiary">Create Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries</code><br /><small>operationId: <code className="whitespace-nowrap">create-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/update-beneficiary">Update Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">update-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-5dbac178" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Iban format error</code>                                                                                             | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-d8dc3226" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">swift\_code is required</code>                                                                                       | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-fce58595" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">routing\_code\_type1 or routing\_code\_value1 is missing</code>                                                      | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-71f5525c" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">routing\_code\_type1 invalid: ACH requires 'ach'</code>                                                              | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-a078e821" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">routing\_code\_type1 invalid: FEDWIRE requires 'aba'</code>                                                          | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-67fe0d58" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">EFT requires routing\_code\_type1/2 as 'bank\_code' and 'branch\_code'</code>                                        | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-c07959ba" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">routing\_code\_value1 or routing\_code\_value2 is missing</code>                                                     | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-27645a4d" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">CAD-EFT account number length must be 7-12 digits</code>                                                             | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-d8955c82" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">HKD-LOCAL requires routing\_code\_type1='bank\_code' and non-empty value</code>                                      | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-91cbef26" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">FASTER PAYMENTS requires routing\_code\_type1='sort\_code' and non-empty value</code>                                | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-788c04a4" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">AUD account number length must be 5-20 digits</code>                                                                 | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-3d4ca5e9" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">AUD-LOCAL requires routing\_code\_type1='bsb\_code' and non-empty value</code>                                       | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-b8970467" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">IFSC requires routing\_code\_type1='ifsc' and non-empty value</code>                                                 | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-08b034e1" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">PayNow requires non-empty proxy\_id</code>                                                                           | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-4c5d124c" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">additional\_info.id\_type is required</code>                                                                         | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-f8e60454" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">additional\_info.id\_number is required</code>                                                                       | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-4f52caa9" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">additional\_info.msisdn is required</code>                                                                           | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-49ae8686" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">additional\_info.tax\_id is required</code>                                                                          | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-eb191548" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Field 'address.country' is required (current value: )</code>                                                         | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-190ae436" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Field 'address.city' is required (current value: )</code>                                                            | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-af53da44" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Field 'address.state' is required (current value: )</code>                                                           | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-ba4f2bd3" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Field 'address.street\_address' is required (current value: )</code>                                                 | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-41f6247c" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Field 'address.postal\_code' is required (current value: )</code>                                                    | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-cdb6fc35" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">CN-CNH requires routing\_code\_type1='cnaps\_number' and non-empty value</code>                                      | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-aae9e265" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">bank\_name is required</code>                                                                                        | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-4aae64bd" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">bank\_address is required</code>                                                                                     | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-39696129" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Bic/Swift code format error</code>                                                                                   | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-8e3d44b2" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">The account number field allows only English letters (a-z, A-Z) and digits (0-9)</code>                              | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-1e3813b4" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Account number format error</code>                                                                                   | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-ffc033c3" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Please provide a valid account holder name.</code>                                                                   | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-1e47c384" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">The account holder name needs to be between 2 and 140 characters.</code>                                             | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-d4be7127" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">The account holder name (individual) can only contain English letters and spaces.</code>                             | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-83969d70" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">The account holder name may include invalid characters or is incomplete.</code>                                      | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-da4ee4f4" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">The account holder name (company) contains invalid characters.</code>                                                | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-60f60e9a" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">individual requires non-empty first\_name and last\_name</code>                                                      | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-d963aada" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">company requires non-empty company\_name</code>                                                                      | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-68457053" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">account\_holder cannot be empty</code>                                                                               | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-4e185a72" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">street\_address cannot be empty</code>                                                                               | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-1a3b5999" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">city cannot be empty</code>                                                                                          | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-61a7865f" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">state cannot be empty</code>                                                                                         | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-8f8ba61a" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">clearing\_system cannot be empty</code>                                                                              | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-969d7810" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query paymentMethods err</code>                                                                                      | <a href="/zh/global-account/v1.6/api-reference/check-beneficiary">Check Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/check</code><br /><small>operationId: <code className="whitespace-nowrap">check-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-ae635390" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">clearing system not support for country: %s, currency: %s, paymentMethod: %s</code>                                  | <a href="/zh/global-account/v1.6/api-reference/check-beneficiary">Check Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/check</code><br /><small>operationId: <code className="whitespace-nowrap">check-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-b98d8906" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">account not active</code>                                                                                            | <span data-error-code-endpoints="Create Beneficiary create-beneficiary POST /v1/beneficiaries · Create Conversion create-conversion POST /v1/conversion · Create Payout create-payout POST /v1/payouts · Create Virtual Account create-virtual-account POST /v1/virtual/accounts">适用于 4 个公开接口</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-42b831e0" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">currency not supported</code>                                                                                        | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7944714f" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">idempotency key reused with different request payload</code>                                                         | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>避免重复提交</strong><br />先查询原请求或资源状态，不要立即创建重复请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>相同请求或资源已经存在，或幂等键与原请求不一致。<br /><br /><strong>重试：</strong>仅在确认原请求未生效且接口允许时重试。</div></details>                                                                                                                                                    |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-039b4b6b" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payout create failed</code>                                                                                          | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-ccd2f167" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">create payout failed, please try again</code>                                                                        | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-5592fc0b" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">fee\_paid\_by must be OURS or SHARED for SWIFT payout</code>                                                         | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-143479d5" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payout reference contains unsupported characters for SWIFT</code>                                                    | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-5da59502" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">for INR payouts using LOCAL payment method, an invoice document is required</code>                                   | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7fedda43" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">pay on behalf of (POBO) is not enabled for this account</code>                                                       | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-8a88c46b" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">POBO or payout with transfer is not enable for your account</code>                                                   | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7b84ffc3" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payer not exists</code>                                                                                              | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>核对资源</strong><br />核对资源 ID，并确认资源属于当前账户且仍然可用。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>指定资源不存在、不属于当前账户或当前不可用。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                           |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-0f935bec" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">with-transfer requires an active subaccount linked to an active House account</code>                                 | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-2fd77840" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">beneficiary target account invalid</code>                                                                            | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-3e1707ed" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">beneficiary target account mismatch</code>                                                                           | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-13abc972" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">internal payout does not support cross-currency</code>                                                               | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-705848af" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">quote invalid or mismatched</code>                                                                                   | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-3fab0f39" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid amount</code>                                                                                                | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-e552c9ac" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">SGD FAST payout cannot exceed 200,000 per transaction</code>                                                         | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-b250e533" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">beneficiary not found</code>                                                                                         | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/retrieve-beneficiary">Retrieve Beneficiary</a><br /><code className="whitespace-nowrap">GET /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/update-beneficiary">Update Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">update-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <strong>核对资源</strong><br />核对资源 ID，并确认资源属于当前账户且仍然可用。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>指定资源不存在、不属于当前账户或当前不可用。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                           |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-9d0a5758" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">beneficiary not active</code>                                                                                        | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-08da8341" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">recipient repeat addition</code>                                                                                     | <a href="/zh/global-account/v1.6/api-reference/create-beneficiary">Create Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries</code><br /><small>operationId: <code className="whitespace-nowrap">create-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-371a9834" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payout product not enrolled</code>                                                                                   | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-e3051e28" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payout fee tier not configured</code>                                                                                | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-c2733437" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">no active payout channel for this currency pair</code>                                                               | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-18c2cf3d" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">the specified payout channel is not active</code>                                                                    | <a href="/zh/global-account/v1.6/api-reference/create-payout">Create Payout</a><br /><code className="whitespace-nowrap">POST /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">create-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-c7e49ffd" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query payouts failed</code>                                                                                          | <a href="/zh/global-account/v1.6/api-reference/list-payouts">List Payouts</a><br /><code className="whitespace-nowrap">GET /v1/payouts</code><br /><small>operationId: <code className="whitespace-nowrap">list-payouts</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-79be510a" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">payout not found</code>                                                                                              | <a href="/zh/global-account/v1.6/api-reference/retrieve-payout">Retrieve Payout</a><br /><code className="whitespace-nowrap">GET /v1/payouts/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>核对资源</strong><br />核对资源 ID，并确认资源属于当前账户且仍然可用。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>指定资源不存在、不属于当前账户或当前不可用。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                           |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-70c775eb" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">retrieve payout failed</code>                                                                                        | <a href="/zh/global-account/v1.6/api-reference/retrieve-payout">Retrieve Payout</a><br /><code className="whitespace-nowrap">GET /v1/payouts/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7de85d75" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">retrieve beneficiary bank failed</code>                                                                              | <a href="/zh/global-account/v1.6/api-reference/check-beneficiary">Check Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/check</code><br /><small>operationId: <code className="whitespace-nowrap">check-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/retrieve-beneficiary">Retrieve Beneficiary</a><br /><code className="whitespace-nowrap">GET /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/retrieve-payout">Retrieve Payout</a><br /><code className="whitespace-nowrap">GET /v1/payouts/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-a4b68344" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">retrieve beneficiary address failed</code>                                                                           | <a href="/zh/global-account/v1.6/api-reference/check-beneficiary">Check Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/check</code><br /><small>operationId: <code className="whitespace-nowrap">check-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/retrieve-beneficiary">Retrieve Beneficiary</a><br /><code className="whitespace-nowrap">GET /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/retrieve-payout">Retrieve Payout</a><br /><code className="whitespace-nowrap">GET /v1/payouts/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-payout</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-5703304a" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">find recipient occur error</code>                                                                                    | <a href="/zh/global-account/v1.6/api-reference/create-beneficiary">Create Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries</code><br /><small>operationId: <code className="whitespace-nowrap">create-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-e0c99409" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">create beneficiary failed</code>                                                                                     | <a href="/zh/global-account/v1.6/api-reference/create-beneficiary">Create Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries</code><br /><small>operationId: <code className="whitespace-nowrap">create-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-6a2352dc" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">beneficiary\_id invalid</code>                                                                                       | <a href="/zh/global-account/v1.6/api-reference/delete-beneficiary">Delete Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/\{id}/delete</code><br /><small>operationId: <code className="whitespace-nowrap">delete-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/retrieve-beneficiary">Retrieve Beneficiary</a><br /><code className="whitespace-nowrap">GET /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-beneficiary</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/update-beneficiary">Update Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">update-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-c73ec960" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">can't change entity\_type</code>                                                                                     | <a href="/zh/global-account/v1.6/api-reference/update-beneficiary">Update Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">update-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-0ef929b6" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">update beneficiary failed</code>                                                                                     | <a href="/zh/global-account/v1.6/api-reference/update-beneficiary">Update Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">update-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-c3591c01" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">delete beneficiary failed</code>                                                                                     | <a href="/zh/global-account/v1.6/api-reference/delete-beneficiary">Delete Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/\{id}/delete</code><br /><small>operationId: <code className="whitespace-nowrap">delete-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-e646d141" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">find beneficiary error</code>                                                                                        | <a href="/zh/global-account/v1.6/api-reference/check-beneficiary">Check Beneficiary</a><br /><code className="whitespace-nowrap">POST /v1/beneficiaries/check</code><br /><small>operationId: <code className="whitespace-nowrap">check-beneficiary</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7bf948e6" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">currency is invalid</code>                                                                                           | <a href="/zh/global-account/v1.6/api-reference/retrieve-balance">Retrieve Balance</a><br /><code className="whitespace-nowrap">GET /v1/balances/\{currency}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-balance</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-29fe36fa" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">balance not found</code>                                                                                             | <a href="/zh/global-account/v1.6/api-reference/retrieve-balance">Retrieve Balance</a><br /><code className="whitespace-nowrap">GET /v1/balances/\{currency}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-balance</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>核对资源</strong><br />核对资源 ID，并确认资源属于当前账户且仍然可用。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>指定资源不存在、不属于当前账户或当前不可用。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                           |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-bf587b14" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query balances failed</code>                                                                                         | <a href="/zh/global-account/v1.6/api-reference/list-balances">List Balances</a><br /><code className="whitespace-nowrap">GET /v1/balances</code><br /><small>operationId: <code className="whitespace-nowrap">list-balances</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>检查余额</strong><br />确认可用余额和币种满足本次操作要求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>当前可用余额、币种或余额账户不满足操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-7d0bbc0e" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query transactions failed</code>                                                                                     | <a href="/zh/global-account/v1.6/api-reference/list-balances-transactions">List Balances Transactions</a><br /><code className="whitespace-nowrap">GET /v1/balances/transactions</code><br /><small>operationId: <code className="whitespace-nowrap">list-balances-transactions</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | <strong>检查余额</strong><br />确认可用余额和币种满足本次操作要求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>当前可用余额、币种或余额账户不满足操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-eee16101" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query deposits failed</code>                                                                                         | <a href="/zh/global-account/v1.6/api-reference/list-deposits">List Deposits</a><br /><code className="whitespace-nowrap">GET /v1/deposit</code><br /><small>operationId: <code className="whitespace-nowrap">list-deposits</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-c7d17cde" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid deposit\_id</code>                                                                                           | <a href="/zh/global-account/v1.6/api-reference/retrieve-deposit">Retrieve Deposit</a><br /><code className="whitespace-nowrap">GET /v1/deposit/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-deposit</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-b9de2a21" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">deposit not found</code>                                                                                             | <a href="/zh/global-account/v1.6/api-reference/retrieve-deposit">Retrieve Deposit</a><br /><code className="whitespace-nowrap">GET /v1/deposit/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-deposit</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <strong>核对资源</strong><br />核对资源 ID，并确认资源属于当前账户且仍然可用。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>指定资源不存在、不属于当前账户或当前不可用。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                           |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-4aa8fd17" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query virtual accounts failed</code>                                                                                 | <a href="/zh/global-account/v1.6/api-reference/list-virtual-accounts">List Virtual Accounts</a><br /><code className="whitespace-nowrap">GET /v1/virtual/accounts</code><br /><small>operationId: <code className="whitespace-nowrap">list-virtual-accounts</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-8fcdaa08" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Request parameters invalid</code>                                                                                    | <a href="/zh/global-account/v1.6/api-reference/create-virtual-account">Create Virtual Account</a><br /><code className="whitespace-nowrap">POST /v1/virtual/accounts</code><br /><small>operationId: <code className="whitespace-nowrap">create-virtual-account</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-a29fd347" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query conversions failed</code>                                                                                      | <a href="/zh/global-account/v1.6/api-reference/list-conversion">List Conversion</a><br /><code className="whitespace-nowrap">GET /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">list-conversion</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-58518010" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid amount: provide positive sell\_amount or buy\_amount</code>                                                  | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-39bc5f76" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid conversion\_date</code>                                                                                      | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-382a5467" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">unsupported currency pair</code>                                                                                     | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-5be7ba7b" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">No available conversion date</code>                                                                                  | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-005e731f" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">The currency exchange service is temporarily unavailable during %s-%s UTC+8. Please select another time slot.</code> | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small><br /><br /><a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-92b53839" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">account type does not support conversion</code>                                                                      | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-02ae00d6" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">account margin balance insufficient</code>                                                                           | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>检查余额</strong><br />确认可用余额和币种满足本次操作要求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>当前可用余额、币种或余额账户不满足操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-6e68d804" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">conversion create failed</code>                                                                                      | <a href="/zh/global-account/v1.6/api-reference/create-conversion">Create Conversion</a><br /><code className="whitespace-nowrap">POST /v1/conversion</code><br /><small>operationId: <code className="whitespace-nowrap">create-conversion</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-93d59d21" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">conversion not found</code>                                                                                          | <a href="/zh/global-account/v1.6/api-reference/retrieve-conversion">Retrieve Conversion</a><br /><code className="whitespace-nowrap">GET /v1/conversion/\{id}</code><br /><small>operationId: <code className="whitespace-nowrap">retrieve-conversion</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | <strong>核对资源</strong><br />核对资源 ID，并确认资源属于当前账户且仍然可用。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>指定资源不存在、不属于当前账户或当前不可用。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                           |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-e05921eb" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">invalid quote request (check currencies/amount)</code>                                                               | <a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-955ced19" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">no exchange rate available for this currency pair</code>                                                             | <a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-98c3649f" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">quote product not enrolled for this account</code>                                                                   | <a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-29cc2927" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">conversion quote failed</code>                                                                                       | <a href="/zh/global-account/v1.6/api-reference/create-quote">Create Quote</a><br /><code className="whitespace-nowrap">POST /v1/conversion/quote</code><br /><small>operationId: <code className="whitespace-nowrap">create-quote</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-0d64c27b" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Too many request parameters</code>                                                                                   | <a href="/zh/global-account/v1.6/api-reference/list-current-rates">List Current Rates</a><br /><code className="whitespace-nowrap">GET /v1/exchange/rates</code><br /><small>operationId: <code className="whitespace-nowrap">list-current-rates</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-667df2f8" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Exchange rates are temporarily unavailable. Please try again later.</code>                                           | <a href="/zh/global-account/v1.6/api-reference/list-current-rates">List Current Rates</a><br /><code className="whitespace-nowrap">GET /v1/exchange/rates</code><br /><small>operationId: <code className="whitespace-nowrap">list-current-rates</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <strong>检查请求</strong><br />根据 message 核对请求参数、资源 ID 和资源当前状态。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求参数、资源状态或账户配置不满足当前操作要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                                  |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-330c6716" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Field 'account\_id' is required</code>                                                                               | <a href="/zh/global-account/v1.6/api-reference/simulate-deposit-creation">Simulate Deposit Creation</a><br /><code className="whitespace-nowrap">POST /v1/simulation/deposit</code><br /><small>operationId: <code className="whitespace-nowrap">simulate-deposit-creation</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-1790b595" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Deposit Amount must not be less than 0</code>                                                                        | <a href="/zh/global-account/v1.6/api-reference/simulate-deposit-creation">Simulate Deposit Creation</a><br /><code className="whitespace-nowrap">POST /v1/simulation/deposit</code><br /><small>operationId: <code className="whitespace-nowrap">simulate-deposit-creation</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-6d07970e" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">Amount must be an integer for %s</code>                                                                              | <a href="/zh/global-account/v1.6/api-reference/simulate-deposit-creation">Simulate Deposit Creation</a><br /><code className="whitespace-nowrap">POST /v1/simulation/deposit</code><br /><small>operationId: <code className="whitespace-nowrap">simulate-deposit-creation</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>修改请求</strong><br />按 API Reference 检查字段格式、必填项和允许值后修正请求。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求缺少必填信息，或字段格式、取值不符合接口要求。<br /><br /><strong>重试：</strong>修正请求或资源状态后再重试。</div></details>                                                                                                                                             |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-c3ac09d1" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">query account failed</code>                                                                                          | <a href="/zh/global-account/v1.6/api-reference/simulate-deposit-creation">Simulate Deposit Creation</a><br /><code className="whitespace-nowrap">POST /v1/simulation/deposit</code><br /><small>operationId: <code className="whitespace-nowrap">simulate-deposit-creation</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-a547cbd5" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">account status error</code>                                                                                          | <a href="/zh/global-account/v1.6/api-reference/simulate-deposit-creation">Simulate Deposit Creation</a><br /><code className="whitespace-nowrap">POST /v1/simulation/deposit</code><br /><small>operationId: <code className="whitespace-nowrap">simulate-deposit-creation</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-ae9d6ec9" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">get va deposit product error</code>                                                                                  | <a href="/zh/global-account/v1.6/api-reference/simulate-deposit-creation">Simulate Deposit Creation</a><br /><code className="whitespace-nowrap">POST /v1/simulation/deposit</code><br /><small>operationId: <code className="whitespace-nowrap">simulate-deposit-creation</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |
| <strong>400</strong><br /><small>Legacy flat</small>    | <span id="error-400-f5ded937" /><code className="whitespace-nowrap">400</code><br /><br /><code className="whitespace-nowrap">create deposit failed</code>                                                                                         | <a href="/zh/global-account/v1.6/api-reference/simulate-deposit-creation">Simulate Deposit Creation</a><br /><code className="whitespace-nowrap">POST /v1/simulation/deposit</code><br /><small>operationId: <code className="whitespace-nowrap">simulate-deposit-creation</code></small>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <strong>稍后重试</strong><br />保留本次错误信息，稍后使用相同业务参数重试一次。<br /><br /><details><summary>查看详情</summary><div className="mt-3"><strong>出现原因：</strong>请求未能完成，且客户端无法仅通过修改参数确定恢复方式。<br /><br /><strong>重试：</strong>短暂等待后重试一次；若持续失败，请联系 UQPAY。<br /><br /><strong>何时联系 UQPAY：</strong>短暂等待并重试后仍持续返回相同错误。<br /><br /><strong>请额外提供：</strong>x-response-id、请求时间、HTTP method 和 path、完整错误响应。</div></details> |

## 相关文档

* [出款](/zh/global-account/v1.6/guide/payout)
* [受益人](/zh/global-account/v1.6/guide/recipients-beneficiary)
* [通过 API 创建换汇](/zh/global-account/v1.6/guide/create-conversion-via-api)
* [虚拟账户 API 生命周期](/zh/global-account/v1.6/guide/virtual-account-api-lifecycle)
