Skip to content

docs: add guide for accepting card payments via Stripe#575

Open
brendanjryan wants to merge 1 commit intomainfrom
docs/guide-accept-card-payments
Open

docs: add guide for accepting card payments via Stripe#575
brendanjryan wants to merge 1 commit intomainfrom
docs/guide-accept-card-payments

Conversation

@brendanjryan
Copy link
Copy Markdown
Collaborator

@brendanjryan brendanjryan commented Apr 16, 2026

Adds a new guide under Guides > Advanced for accepting card payments via Stripe.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mpp Ready Ready Preview, Comment Apr 16, 2026 3:57pm

Request Review

@chatgpt-codex-connector
Copy link
Copy Markdown

💡 Codex Review


P1 Badge Use twoslash in TypeScript code fences

This page introduces bare ts fences (starting here and repeated throughout), which skips snippet type-checking in docs. /workspace/mpp/AGENTS.md explicitly requires ts twoslash for TypeScript blocks; without it, API drift or signature mistakes in examples can ship unnoticed and readers can copy code that no longer compiles.


$ echo '{"method":"tools/call","params":{"name":"search","arguments":{"query":"hello"}}}' | node server.ts

P2 Badge Send a valid JSON-RPC payload in the CLI test

The sample command pipes {"method":"tools/call", ...} to the MCP stdio server, but JSON-RPC tool calls need protocol fields like jsonrpc: "2.0" and an id (as shown in src/pages/protocol/transports/mcp.mdx). Without those fields, many implementations treat it as invalid or as a notification with no response, so users cannot reliably reproduce the paid-tool flow from this guide.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant