Skip to content

docs(express): clarify settlement timing for dynamic routes#2006

Open
Bortlesboat wants to merge 1 commit intox402-foundation:mainfrom
Bortlesboat:codex/x402-irreversible-ops-1886
Open

docs(express): clarify settlement timing for dynamic routes#2006
Bortlesboat wants to merge 1 commit intox402-foundation:mainfrom
Bortlesboat:codex/x402-irreversible-ops-1886

Conversation

@Bortlesboat
Copy link
Copy Markdown
Contributor

@Bortlesboat Bortlesboat commented Apr 11, 2026

Fixes #1886.

Summary

  • clarify in the Express README that payments are verified before the handler runs and settled only after a successful response
  • add a concrete dynamic-route example for paid server-side operations
  • add the same guidance to the top-level FAQ, including the caveat for irreversible work

Verification

  • npx --yes prettier --check typescript/packages/http/express/README.md docs/faq.md
  • git diff --check

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 11, 2026

@Bortlesboat is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added sdk Changes to core v2 packages docs labels Apr 11, 2026
@Bortlesboat Bortlesboat marked this pull request as ready for review April 11, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs sdk Changes to core v2 packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is the express middleware suitable for protecting routes with irreversible server-side operations?

1 participant