> ## 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`）被接受。在 production 環境會被拒絕。請參閱[新增資金來源](/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>
