docs: how to change the company name shown on invoices#19893
Conversation
Pre-merge Review — Last updated 2026-06-26T00:00:00ZTip Summary: This PR adds a "Changing the company name on invoices" section to the organizations admin page ( Review confidence:
Investigation log
🔍 Verification trail6 claims extracted · 4 verified · 1 unverifiable · 1 mismatch
🚨 Outstanding in this PRNo outstanding findings.
|
The 'Changing the company name on invoices' section incorrectly gated display-name changes on `organization:billing` (granted to admins and Billing Managers). Per RBAC scopes (content/docs/administration/access-identity/rbac/scopes/org-settings.md), renaming an organization is gated by `organization:rename`, which is Admin-only. `organization:billing` covers billing settings, payment methods, invoices, and payment history, but not renaming.
|
Your site preview for commit ec76f38 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-19893-ec76f38f.s3-website.us-west-2.amazonaws.com |
Public docs should not promise unshipped features. The 'contact support' routing alone is accurate and sufficient; support has a known manual workaround. Drop the forward-looking sentence.
|
Both findings landed. 🚨 Outstanding (L114, permission gating): Confirmed against |
There was a problem hiding this comment.
Pull request overview
Adds self-serve guidance to the Pulumi Cloud Organizations documentation so customers can update the company name shown on invoices by changing their organization display name, reducing support ticket volume.
Changes:
- Adds a new “Changing the company name on invoices” section immediately after “Updating billing information”.
- Documents the UI path to update an organization display name and the required
organization:renamepermission. - Adds a support escalation note for cases where the legal entity name must differ from the product-facing display name.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
@claude #update-review |
|
🤖 Review updated on @djgrove's request. |
Customers regularly file support tickets asking how to change the company name shown on their Pulumi invoices. The name is sourced from their organization's display name (Settings > General > Display Name), and the sync to Stripe is automatic — but this is not documented anywhere, so users don't realize they can self-serve. Ops handles each ticket manually.
This adds a short "Changing the company name on invoices" section to the existing Pulumi Cloud Organizations page, placed directly after "Updating billing information" so it sits with related billing self-service content.