• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLOfficialdevelopment

revenuecat-billing

プラグイン
rc
ソース
GitHub で見る ↗
説明

次のような場合に使用: ユーザーがRevenueCatのプラン、請求内容、請求書、または支払額についての質問をする場合

原文を表示

Use when the user asks about their RevenueCat plan, billing, their RevenueCat invoices, or how much they will have to pay RevenueCat.

ユースケース
  • RevenueCatのプランについて質問するとき
  • 請求内容について質問するとき
  • 請求書について質問するとき
  • 支払額について質問するとき
本文(日本語訳)

RevenueCat アカウント請求

これは開発者向けの RevenueCat プランと請求書であり、顧客のサブスクリプション請求書(ダッシュボードの rc invoices / カスタマー請求)ではありません。

使用するコマンド:

  • get-account-billing — 現在のプラン、使用状況 / 月間追跡売上(MTR)、支払い方法の登録状況を取得します
  • list-account-billing-invoices — RevenueCat の請求書(金額と状態を含む)を一覧表示します

アカウント請求の専用 CLI コマンドはありません。顧客の請求書を一覧表示する rc invoices は使用しないでください。

背景情報

  • RevenueCat は各プラン(enterprise プランを除く)の**月間追跡売上(MTR)**に基づいて請求します。enterprise プランはカスタム請求です。MTR は月間経常売上(MRR)ではなく、サブスクリプション以外の製品も含むすべての購入と更新からの売上を含みます。現在の MTR は get-account-billing から取得できます。請求期間はカレンダー月ではなく、毎月同じ日付から翌月の同じ日付までです(例: 7月15日から8月15日)。

  • 現在のプロジェクトにおけるユーザーの役割が owner(所有者)でない場合、get-account-billing はそのプロジェクトには適用されません。プロジェクトがどのプランに属しているかを確認できるのは所有者だけです。プロジェクト所有者に連絡するよう伝えてください。list-collaborators(および list-projects)を使用して、利用可能な場合は所有者のメールアドレスを見つけることができます。

  • enterprise プラン利用者には、詳細な請求について Customer Success マネージャーに相談するよう案内してください。

  • 請求設定: https://app.revenuecat.com/settings/billing

Pro プラン

ほとんどのユーザーは Pro プランを利用しています。Pro には $2,500 の MTR の無料枠があります。1ヶ月中にこの閾値を超える場合、ユーザーは全追跡売上の 1% が請求されます(請求額は全ドル単位で四捨五入)。$2,500 未満の部分も含まれます。その後の月で MTR が閾値を下回った場合、請求は発生しません。MTR が $2,500 を超えた月だけ請求されます。

この上限を超え、RevenueCat アカウントが少なくとも1ヶ月以上古い場合、支払いが成功するまで一部の機能へのアクセスがすぐに制限されます:

  • グラフの表示とフィルタリング
  • 新規カスタマーリストの作成
  • カスタマーリストのエクスポート
  • カスタマー履歴の表示(カスタマー詳細は残ります)
  • 個別イベントの表示
  • カスタマー属性の追加
  • 新規実験の作成
  • 実施中の実験の編集(結果の確認と停止は可能)
  • 新規ペイウォール(購入フロー設定)の作成
  • 既存ペイウォールの編集(既存ペイウォールの使用は可能)

請求書の詳細

ユーザーは請求設定の請求書の詳細で、会社名、住所、税務 ID / VAT 番号を更新できます。

支払い方法を追加していない場合、請求書を受け取ることができず、請求書の詳細を変更することもできません。

複数の税務 ID が必要な場合、または別のメールアドレスに請求書を転送したい場合は、RevenueCat サポートに連絡する必要があります。これを主動的に提案せず、明示的に要望された場合のみ提案してください。

原文(English)を表示

RevenueCat account billing

This is the developer's RevenueCat plan and invoices, not customer subscription invoices (rc invoices / customer billing in the dashboard).

Use:

  • get-account-billing — current plan, usage / Monthly Tracked Revenue (MTR), whether a payment method is set up.
  • list-account-billing-invoices — RevenueCat invoices including amount and status.

There is no first-class CLI command for account billing. Do not use rc invoices, which lists a customer's invoices.

Context

  • RevenueCat bills based on Monthly Tracked Revenue (MTR) for each plan (except enterprise plans, which have custom billing). MTR is not Monthly Recurring Revenue (MRR): it includes revenue from all purchases and renewals, including non-subscription products. Current MTR comes from get-account-billing. Billing periods are not calendar months — they run from the same date of a month until the same date of the next month (for example July 15 until August 15).
  • If the user's role on the current project is not owner, get-account-billing does not apply to that project. Only the owner can see what plan the project is under. Tell them to contact the project owner. Use list-collaborators (and list-projects) to find the owner's email when available.
  • For users on an enterprise plan, direct them to their Customer Success manager for detailed billing.
  • Billing settings: https://app.revenuecat.com/settings/billing

Pro plan

Most users are on the Pro plan. Pro has a free allowance of $2,500 MTR. If that threshold is crossed in a month, the user is billed 1% of all tracked revenue (invoice amounts are full dollars, rounded down), including the portion below $2,500. If MTR falls back below the threshold in later months, they are not charged. A charge is made only in months where MTR is above $2,500.

When that limit is passed and the RevenueCat account is at least one month old, access to some features is restricted immediately until a payment succeeds:

  • View and Filter Charts
  • Create new Customer Lists
  • Export Customer Lists
  • View Customer History (Customer Details remain)
  • View individual events
  • Add Customer Attributes
  • Create new Experiments
  • Edit running Experiments (viewing results and stopping remain)
  • Create new Paywalls
  • Edit existing Paywalls (using existing Paywalls remains)

Invoice details

The user can update company name, address, and Tax ID/VAT on invoices in billing settings under Invoice details.

If they have not added a payment method, they will not receive invoices and cannot change invoice details.

If they need more than one Tax ID, or want invoices forwarded to a different email, they need to contact RevenueCat support. Do not offer this proactively — only when they explicitly ask.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。