> ## 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 或手機 App 中變更已登入的信用卡。

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

    ## 官方連結

    <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 tab" width="2060" height="1586" data-path="en/images/credit-card-change/01-payment-method.webp" />
</Frame>

2. In the card list, click **Change Payment Method** on the card you want to use. The active card shows **Current Payment Method** after the change completes.

<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="Credit Card Change Complete Screen" width="2060" height="1586" data-path="en/images/credit-card-change/02-set-payment-method.webp" />
</Frame>

<Note>
  The desktop list also shows card expiry dates and a delete icon. **Change Payment Method** appears only when the workspace has an active Stripe subscription and no scheduled cancellation. Cards that cannot be used with the workspace currency show **Not Supported** instead of the change action.
</Note>

## 2. Mobile

在手機 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 — existing card with Using Now pill" 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 sheet — Pay with Link or enter card manually" 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>
  **Link** 可減少輸入。如果你曾在其他地方使用 Stripe Link，輸入電話號碼後卡片會自動填入。手機上的變更會立即與 Web App 同步。
</Tip>

## Related

* [Plan Changes, Cancellation & Trial End](/zh-tw/plan-changes) — 升級、降級、取消
* [Invoices, Receipts & Billing Activity](/zh-tw/invoices-receipts) — 發票 PDF、收據、事件記錄

<ContactZhTW />
