docs(standard-payments): remove AI warning, restructure content with step-by-step flow, and update API references#62
Open
docs(standard-payments): remove AI warning, restructure content with step-by-step flow, and update API references#62
Conversation
Refactor `api-features/standard-payments.mdx` from AI-generated placeholder
content into a clearer, endpoint-driven page aligned with current API behavior.
- removed AI warning banner and unsupported assumptions
- clarified standard payments as same-currency flows where
`invoiceCurrency` and `paymentCurrency` match
- split behavior between Native and ERC20 payments with accurate
execution characteristics (approval vs no-approval paths)
- added practical “How It Works” steps with direct endpoint references:
- POST /v2/request
- POST /v2/payouts
- GET /v2/request/{requestId}/pay
- replaced vague token/network claims (e.g. “500+ tokens”) with
references to authoritative supported-currency resources
- removed hidden/unsupported use-case links (`payouts`, `payroll`)
and kept active links (`invoicing`, `checkout`)
- updated technical reference to canonical OpenAPI docs:
https://api.request.network/open-api
This was referenced Mar 2, 2026
Open
Open
Member
Author
This was referenced Mar 2, 2026
Open
api-features/standard-payments.mdx from AI-generated placeholder content into a clearer, endpoint-driven page aligned with current API behavior. - removed AI warning banner an
Greptile SummarySuccessfully refactors standard payments documentation by removing AI-generated content warning and providing clearer, endpoint-driven guidance. Major improvements:
The changes align with the ongoing effort to migrate from AI-generated placeholders to verified content, following the same pattern as recent conversion-payments, batch-payments, and recurring-payments updates. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: ad72ad5 |
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 standard payments documentation to remove AI-generated content warning and provide clearer, more structured guidance on same-currency crypto payments.
What changed?
invoiceCurrencyandpaymentCurrencymatchHow to test?
Why make this change?
The previous version contained an AI-generated content warning and lacked clear implementation guidance. This revision provides developers with more precise definitions, clearer implementation steps, and removes uncertainty about content accuracy while maintaining technical accuracy.