Add deferred payment scheme and Cloudflare network specification#1145
Open
CameronWhiteside wants to merge 1 commit intocoinbase:mainfrom
Open
Add deferred payment scheme and Cloudflare network specification#1145CameronWhiteside wants to merge 1 commit intocoinbase:mainfrom
CameronWhiteside wants to merge 1 commit intocoinbase:mainfrom
Conversation
Introduces the deferred payment scheme for x402, enabling instant access through cryptographically signed payment commitments with deferred settlement. New specs: - scheme_deferred.md: Core deferred scheme definition - scheme_deferred_cloudflare.md: Cloudflare cloudflare:402 network implementation - http-message-signatures.md: Extension for RFC 9421 authentication - terms.md: Extension for communicating usage terms Key features: - HTTP Message Signatures (RFC 9421) authentication - Pre-authorized request flow for verified identities - Fiat currency (USD) support via Merchant of Record settlement - Server-signed responses for payment integrity
🟡 Heimdall Review Status
|
|
@CameronWhiteside is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
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.
Description
Introduces the deferred payment scheme for x402, enabling instant resource access through cryptographically signed payment commitments with deferred settlement through a trusted network serving as Merchant of Record.
What's Included
specs/schemes/deferred/scheme_deferred.mdspecs/schemes/deferred/scheme_deferred_cloudflare.mdcloudflare:402network implementationspecs/extensions/http-message-signatures.mdspecs/extensions/terms.mdProtocol Flow
Tests
None, this is a spec-only PR (no SDK implementation).
Checklist