[Billing] Modernised Billing Profile and additional payment method rename#30815
Open
tpikovskaia wants to merge 1 commit into
Open
[Billing] Modernised Billing Profile and additional payment method rename#30815tpikovskaia wants to merge 1 commit into
tpikovskaia wants to merge 1 commit into
Conversation
…name Update Billing Profile docs for the Unified Checkout migration: - Add wallets and 3D Secure to add/edit payment method flows in create-billing-profile and update-billing-info - Document the two billing-address fields (profile vs. payment method) and how each is used - Rename Backup payment method → Additional payment method across FAQ and how-billing-works - Move backup-payment-method-auto-retry to additional-payment-method-auto-retry, with auto-retry behaviour clarified and rename context - Add 301 redirect for the old auto-retry URL
1 task
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
The dashboard Billing Profile has migrated to Unified Checkout (SHIP-13978). This PR updates the Billing docs to match the new experience.
create-billing-profile,update-billing-info): document the Subscriptions → Payment methods panel, the supported wallets (Apple Pay, Google Pay, Link, Instant Bank Payments via Link), and the 3D Secure step on cards.update-billing-info): explicitly distinguish the billing-profile address (shown on invoices, used for tax) from the payment-method billing address (used by the card issuer to authorize the charge).faq,how-billing-works, and the auto-retry page. Reword to make auto-retry behavior accurate (it does retry, automatically — the previous wording implied manual fallback).backup-payment-method-auto-retry.mdx→additional-payment-method-auto-retry.mdx: file moved, content rewritten end-to-end, 301 redirect added inpublic/__redirects.A separate PR will add the changelog entry announcing this change.
Documentation checklist
Related