> ## 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 ContactZh = () => <>
    <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. 移动端

在手机应用中，卡片管理位于 **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="添加新卡片页面，可选择 Stripe 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>

## 相关页面

* [Plan Changes, Cancellation & Trial End](/zh/plan-changes) — 升级、降级、取消
* [Invoices, Receipts & Billing Activity](/zh/invoices-receipts) — 发票 PDF、收据、事件日志

<ContactZh />
