Open
Conversation
New docs covering Stripe integration, developer portal setup, monetization policy reference, subscription lifecycle, migration guide, billing models, and troubleshooting. Reorganized sidebar into Concepts, Guides, and Reference categories. Updated overview page and added redirects for removed pages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add zuploMonetizationPlugin setup instructions (developer-portal, quickstart) - Fix Stripe connection to API key approach, not OAuth (stripe-integration, quickstart, migration-guide) - Add getMeters() method and merge behavior docs (monetization-policy) - Add proRatingConfig plan property (plans) - Add paymentTerm, preserveOverageAtReset, usagePeriod to rate cards (rate-cards) - Fix API paths from v1 to v3 (subscription-lifecycle, troubleshooting, migration-guide) - Remove fabricated webhook section from troubleshooting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add caution note to pay-as-you-go billing model (not fully tested yet) - Rewrite quickstart to use portal UI flow instead of API-first approach - Add private plans documentation (invite-only subscriptions) - Add tax collection documentation (Stripe Tax / VAT) - Replace Mermaid diagram in plans.mdx with Diagram components - Remove migration guide (v1 migration) - Update sidebar and overview with new pages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace all "preview and subject to change" warnings with a beta note across all 17 monetization docs. The new note communicates that the feature is stable for evaluation, free during beta, and requires contacting Zuplo for production use. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Review notes
New docs were reviewed against the core (
madrid), gateway-service (zagreb), management-api (seoul), and developer-api (ottawa) codebases. Fabricated content from initial drafts was corrected to match the actual OpenMeter-backed API — including field names (featureKeynotfeatureSlug), nested price objects with string amounts,entitlementTemplatestructure, and policy behavior (403 responses, no rate-limit headers, policy handles auth directly).Test plan
npm run build)🤖 Generated with Claude Code