> ## 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 ContactJa = () => <>
    <Tip>
      ご不明な点がございましたら、<a href="https://forms.gle/6AUho7oj3zBr79e96">こちらのフォーム</a>よりお問い合わせください。
    </Tip>

    <h2>公式リンク</h2>

    <CardGroup cols={2}>
      <Card title="公式サイト" icon="globe" href="https://voiceping.net/">
        公式ウェブサイトはこちら
      </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

モバイルアプリでは、カード管理は **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** ボタンをタップします。カード追加シートには2つの方法があります。

    <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アプリにもすぐ同期されます。
</Tip>

## Related

* [Plan Changes, Cancellation & Trial End](/ja/plan-changes) — プラン変更、ダウングレード、解約
* [Invoices, Receipts & Billing Activity](/ja/invoices-receipts) — 請求書PDF、領収書、イベントログ

<ContactJa />
