Add docs guide: Going to Production with Monetization#1021
Merged
Conversation
Pre-launch checklist, Stripe live-mode cutover, billing model readiness, beta limitations, and plan-tier requirements for production monetization. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Convert going-to-production.md to .mdx and apply richer formatting patterns from the Portal UI guide: Stepper components for sequential instructions, ModalScreenshot wrappers, details/summary collapsibles for beta limitations and troubleshooting, and tables for the checklist summary, grace-period precedence, billing models, plan tiers, support routing, and request payload fields. Add an inline architecture diagram (D2 + Zuplo theme) clarifying that Zuplo handles metering, plans, and subscriptions internally while Stripe is used only for invoices and payment collection. Add Portal and Stripe screenshots for the webhook-validation step and the Stripe live-mode connect step (Payment Provider screen). Correct webhook status copy from 200 to 2xx (Stripe deliveries return 201 OK). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replace em dashes throughout the going-to-production guide with colons, sentence breaks, commas, or parentheses based on context to align with the team's prose style. Re-render the metering-flow diagram with reduced ELK padding and larger font sizes on nodes, edges, and group labels so the diagram is readable at typical doc-page widths.
Removed instructions for disconnecting and reconnecting Stripe from the Monetization Service's Payment Provider screen, you can't do that.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
max-zuplo
reviewed
May 15, 2026
Clarified the currency field changeability in plans.
max-zuplo
reviewed
May 15, 2026
max-zuplo
reviewed
May 15, 2026
| Check billing readiness programmatically: | ||
|
|
||
| ```bash | ||
| curl "https://dev.zuplo.com/v3/metering/$BUCKET_ID/billing-readiness" \ |
Contributor
There was a problem hiding this comment.
This endpoint does not exist in dev api. It is only available for portal. cc @lcampos
Contributor
There was a problem hiding this comment.
I will remove for now, but this would actually be a handy thing to expose IMO
max-zuplo
approved these changes
May 15, 2026
Co-Authored-By: Claude Opus 4.7 (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
Content
Title: Going to Production with Monetization
Type: Docs Guide
Slug:
articles/monetization/going-to-productionFiles Changed
docs/articles/monetization/going-to-production.md— new guide (467 lines)sidebar.ts— added page to Monetization → Guides sectiondocs/articles/monetization/index.mdx— added to documentation map tableFact-Check Results
Closes zuplo/www#2656
Generated with Claude Code