docs(partial-payments): rewrite with step-by-step implementation guide and clarify API usage#63
Open
docs(partial-payments): rewrite with step-by-step implementation guide and clarify API usage#63
Conversation
…dance
Refactor `api-features/partial-payments.mdx` from AI-generated placeholder
content into accurate, implementation-oriented documentation aligned with
current Request API behavior.
- removed AI warning banner and generic placeholder descriptions
- replaced abstract flow with concrete step-based implementation using:
- POST /v2/request
- GET /v2/request/{requestId}/pay (with `amount` query for partial settlement)
- GET /v2/request/{requestId} for status and breakdown tracking
- clarified partial payment behavior as incremental settlement on the same request
- added guidance on progress/status visibility and conversion breakdown handling
- removed hidden/unsupported use-case references (e.g. subscriptions)
- kept use-case links only to active pages (invoicing, checkout)
- replaced old internal API reference pattern with canonical OpenAPI link:
https://api.request.network/open-api
This was referenced Mar 2, 2026
Open
Open
Member
Author
This was referenced Mar 2, 2026
api-features/partial-payments.mdx from AI-generated placeholder content into accurate, implementation-oriented documentation aligned with current Request API behavior. -
Greptile SummaryThis PR successfully rewrites the partial payments documentation, replacing AI-generated content with clear, actionable implementation guidance. The changes follow established documentation patterns from recently updated payment-type pages ( Key improvements:
The documentation is well-structured, uses appropriate Mintlify components, follows active voice and second-person perspective, and maintains consistency with other API feature pages. The writing is clear, concise, and focused on practical implementation steps. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: bd5f8c5 |
This was referenced Mar 2, 2026
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
Rewrote the partial payments documentation to be more concise and actionable, replacing AI-generated content with clear implementation steps.
What changed?
How to test?
Review the documentation for clarity and follow the step-by-step guide to ensure the API endpoints and parameters are correctly referenced. Verify that the linked API documentation matches the described functionality.
Why make this change?
The previous content was AI-generated and contained unnecessary complexity. This revision provides developers with a clear, actionable guide for implementing partial payments with specific API calls and parameters, making the documentation more practical and user-friendly.