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

# 测试银行账户

在**staging**环境中使用这些测试账户和路由号码来模拟 ACH / 银行账户资金来源。每组号码都会返回固定的状态码，便于你验证集成如何处理成功借记以及各种失败情况。

<Note>
  **仅限 Staging**

  这些账户和路由号码仅在 staging 端点（`https://transactional-graph.staging.fluzapp.com/api/v1/graphql`）被接受。在生产环境中会被拒绝。有关如何绑定银行账户，请参见[添加资金来源](/features/link-external-bank-accounts)。
</Note>

## 测试账户

| Account Number | Routing Number | Status Code         |
| -------------- | -------------- | ------------------- |
| 86063057       | 726286823      | SUCCESS             |
| 1234567890     | 011401533      | SUCCESS             |
| 86063046       | 726286823      | INSUFFICIENT\_FUNDS |
| 41345938       | 726286823      | INVALID\_ACCOUNT    |
| 55073835       | 726286823      | UNABLE\_TO\_PROCESS |
| 46319531       | 726286823      | UNAUTHORIZED\_DEBIT |
| 99081536       | 726286823      | ACCOUNT\_CLOSED     |

## 状态码

| Status Code         | 模拟内容             |
| ------------------- | ---------------- |
| SUCCESS             | 账户验证通过，交易完成。     |
| INSUFFICIENT\_FUNDS | 账户有效，但资金不足以覆盖借记。 |
| INVALID\_ACCOUNT    | 无法识别账户或路由号码。     |
| UNABLE\_TO\_PROCESS | 与账户无关的一般性处理失败。   |
| UNAUTHORIZED\_DEBIT | 账户持有人将该借记拒绝为未授权。 |
| ACCOUNT\_CLOSED     | 账户存在，但已被关闭。      |

## 后续步骤

<CardGroup cols={2}>
  <Card title="测试 KYC 流程" icon="id-card" href="/test-kyc-flows">
    使用测试身份返回各类验证结果——通过、拒绝以及重复。
  </Card>

  <Card title="从外部账户存款" icon="banknote-arrow-down" href="/features/deposit-from-external-accounts">
    通过端到端模拟存款，将这些测试账户真正用起来。
  </Card>
</CardGroup>
