Billing & Pricing
Configure pricing models, connect Stripe, and monitor revenue/spend. The full Markdown reference is in docs/guides/BILLING_PRICING.md.
Supported Models
- Free: No billing; optional free-tier quotas.
- Per-call: Set `price_per_call_cents` and optional free-tier allowances.
- Subscription: Map Stripe price IDs and enforce active subscriptions per consumer.
Quick Actions
- Update pricing in the dashboard under Marketplace → My APIs or via `config.yaml` + `tapi publish`.
- Use `GET /billing/status` to fetch spend summaries per consumer key.
- Review payouts and download CSV exports from Billing → Payouts.
For a full Stripe setup walkthrough, see docs/setup/STRIPE_CONFIGURATION.md.