docs: combine x402 X-PAYMENT fix (#2203) and Openfort wallet entry (#2199)#2204
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The PAYMENT-SIGNATURE fallback is not part of the x402 spec. The protocol uses only X-PAYMENT. Simplified to one consistent header.
This was referenced Jun 22, 2026
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
viral-sangani
approved these changes
Jun 22, 2026
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.
Combines two open doc PRs into one. Closes #2203 and closes #2199.
Changes
build-on-celo/build-with-ai/x402.mdx(from docs: use X-PAYMENT header consistently in x402 Next.js example #2203, by @2TheMoom): Drop the non-specPAYMENT-SIGNATUREheader fallback in the x402 Next.js example and use onlyX-PAYMENT, matching the x402 spec.tooling/wallets/index.mdx(from Add Openfort to Wallet Infrastructure #2199, by @joalavedra): Add an Openfort entry under Wallet Infrastructure — non-custodial embedded wallets, programmable backend wallets, and account abstraction with paymasters.The two source PRs touch different files and were cherry-picked here unchanged, preserving original authorship.