Uh oh!
There was an error while loading. Please reload this page.
docs: fix implementation discrepancies across API docs - #85
Conversation
Greptile SummaryThis PR corrects a set of factual discrepancies between the documentation and the live implementations of the Request Network API, request-secure-payment, and related services.
Confidence Score: 5/5All changes are documentation-only corrections that bring the docs in line with the live implementations — safe to merge. Every change is a factual fix: a hostname, chain counts, two missing chains, mainnet/testnet labelling, and a bridge-provider attribution. No code logic, API contracts, or configuration is touched, so the blast radius of any mistake is limited to displayed text. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: fix implementation discrepancies] --> B[secure-payments.mdx\nURL: secure → pay.request.network]
A --> C[checkout.mdx & invoicing.mdx\n9 chains / 150 currencies\n→ 10+ EVM + Tron / 500+]
A --> D[supported-chains-and-currencies.mdx\n+ Gnosis, Mantle\nMainnet / Testnet split]
A --> E[recurring-payments.mdx\nMainnet / Testnet split]
A --> F[crosschain-payments.mdx\n+ LiFi attribution]
C -->|links to| D
E -->|links to| D
Reviews (2): Last reviewed commit: "docs: fix implementation discrepancies a..." | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
Merge activity
|
Align documentation with actual codebase after cross-referencing request-api, request-auth-api, request-dashboard, and request-secure-payment implementations. - fix secure payment URL from secure.request.network to pay.request.network - add LiFi as the crosschain bridge provider in crosschain-payments - update chain counts from "9 EVM chains, 150+ currencies" to "10+ EVM chains and Tron, 500+ currencies" in checkout and invoicing - add missing chains (Gnosis, Mantle) to supported-chains-and-currencies - separate mainnet and testnet lists in recurring-payments and supported-chains-and-currencies
2fd0593 to
a19fd4cCompareUh oh!
There was an error while loading. Please reload this page.

Align documentation with actual codebase after cross-referencing
request-api, request-auth-api, request-dashboard, and
request-secure-payment implementations.
"10+ EVM chains and Tron, 500+ currencies" in checkout and invoicing
supported-chains-and-currencies