docs: add stablecoin and fiat payment method pages#116
Conversation
Add two new conceptual pages explaining the differences between stablecoin (crypto) and fiat (Stripe) payment methods, including flows, fees, permission models, and supported plan types. Update navigation and add cross-references from Core Concepts and x402 Agent Monetization pages. Grant mintlify CLI permissions in CLAUDE.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for Nevermined's two payment methods: fiat payments via Stripe and stablecoin payments on-chain. The new pages provide builders with clear guidance on when to use each method, how they work, their fee structures, and supported plan types.
Changes:
- Add conceptual documentation pages explaining fiat and stablecoin payment methods with detailed flows, use cases, and technical details
- Integrate payment method references into existing core documentation pages to improve discoverability
- Update navigation structure to feature payment methods prominently in the Payment Patterns section
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
docs/integrate/patterns/fiat-payments.mdx |
New comprehensive guide on accepting credit card payments via Stripe, including card delegation for agent-to-agent payments, fees (2% + Stripe), and PCI compliance details |
docs/integrate/patterns/stablecoin-payments.mdx |
New comprehensive guide on accepting USDC/USDT/ERC-20 tokens with smart accounts, session keys, lowest fees (1%), and on-chain settlement on Base |
docs.json |
Adds both new payment method pages at the top of Payment Patterns navigation group for prominent placement |
docs/getting-started/core-concepts.mdx |
Adds Payment Methods section with cards linking to both new pages, improving discoverability for new users |
docs/solutions/agent-to-agent-monetization.mdx |
Adds Payment Methods section with cards linking to both new pages, providing context for agent monetization use cases |
CLAUDE.md |
Adds mintlify CLI permissions and updates maintenance date to February 2026 |
| </Card> | ||
|
|
||
| <Card title="Time-Based" icon="clock"> | ||
| Unlimited access for a set duration (days, months, years). Great for subscription-style access. |
There was a problem hiding this comment.
Missing period at the end of the sentence. The sentence "Great for subscription-style access" should end with a period to maintain consistency with other card descriptions in this file and throughout the documentation.
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
docs.jsonCLAUDE.mdFiles changed
docs/integrate/patterns/fiat-payments.mdxdocs/integrate/patterns/stablecoin-payments.mdxdocs.jsondocs/getting-started/core-concepts.mdxdocs/solutions/agent-to-agent-monetization.mdxCLAUDE.mdTest plan
mintlify devand verify both pages render correctlymintlify broken-linksto confirm no broken links🤖 Generated with Claude Code