Conversation
Renames the section tab to reflect that it now covers two products: Global Accounts (branded dollar accounts powered by an embedded self-custody wallet) and Payouts (cross-border payments to bank accounts worldwide). The intro page is reframed to position both products together, with a merged feature card grid pulling in the Global Accounts capabilities from #403, a "What you can build today" capabilities list, and a callout clarifying that a Global Account surfaces in the API as an internal account of type EMBEDDED_WALLET. The existing payout flow sections (onboarding, funding, sending, environments, country availability) are preserved so payouts integrators see no regression. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Aligns the URL path with the section's new title. Renames the mintlify/payouts-and-b2b/ directory to global-accounts-and-payouts/, updates the 21 page paths in docs.json, rewrites cross-links in other docs (index, capabilities, configuration, terminology, error-handling, etc.) to the new slug, and adds 26 redirects from the old paths so external links and the prior /payouts-and-b2b/embedded-wallets/* URLs keep resolving: - 21 redirects from /payouts-and-b2b/<page> → /global-accounts-and-payouts/<page> - 5 redirects from /payouts-and-b2b/embedded-wallets/<page> → /global-accounts-and-payouts/global-accounts/<page> (the old pre-rebrand URLs still work in one hop) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Removes the "in the API a Global Account is type EMBEDDED_WALLET" note from the overview — too much technical detail for an intro page. The mapping still lives in the Global Accounts overview where integrators land when they're ready to implement. 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.

Renames the section tab to reflect that it now covers two products:
Global Accounts (branded dollar accounts powered by an embedded
self-custody wallet) and Payouts (cross-border payments to bank
accounts worldwide).
The intro page is reframed to position both products together, with
a merged feature card grid pulling in the Global Accounts capabilities
from #403, a "What you can build today" capabilities list, and a
callout clarifying that a Global Account surfaces in the API as an
internal account of type EMBEDDED_WALLET. The existing payout flow
sections (onboarding, funding, sending, environments, country
availability) are preserved so payouts integrators see no regression.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com