次のような場合に使用: ユーザーがRevenueCatのプラン、請求内容、請求書、または支払額についての質問をする場合
Use when the user asks about their RevenueCat plan, billing, their RevenueCat invoices, or how much they will have to pay 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 マネージャーに相談するよう案内してください。
ほとんどのユーザーは Pro プランを利用しています。Pro には $2,500 の MTR の無料枠があります。1ヶ月中にこの閾値を超える場合、ユーザーは全追跡売上の 1% が請求されます(請求額は全ドル単位で四捨五入)。$2,500 未満の部分も含まれます。その後の月で MTR が閾値を下回った場合、請求は発生しません。MTR が $2,500 を超えた月だけ請求されます。
この上限を超え、RevenueCat アカウントが少なくとも1ヶ月以上古い場合、支払いが成功するまで一部の機能へのアクセスがすぐに制限されます:
ユーザーは請求設定の請求書の詳細で、会社名、住所、税務 ID / VAT 番号を更新できます。
支払い方法を追加していない場合、請求書を受け取ることができず、請求書の詳細を変更することもできません。
複数の税務 ID が必要な場合、または別のメールアドレスに請求書を転送したい場合は、RevenueCat サポートに連絡する必要があります。これを主動的に提案せず、明示的に要望された場合のみ提案してください。
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.
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).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.enterprise plan, direct them to their Customer Success manager for detailed
billing.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:
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 による自動翻訳です。