Skip to content

docs: fix implementation discrepancies across API docs - #85

Merged
rodrigopavezi merged 1 commit into
mainfrom
docs/fix-implementation-discrepancies
May 12, 2026
Merged

docs: fix implementation discrepancies across API docs#85
rodrigopavezi merged 1 commit into
mainfrom
docs/fix-implementation-discrepancies

Conversation

@rodrigopavezi

Copy link
Copy Markdown
Contributor

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

@rodrigopaveziGraphite App

rodrigopavezi commented Mar 30, 2026

Copy link
Copy Markdown
ContributorAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

@rodrigopavezi
rodrigopavezi changed the base branch from 03-04-docs_nav_remove_beta_banner_and_hide_sdk_legacy_tab_from_navigation_clean_up_global_docs_navigation_by_removing_the_temporary_beta_status_messaging_and_taking_the_sdk_legacy_tab_out_of_the_top-level_tabs_for_now._-_removed_banne to graphite-base/85March 30, 2026 18:15
@rodrigopavezi
rodrigopavezi changed the base branch from graphite-base/85 to 03-04-docs_nav_remove_beta_banner_and_hide_sdk_legacy_tab_from_navigation_clean_up_global_docs_navigation_by_removing_the_temporary_beta_status_messaging_and_taking_the_sdk_legacy_tab_out_of_the_top-level_tabs_for_now._-_removed_banneMarch 30, 2026 18:21
This was referenced Mar 30, 2026
@greptile-apps

greptile-appsBot commented Mar 30, 2026

Copy link
Copy Markdown

Greptile Summary

This 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.

  • Secure payment URL — example response hostname corrected from secure.request.network to pay.request.network in api-reference/secure-payments.mdx.
  • Chain & currency counts — "9 EVM chains, 150+ currencies" updated to "10+ EVM chains and Tron, 500+ currencies" (with a link to the canonical reference page) in checkout.mdx and invoicing.mdx.
  • Supported chains — Gnosis and Mantle added to the EVM mainnet list in supported-chains-and-currencies.mdx; mainnet/testnet sections split across both supported-chains-and-currencies.mdx and recurring-payments.mdx.
  • Crosschain provider — LiFi attribution sentence added to the crosschain-payments overview.

Confidence Score: 5/5

All 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

FilenameOverview
api-features/crosschain-payments.mdxAppends LiFi attribution sentence to the Overview paragraph — accurate and straightforward.
api-features/recurring-payments.mdxAdds Mainnet / Testnet section headers to the supported networks list — no content removed or reordered.
api-reference/secure-payments.mdxCorrects the example securePaymentUrl hostname from secure.request.network to pay.request.network.
resources/supported-chains-and-currencies.mdxAdds Gnosis and Mantle to the mainnet EVM chain list and separates mainnet/testnet with bold headers.
use-cases/checkout.mdxUpdates chain/currency counts to "10+ EVM chains and Tron / 500+ currencies" and links to the canonical supported chains page.
use-cases/invoicing.mdxSame count and link update as checkout.mdx, applied to both the overview paragraph and the cross-chain bullet point.

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
Loading

Reviews (2): Last reviewed commit: "docs: fix implementation discrepancies a..." | Re-trigger Greptile

Comment threadapi-features/recurring-payments.mdx
@rodrigopaveziGraphite App

rodrigopavezi commented May 12, 2026

Copy link
Copy Markdown
ContributorAuthor

Merge activity

  • May 12, 4:02 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • May 12, 4:59 PM UTC: Graphite rebased this pull request as part of a merge.
  • May 12, 4:59 PM UTC: @rodrigopavezi merged this pull request with Graphite.

@rodrigopavezi
rodrigopavezi changed the base branch from 03-04-docs_nav_remove_beta_banner_and_hide_sdk_legacy_tab_from_navigation_clean_up_global_docs_navigation_by_removing_the_temporary_beta_status_messaging_and_taking_the_sdk_legacy_tab_out_of_the_top-level_tabs_for_now._-_removed_banne to graphite-base/85May 12, 2026 16:56
@rodrigopavezi
rodrigopavezi changed the base branch from graphite-base/85 to mainMay 12, 2026 16:57
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
@rodrigopavezi
rodrigopaveziforce-pushed the docs/fix-implementation-discrepancies branch from 2fd0593 to a19fd4cCompareMay 12, 2026 16:58
@rodrigopavezi
rodrigopavezi merged commit 7390463 into mainMay 12, 2026
3 checks passed
@rodrigopavezi
rodrigopavezi deleted the docs/fix-implementation-discrepancies branch May 12, 2026 16:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rodrigopavezi