Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-features/crosschain-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Multi-network payment routing with automatic bridging and optimiza

## Overview

Crosschain payments allow users to pay a request using a stablecoin from a different blockchain network than the one specified on the request. For example, a payer can pay a request for USDC on Base using USDT from their Optimism wallet.
Crosschain payments allow users to pay a request using a stablecoin from a different blockchain network than the one specified on the request. For example, a payer can pay a request for USDC on Base using USDT from their Optimism wallet. Crosschain routing is powered by [LiFi](https://li.fi/), which aggregates bridges and DEXs to find optimal routes.

## Benefits

Expand Down
3 changes: 3 additions & 0 deletions api-features/recurring-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,15 @@ sequenceDiagram

Recurring payments are supported on the following blockchain networks:

**Mainnet:**
- Ethereum
- Polygon
- Arbitrum
- Gnosis
- Base
- Binance Smart Chain
Comment on lines 74 to 77
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Inconsistent chain names vs. canonical reference page

recurring-payments.mdx uses "Arbitrum" (line 74) and "Binance Smart Chain" (line 77), while resources/supported-chains-and-currencies.mdx — the source of truth updated in this same PR — uses "Arbitrum One" and "BSC" respectively. Per the style guide, terminology should be consistent throughout all documentation.

Suggested change
- Arbitrum
- Gnosis
- Base
- Binance Smart Chain
- Arbitrum One
- Gnosis
- Base
- BSC


**Testnet:**
- Sepolia

## Supported currencies
Expand Down
2 changes: 1 addition & 1 deletion api-reference/secure-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ curl -X POST "https://api.request.network/v2/secure-payments" \
"requestIds": [
"01e273ecc29d4b526df3a0f1f05ffc59372af8752c2b678096e49ac270416a7cdb"
],
"securePaymentUrl": "https://secure.request.network/?token=01ABC123DEF456GHI789JKL",
"securePaymentUrl": "https://pay.request.network/?token=01ABC123DEF456GHI789JKL",
"token": "01ABC123DEF456GHI789JKL"
}
```
Expand Down
5 changes: 5 additions & 0 deletions resources/supported-chains-and-currencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Overall, Request Network API supports 500+ currencies across EVM-compatible chai

EVM chains supported for core payment flows include:

**Mainnet:**
- Ethereum
- Arbitrum One
- OP Mainnet
Expand All @@ -19,7 +20,11 @@ EVM chains supported for core payment flows include:
- BSC
- Avalanche
- Fantom
- Gnosis
- Mantle
- zkSync Era

**Testnet:**
- Sepolia

For non-EVM support, Request Network API also supports Tron for USDT TRC-20 payments.
Expand Down
2 changes: 1 addition & 1 deletion use-cases/checkout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Unlike traditional crypto payments where customers send funds and you manually m
**What you get:**
- **Instant attribution** - Every payment automatically linked to the correct order via Request ID
- **Multi-wallet support** - Accept payments from 80+ wallets via <Tooltip tip="Multi-wallet connection protocol enabling users to connect any supported wallet">WalletConnect</Tooltip>
- **Multi-currency flexibility** - Accept payments across 9 EVM chains in 150+ currencies
- **Multi-currency flexibility** - Accept payments across [10+ EVM chains and Tron](/resources/supported-chains-and-currencies) in 500+ currencies
- **Real-time confirmations** - <Tooltip tip="HTTP callbacks that notify your server when payment events occur">Webhook</Tooltip> notifications for instant order fulfillment
- **High-volume ready** - Process thousands of orders per day without unique wallet addresses

Expand Down
4 changes: 2 additions & 2 deletions use-cases/invoicing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ description: "Create crypto invoices with automatic payment detection and reconc

## Overview

Bring instant, verifiable payments to your invoicing flow. Generate invoices in fiat or crypto, let customers pay in their preferred token across 9 EVM chains and 150+ currencies, and receive automatic reconciliation with on-chain payment detection - no manual tracking, no infrastructure overhead.
Bring instant, verifiable payments to your invoicing flow. Generate invoices in fiat or crypto, let customers pay in their preferred token across [10+ EVM chains and Tron](/resources/supported-chains-and-currencies) in 500+ currencies, and receive automatic reconciliation with on-chain payment detection - no manual tracking, no infrastructure overhead.

**What you get:**
- **Permanent records** - Invoices stored on <Tooltip tip="InterPlanetary File System - a distributed storage network for permanent data">IPFS</Tooltip> create a tamper-proof audit trail
- **Multi-currency flexibility** - Invoice in USD, get paid in crypto with automatic conversion
- **Instant reconciliation** - Every invoice automatically linked to its <Tooltip tip="Blockchain-recorded transaction verified by network validators">on-chain</Tooltip> payment
- **Cross-chain support** - Accept payments across 9 networks in 150+ currencies
- **Cross-chain support** - Accept payments across [10+ EVM chains and Tron](/resources/supported-chains-and-currencies) in 500+ currencies
- **Webhook automation** - Real-time payment confirmations for backend integration

## Quickstart
Expand Down