> ## 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 ContactKo = () => <>
    <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 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** 버튼을 탭합니다. 카드 추가 시트에는 두 가지 방법이 있습니다.

    <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를 사용한 적이 있으면 전화번호 입력 후 카드가 자동 입력됩니다. 모바일에서 변경한 내용은 웹 앱과 즉시 동기화됩니다.
</Tip>

## Related

* [Plan Changes, Cancellation & Trial End](/ko/plan-changes) — 업그레이드, 다운그레이드, 해지
* [Invoices, Receipts & Billing Activity](/ko/invoices-receipts) — 청구서 PDF, 영수증, 이벤트 로그

<ContactKo />
