> ## 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またはモバイルアプリで請求書PDFと領収書をダウンロードし、請求先情報を更新し、すべてのサブスクリプションイベントを監査する方法。

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>
  </>;

サブスクリプション監査に必要な内容は、PCの **Billing** セクションとモバイルの **Billing** ハブにまとまっています。請求書PDFのダウンロード、領収書の取得、将来の請求書に表示される請求先項目の編集、イベントログの確認ができます。

## PC (Billingタブ)

上部ナビゲーション → **Billing** を開きます。PCでは請求書・領収書・監査ログ用に3つのタブがあります。

| タブ                               | 用途                                                                                                      |
| -------------------------------- | ------------------------------------------------------------------------------------------------------- |
| **Invoice Details**              | 請求書PDFに表示される請求先名、メール、電話番号                                                                               |
| **Invoice and Receipt Download** | 月別の請求一覧、請求書PDF、領収書のダウンロード                                                                               |
| **Billing History**              | Full subscription, payment-method, trial, cancellation, restore, renewal, and payment-failure event log |

### Invoice Details

Stripeが請求書PDFに記載する名前、メール、電話番号を設定します。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/invoices-receipts/pc-invoice-details.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=6b8613cc1de4c04d6cd6bcadc62be16a" alt="PC — Invoice Details tab with Company/Name, Email address, Phone Number fields and Change button" width="1193" height="396" data-path="en/images/invoices-receipts/pc-invoice-details.webp" />
</Frame>

**Change** をクリックして任意の項目を編集します。

<Tip>
  次回請求日前に更新してください。Stripeは請求書生成時点の項目を読み取るため、後から編集しても過去のPDFには反映されません。
</Tip>

### Invoice and Receipt Download

完了した請求は、月、プラン名、ステータス、金額、請求書PDFと領収書のダウンロードボタン付きで行として表示されます。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/invoices-receipts/pc-invoice-receipt-download.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=9bb6293b3a157d4b94fd0dd4fc4564fd" alt="PC — Invoice and Receipt Download tab with monthly list, Download Invoice and Download Receipt buttons per row" width="1481" height="747" data-path="en/images/invoices-receipts/pc-invoice-receipt-download.webp" />
</Frame>

| ボタン                  | 開くもの                                                                                               |
| -------------------- | -------------------------------------------------------------------------------------------------- |
| **Download Invoice** | 請求書PDF。共有、保存、経理への転送に使えます                                                                           |
| **Download Receipt** | Receipt download or stored receipt link; if unavailable, the hosted receipt/invoice fallback opens |

<Note>
  ここには完了した請求のみ表示されます。予定されたプラン変更は、次回請求日にStripeが請求書を生成した後に表示されます。ステータスが **Trial Purchased** の `$0` 行も記録されるため、トライアル開始日の確認に便利です。
</Note>

### Billing History

Use **Billing History** when you need the full audit trail, not only completed invoice rows.

| Column                    | What it shows                                                                                                                                      |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Status**                | Event result, such as purchase, upgrade, scheduled change, cancellation, restore, payment-method change, trial update, renewal, or payment failure |
| **Event Date (UTC+9)**    | When the billing event was recorded                                                                                                                |
| **Plan Name**             | The plan involved in the event, including tiered Individual / Small minute labels when available                                                   |
| **Start Date / End Date** | The subscription period affected by the event                                                                                                      |
| **Price**                 | The billed amount when the event has a displayable charge                                                                                          |

<Tip>
  Use **Billing History** for "what changed and when?" Use **Invoice and Receipt Download** when finance needs the actual invoice PDF or receipt.
</Tip>

## Mobile (Billingハブ)

モバイルアプリでは同じ機能が **Billing** ハブに集約され、さらにすべてのサブスクリプション操作を記録するイベントログ (Billing Activity) も確認できます。

