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

# 變更付款信用卡

> 如何在 PC 或行動應用程式中變更已登錄的信用卡。

export const ContactZhTW = () => <>
    <Tip>
      如有任何問題，請透過<a href="https://forms.gle/6AUho7oj3zBr79e96">此表單</a>與我們聯繫。
    </Tip>

    <h2>官方連結</h2>

    <CardGroup cols={2}>
      <Card title="官方網站" icon="globe" href="https://voiceping.net/en/">
        造訪官方網站
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        在 X 上追蹤我們
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        在 Facebook 上追蹤我們
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        在 LinkedIn 上關注我們
      </Card>
    </CardGroup>
  </>;

## 1. PC

1. 開啟頂端導覽列 → **Billing** → **Payment methods**，並新增信用卡。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/qxgtE8WkdCPHRjh6/en/images/credit-card-change/01-payment-method.webp?fit=max&auto=format&n=qxgtE8WkdCPHRjh6&q=85&s=d6f3d2469603842d295546c0f4778dfe" alt="Payment methods 付款方式分頁" width="2060" height="1586" data-path="en/images/credit-card-change/01-payment-method.webp" />
</Frame>

2. 在卡片清單中，找到要使用的卡片並點選 **Change Payment Method（變更付款方式）**。完成後，目前使用的卡片會顯示 **Current Payment Method**。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/qxgtE8WkdCPHRjh6/en/images/credit-card-change/02-set-payment-method.webp?fit=max&auto=format&n=qxgtE8WkdCPHRjh6&q=85&s=8fcc730cb16969738f3662c98b1b2c01" alt="信用卡變更完成畫面" width="2060" height="1586" data-path="en/images/credit-card-change/02-set-payment-method.webp" />
</Frame>

<Note>
  桌面版清單也會顯示卡片到期日與刪除圖示。只有工作區有有效的 Stripe 訂閱，且未排定取消時，才會顯示 **Change Payment Method**。不支援工作區結算幣別的卡片會顯示 **Not Supported**，無法切換。
</Note>

## 2. 行動版

在手機 App 中，卡片管理位於 **Billing → Manage Cards**。

<Steps>
  <Step title="開啟 Manage Cards">
    側邊選單 → **User Settings** → **Billing** → **Manage Cards**。所有已登錄的卡片都會列出，使用中的卡片會有 **Using Now** 標籤。

    <div style={{maxWidth: "240px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/qxgtE8WkdCPHRjh6/en/images/mobile-billing/03-manage-cards.webp?fit=max&auto=format&n=qxgtE8WkdCPHRjh6&q=85&s=acef1f4cff73a69d7891e11ed95f0e81" alt="Manage Cards 顯示現有信用卡與 Using Now 標記" width="1206" height="2622" data-path="en/images/mobile-billing/03-manage-cards.webp" />
      </Frame>
    </div>
  </Step>

  <Step title="新增卡片">
    點選底部藍色的 **+ Add new card** 按鈕。新增卡片有兩種方式：

    <div style={{maxWidth: "240px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/qxgtE8WkdCPHRjh6/en/images/mobile-billing/04-add-card.webp?fit=max&auto=format&n=qxgtE8WkdCPHRjh6&q=85&s=23e7a3ff39c5785c8b19325e9c01c5d8" alt="Add new card 畫面，可使用 Link 或手動輸入信用卡" width="1206" height="2622" data-path="en/images/mobile-billing/04-add-card.webp" />
      </Frame>
    </div>

    * **Pay with Link** — 如果您的電話號碼已連結 Stripe Link，可快速完成付款。
    * **Manual card** — 輸入卡號、MM/YY、CVC，或點 **📷 Scan card** 用相機自動填入。選擇帳單國家，然後點 **Add card**。
  </Step>

  <Step title="切換使用中的卡片">
    回到 Manage Cards，點要使用的卡片。**Using Now** 標籤會移到該卡，之後的扣款會使用所選卡片。
  </Step>
</Steps>

<Note>
  信用卡資料由 Stripe 進行權杖化處理。VoicePing 不會儲存原始卡號。
</Note>

<Tip>
  若曾使用 Stripe Link，輸入電話號碼即可帶入已儲存的卡片。行動版的變更會立即同步到網頁版。
</Tip>

## 相關頁面

* [方案變更、取消與試用結束](/zh-tw/plan-changes)
* [發票、收據與帳單操作記錄](/zh-tw/invoices-receipts)

<ContactZhTW />
