次のような場合に使用: ユーザーが RevenueCat(アプリ内課金管理サービス)のプランや料金体系、発行された請求書、または 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 は各プランの**月間追跡売上(MTR)**に基づいて請求します(カスタム請求の enterprise プランを除く)。MTR は月間経常収益(MRR)とは異なり、サブスクリプション以外の製品を含む、すべての購入と更新からの売上を含みます。現在の MTR は get-account-billing から取得できます。請求期間はカレンダーの月ではなく、月の同じ日付から翌月の同じ日付まで実行されます(例:7月15日~8月15日)。
現在のプロジェクトでのユーザーの役割が owner(オーナー)でない場合、get-account-billing はそのプロジェクトに適用されません。プロジェクトがどのプランに属しているかを確認できるのはオーナーのみです。プロジェクトオーナーに問い合わせるよう伝えてください。list-collaborators(と list-projects)を使用して、利用可能な場合はオーナーのメールアドレスを確認できます。
enterprise プランのユーザーには、詳細な請求情報についてカスタマーサクセスマネージャーに問い合わせるよう案内してください。
ほとんどのユーザーは Pro プランを使用しています。Pro には月間 $2,500 の MTR まで無料枠があります。その月にこの閾値を超えた場合、ユーザーには追跡売上全体の 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 による自動翻訳です。