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

# 在你的客戶帳戶上操作

> 註冊或連結你的客戶，取得以各客戶為範圍的權杖，並以與你自家帳戶相同的 API 執行操作。

## 兩條權杖路徑，同一套 API

<Columns cols={2}>
  <Card title="你自家的帳戶" icon="user" href="/get-started/api-credentials">
    `API credentials` → `Your token`

    你使用 API 金鑰為你的帳戶鑄造一個 User Access Token。
  </Card>

  <Card title="客戶的帳戶" icon="users" href="/client-facing-o-auth-grant-flow">
    `OAuth grant` → `Their token`

    客戶授權你的應用程式，Fluz 會回傳一個以其帳戶為範圍的權杖。
  </Card>
</Columns>

<Note>
  從這裡開始，`createVirtualCard` 就是 `createVirtualCard` —— 不需要再學一套平台專用 API。
</Note>

## 導入並連結客戶

<Steps>
  <Step title="建立你的 OAuth 應用程式" icon="app-window">
    在控制台設定你的應用程式、重新導向 URI 與範圍。 [建立 OAuth 應用程式 →](/create-an-o-auth-app)
  </Step>

  <Step title="註冊或連結客戶" icon="id-card">
    新客戶：使用內建的 KYC 與 KYB 註冊個人或企業。既有 Fluz 使用者：引導他們完成授權流程。 [使用者註冊 →](/user-registration) · [KYC 驗證 →](/user-kyc-verification)
  </Step>

  <Step title="以授權換取權杖" icon="key">
    客戶授權你的應用程式；你以代碼交換取得以其帳戶為範圍的權杖。 [授權流程 →](/client-facing-o-auth-grant-flow) · [交換代碼 →](/exchange-an-o-auth-authorization-code)
  </Step>

  <Step title="執行你已熟悉的 API" icon="play">
    傳送以客戶為範圍的權杖，取代你自家的權杖。其他一切皆相同。 [更新權杖 →](/refresh-o-auth-access-token)
  </Step>
</Steps>

## 你能在已連結帳戶上做什麼

當你使用以客戶為範圍的權杖時，下列能力皆如同所述適用。

<CardGroup cols={3}>
  <Card title="虛擬卡" icon="credit-card" href="/features/virtual-cards" />

  <Card title="禮品卡" icon="gift" href="/purchase-gift-card" />

  <Card title="錢包與轉帳" icon="wallet" href="/features/spend-accounts" />

  <Card title="資金來源" icon="coins" href="/features/funding-sources" />

  <Card title="交易" icon="list" href="/features/get-all-transactions" />

  <Card title="授權使用者" icon="users" href="/features/create-authorized-users" />
</CardGroup>
