docs(api-features): rewrite partial-payments with endpoint-driven guidance Refactor api-features/partial-payments.mdx from AI-generated placeholder content into accurate, implementation-oriented documentation aligned with current Request API behavior. -#63
Draft
docs(api-features): rewrite partial-payments with endpoint-driven guidance Refactor api-features/partial-payments.mdx from AI-generated placeholder content into accurate, implementation-oriented documentation aligned with current Request API behavior. -#63
api-features/partial-payments.mdx from AI-generated placeholder content into accurate, implementation-oriented documentation aligned with current Request API behavior. -#63Conversation
…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
Member
Author
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.

Refactor
api-features/partial-payments.mdxfrom AI-generated placeholdercontent into accurate, implementation-oriented documentation aligned with
current Request API behavior.
amountquery for partial settlement)https://api.request.network/open-api