<Steps>
  <Step title="Billingハブを開く">
    ホーム画面のサイドメニューを開き、**Billing** (カートアイコン) をタップします。

    <div style={{maxWidth: "240px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/Bmq9l8NNrfZAX_I3/en/images/mobile-billing/01-settings-menu.webp?fit=max&auto=format&n=Bmq9l8NNrfZAX_I3&q=85&s=582f321129496d84f545ef03294782dc" alt="User Settings with Billing row highlighted" width="1206" height="2622" data-path="en/images/mobile-billing/01-settings-menu.webp" />
      </Frame>
    </div>
  </Step>

  <Step title="ショートカットを選ぶ">
    Current Planカードの下に、請求書関連の3つのショートカットがあります。

    <div style={{maxWidth: "240px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-billing/02-billing-hub.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=1462b7c715bb34611a5047f22896d3ed" alt="Billing hub — Current Plan card and feature shortcuts including Invoices & Receipts, Invoice Details, Billing Activity" width="828" height="1792" data-path="en/images/mobile-billing/02-billing-hub.webp" />
      </Frame>
    </div>

    | Shortcut                | 用途                                                         |
    | ----------------------- | ---------------------------------------------------------- |
    | **Invoice Details**     | 請求先名、メール、電話番号                                              |
    | **Invoices & Receipts** | Invoice PDFs and receipt downloads or stored receipt links |
    | **Billing Activity**    | すべてのサブスクリプション操作のイベントログ。タイムスタンプとIP付き                        |
  </Step>
</Steps>

### Invoice Details (mobile)

PCタブと同じ項目、つまり請求書PDF用の名前、メール、電話番号です。

<div style={{maxWidth: "240px", margin: "0 auto"}}>
  <Frame>
    <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-billing/05-invoice-details.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=eee8546a090469111fb91d271fd5b3bd" alt="Mobile Invoice Details — Name, Email, Phone Number form" width="828" height="1792" data-path="en/images/mobile-billing/05-invoice-details.webp" />
  </Frame>
</div>

<Tip>
  次回請求日前に更新してください。Stripeは請求書生成時点の項目を読み取るため、後から編集しても過去のPDFには反映されません。
</Tip>

### Invoices & Receipts (mobile)

過去の請求は月別カードで表示されます。各カードには2つの操作があります。

<div style={{maxWidth: "240px", margin: "0 auto"}}>
  <Frame>
    <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/mobile-billing/06-invoices-receipts.webp?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=db8e1b12d69a75d96a7dbc055e9df1d5" alt="Mobile Invoices & Receipts — monthly list with Invoice PDF and Open receipt buttons" width="828" height="1792" data-path="en/images/mobile-billing/06-invoices-receipts.webp" />
  </Frame>
</div>

| ボタン              | 開くもの                                                                                               |
| ---------------- | -------------------------------------------------------------------------------------------------- |
| **Invoice PDF**  | ダウンロード可能な請求書PDF。共有、保存、転送に使えます                                                                      |
| **Open receipt** | Receipt download or stored receipt link; if unavailable, the hosted receipt/invoice fallback opens |

### Billing Activity (mobile only)

イベントログです。ワークスペースがサブスクリプションに対して行った操作を一か所で確認できます。

<div style={{maxWidth: "240px", margin: "0 auto"}}>
  <Frame>
    <img src="https://mintcdn.com/test-cf63e467/Bmq9l8NNrfZAX_I3/en/images/mobile-billing/07-billing-activity.webp?fit=max&auto=format&n=Bmq9l8NNrfZAX_I3&q=85&s=dfa8ce0b83fc53103fb514979340ecc8" alt="Billing Activity log — upgrade, cancel, restore events with timestamp and IP" width="1206" height="2622" data-path="en/images/mobile-billing/07-billing-activity.webp" />
  </Frame>
</div>

各行には次の情報が表示されます。

* イベント名 — 例: *Succeeded in upgrading plan*、*Subscription will be canceled on the next payment date*、*Succeeded in restoring subscription*
* タイムスタンプ (`YYYY/MM/DD HH:MM`)
* プラン、請求周期、金額 (該当する場合)
* **IP Address** — 誰がどこから操作したかを監査 / セキュリティ確認できます
* 完了した請求のダウンロードアイコン — そのイベントの請求書PDFを取得します

メールを探さなくても「いつ実行されたのか」を確認できます。

<Note>
  On PC, use **Billing History** for the full event log and **Invoice and Receipt Download** for finance documents. On mobile, **Billing Activity** gives a compact activity log with timestamps, IP address, and invoice download actions where available.
</Note>

## ヒント

* **請求先変更は将来の請求書にのみ反映されます。** 再発行を避けるため、次回請求日前にInvoice Detailsを更新してください。
* **Receipts vs invoices.** The invoice is the charge document. The receipt action opens the stored receipt/download when available; otherwise it opens the hosted Stripe fallback.
* **モバイルとPCは同期されます。** 片方で編集した内容はもう片方にもすぐ反映されます。

## Related

* [Plan Changes, Cancellation & Trial End](/ja/plan-changes) — プラン変更、ダウングレード、解約
* [Changing Your Payment Credit Card](/ja/credit-card-change) — card management (PC and mobile)
* [Pricing](/ja/pricing) — plan tiers and minute allowances

<ContactJa />
