docs(recurring-payments): rewrite with comprehensive workflow, security details, and practical implementation guide#58
Open
docs(recurring-payments): rewrite with comprehensive workflow, security details, and practical implementation guide#58
Conversation
Replace the AI-generated recurring payments page with legacy-aligned content while preserving Mintlify structure and readability.
- removed AI warning and placeholder sections with unsupported assumptions
- migrated recurring-specific content: core functionality, security/trust model, workflow, supported networks, and currency guidance
- kept the payment lifecycle clear with a step-based “How it works” section
- embedded endpoint links directly in relevant steps (create, activate, monitor, manage):
- POST /v2/payouts
- POST /v2/payouts/recurring/{id}
- GET /v2/payouts/recurring/{id}
- PATCH /v2/payouts/recurring/{id}
- included payer authorization signing example (EIP-712 flow)
- removed legacy “get in touch” content and avoided hidden use-case references
- normalized references to current docs paths and canonical OpenAPI URL
This was referenced Mar 2, 2026
Open
Open
Member
Author
This was referenced Mar 2, 2026
Open
Greptile SummaryThis PR successfully replaces AI-generated placeholder content with comprehensive, technically accurate recurring payments documentation. The rewrite includes detailed explanations of core functionality, security features with smart contract protections, a clear sequence diagram showing the complete workflow, supported networks and currencies, and a step-by-step implementation guide with code examples. Key improvements:
The documentation follows Mintlify component guidelines, uses appropriate technical language, and provides actionable implementation guidance. The code examples demonstrate the EIP-712 signing flow correctly, and all API endpoint references point to the canonical OpenAPI specification. Confidence Score: 4/5
Important Files Changed
Last reviewed commit: 307858b |
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.

TL;DR
Completely rewrote the recurring payments documentation to provide comprehensive technical guidance with detailed workflow, security features, and implementation steps.
What changed?
How to test?
Why make this change?
The previous documentation was AI-generated placeholder content that lacked technical depth and practical implementation guidance. This rewrite provides developers with the detailed information needed to successfully integrate recurring payments, including security considerations, step-by-step workflows, and working code examples.