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

# Changing Your Payment Credit Card

> How to change your registered credit card from PC or the mobile app

export const ContactEn = () => <>
    <Tip>
      If you have any questions, please contact us via <a href="https://forms.gle/6AUho7oj3zBr79e96">this form</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

## 1. PC

1. Open top nav → **Billing** → **Payment methods** and click **New Payment Method** to register a new credit card.

<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

From the mobile app, card management lives under **Billing → Manage Cards**.

<Steps>
  <Step title="Open Manage Cards">
    Open the side menu → **User Settings** → **Billing** → **Manage Cards**.

    Every card on file is listed. The one in use has a **Using Now** pill.

    <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 a new card">
    Tap the blue **+ Add new card** button at the bottom. The add-card sheet offers two paths:

    <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 one-tap if your phone number is already linked.
    * **Manual card** — type the number, MM/YY, CVC, or tap **📷 Scan card** to fill it from the camera. Pick a billing country and tap **Add card**.
  </Step>

  <Step title="Switch the card in use">
    Back on Manage Cards, tap the card you want to use — the **Using Now** pill moves to it. Future charges run on the selected card.
  </Step>
</Steps>

<Note>
  Cards are tokenised by Stripe — VoicePing never stores the raw card number.
</Note>

<Tip>
  **Link** saves typing — if you've used Stripe Link elsewhere, your card auto-fills after entering your phone. Changes made on mobile sync instantly with the PC Billing page.
</Tip>

## Related

* [Plan Changes, Cancellation & Trial End](/en/plan-changes) — upgrade, downgrade, cancel
* [Invoices, Receipts & Billing Activity](/en/invoices-receipts) — invoice PDFs, receipts, event log

<ContactEn />
