Skip to content

docs: add stablecoin and fiat payment method pages#116

Draft
aaitor wants to merge 2 commits intomainfrom
docs/payment-methods-pages
Draft

docs: add stablecoin and fiat payment method pages#116
aaitor wants to merge 2 commits intomainfrom
docs/payment-methods-pages

Conversation

@aaitor
Copy link
Member

@aaitor aaitor commented Feb 20, 2026

Summary

  • Add two new conceptual documentation pages: Fiat Payments and Stablecoin Payments, explaining when to use each method, how they work, fees, permission models, and supported plan types
  • Add both pages to the Payment Patterns navigation group in docs.json
  • Add cross-references from Core Concepts and x402 Agent Monetization pages linking to the new payment method pages
  • Grant mintlify CLI permissions in CLAUDE.md

Files changed

File Change
docs/integrate/patterns/fiat-payments.mdx New page: fiat/Stripe payment overview
docs/integrate/patterns/stablecoin-payments.mdx New page: stablecoin/crypto payment overview
docs.json Add both pages to Payment Patterns nav
docs/getting-started/core-concepts.mdx Add Payment Methods section with links
docs/solutions/agent-to-agent-monetization.mdx Add Payment Methods section with links
CLAUDE.md Add mintlify CLI permissions

Test plan

  • Run mintlify dev and verify both pages render correctly
  • Verify pages appear at the top of the Payment Patterns left menu
  • Check all cross-reference links work (no 404s)
  • Run mintlify broken-links to confirm no broken links

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings February 20, 2026 10:32
@aaitor aaitor requested a review from a team as a code owner February 20, 2026 10:32
@aaitor aaitor marked this pull request as draft February 20, 2026 10:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback

Copy link

Copilot AI commented Feb 20, 2026

@aaitor I've opened a new pull request, #117, to work on those changes. Once the pull request is ready, I'll request review from you.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments