Skip to content
Merged
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
83 changes: 0 additions & 83 deletions api-features/create-requests-query-status.mdx

This file was deleted.

3 changes: 2 additions & 1 deletion use-cases/checkout.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "🛒 Checkout"
title: "Checkout"
icon: "cart-shopping"
description: "Add crypto payment checkout to your e-commerce platform with seamless customer experience"

Check warning on line 4 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L4

Did you really mean 'crypto'?
---

<Warning>
Expand All @@ -9,7 +10,7 @@

## Overview

Transform your e-commerce checkout with Request Network's payment infrastructure. Accept crypto payments with support for 80+ wallets, enable crosschain transactions, and provide customers with a seamless payment experience that rivals traditional payment processors.

Check warning on line 13 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L13

Did you really mean 'crypto'?

Check warning on line 13 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L13

Did you really mean 'crosschain'?

## 🚀 Quickstart: Integrate Your First Checkout Payment

Expand Down Expand Up @@ -56,10 +57,10 @@
</CardGroup>

**Demo Features:**
- 80+ wallet connection support (MetaMask, WalletConnect, Coinbase, etc.)

Check warning on line 60 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L60

Did you really mean 'Coinbase'?
- Direct payment forms with QR codes
- Real-time payment status updates
- Crosschain payment options

Check warning on line 63 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L63

Did you really mean 'Crosschain'?
- Mobile-optimized payment experience

## Integration Options
Expand Down Expand Up @@ -156,7 +157,7 @@
<AccordionGroup>
<Accordion title="🛍️ Traditional E-commerce">
Integrate with existing e-commerce platforms:
- Shopify, WooCommerce, Magento plugins

Check warning on line 160 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L160

Did you really mean 'Shopify'?

Check warning on line 160 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L160

Did you really mean 'Magento'?
- Payment gateway replacement
- Inventory management integration
- Order fulfillment automation
Expand Down Expand Up @@ -192,8 +193,8 @@
<Tabs>
<Tab title="Wallet Choice">
**80+ Supported Wallets:**
- MetaMask, WalletConnect, Coinbase Wallet

Check warning on line 196 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L196

Did you really mean 'Coinbase'?
- Hardware wallets (Ledger, Trezor)

Check warning on line 197 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L197

Did you really mean 'Trezor'?
- Mobile wallets (Trust Wallet, Rainbow)
- Exchange wallets and DeFi wallets
</Tab>
Expand All @@ -202,14 +203,14 @@
**Multiple Payment Options:**
- Direct wallet payments
- QR code scanning for mobile
- Crosschain payment routing

Check warning on line 206 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L206

Did you really mean 'Crosschain'?
- Multiple currency options
</Tab>

<Tab title="Security & Trust">
**Enhanced Security:**
- No stored payment credentials
- Transparent blockchain transactions

Check warning on line 213 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L213

Did you really mean 'blockchain'?
- Real-time payment verification
- Immutable payment records
</Tab>
Expand All @@ -221,7 +222,7 @@
```javascript React Component
import { PaymentWidget } from '@requestnetwork/payment-widget';

function CheckoutPage({ orderTotal, orderId }) {

Check warning on line 225 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L225

Did you really mean 'orderTotal'?

Check warning on line 225 in use-cases/checkout.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/checkout.mdx#L225

Did you really mean 'orderId'?
return (
<PaymentWidget
amount={orderTotal}
Expand Down
205 changes: 105 additions & 100 deletions use-cases/invoicing.mdx
Original file line number Diff line number Diff line change
@@ -1,184 +1,189 @@
---
title: "📄 Invoicing"
title: "Invoicing"
icon: "file-invoice"
description: "Create crypto invoices with automatic payment detection and reconciliation"

Check warning on line 4 in use-cases/invoicing.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/invoicing.mdx#L4

Did you really mean 'crypto'?
---

<Warning>
**AI-Generated Content** – This page was generated with AI assistance and may contain inaccuracies. While likely close to accurate, please verify critical details with the [stable documentation](https://docs.request.network) or [contact support](https://github.com/orgs/RequestNetwork/discussions).
</Warning>

## Overview

Transform your invoicing workflow with Request Network. Create professional invoices, accept payments in 553+ currencies across 10 EVM chains, and maintain perfect payment records with zero reconciliation errors.

## 🚀 Quickstart: Create Your First Invoice
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.

Check warning on line 9 in use-cases/invoicing.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/invoicing.mdx#L9

Did you really mean 'crypto'?

<Info>
**Get your first invoice paid in under 1 minute**
**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

Check warning on line 13 in use-cases/invoicing.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/invoicing.mdx#L13

Did you really mean 'crypto'?
- **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
- **Webhook automation** - Real-time payment confirmations for backend integration

*Interactive quickstart experience coming soon*
</Info>
## Quickstart

<Steps>
<Step title="Create Invoice">
Generate a payment request with amount, recipient, and payment terms
Call the [Create Request endpoint](/api-features/create-requests) with invoice details
</Step>
<Step title="Share Payment Link">
Send the secure payment link to your customer
</Step>
<Step title="Get Paid">
Customer pays with their preferred wallet and currency
<Step title="Process Payment">
Use the payment data to show payment options, then guide the payer through wallet signature and submission
</Step>
<Step title="Track Payment">
Real-time payment detection and automatic reconciliation
Use [webhooks](/api-features/webhooks-events) for real-time payment notifications
</Step>
</Steps>

## EasyInvoice Demo
## Invoicing Demo

Try the complete invoicing workflow with EasyInvoice:

<Card
title="Try EasyInvoice Demo"
href="https://easyinvoice.request.network"
icon="external-link"
>
Create invoices, accept crypto payments, and track payment status - all powered by Request Network API

Check warning on line 41 in use-cases/invoicing.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/invoicing.mdx#L41

Did you really mean 'crypto'?
</Card>

**What you'll see:**
- Invoice creation with Request Network
- Multiple payment currencies and chains
- Automatic payment detection
- Real-time status updates via webhooks

See the complete invoicing workflow in action with our demo application:
<Check>
**Ready to integrate?** If EasyInvoice meets your needs, you can start using it immediately. For custom requirements, explore the integration options below.
</Check>

## Integration Approaches

<Info>
Not sure which approach fits your needs? [See our detailed comparison of integration approaches →](/resources/integration-approaches)
</Info>

<CardGroup cols={2}>
<Card
title="🎬 Watch Demo Video"
href="#"
icon="play"
title="Use EasyInvoice"
icon="rocket"
href="https://easyinvoice.request.network"
>
Complete invoicing workflow with Google login, dashboard metrics, and real-time updates
**Go live in minutes**

Use our hosted application with no development required.

- Dashboard analytics
- Multi-currency support
- Immediate deployment

[Try it now →](https://easyinvoice.request.network)
</Card>

<Card
title="🔗 Try Live Demo"
href="https://easy-invoice-demo.vercel.app"
icon="external-link"
title="Fork EasyInvoice"
icon="code-fork"
href="#"
>
Experience the full EasyInvoice application
**Customize for your brand**

Clone and modify the open-source application to match your needs.

- Full source code access
- Custom branding
- Add your own features

[Forking guide →](#)
</Card>
</CardGroup>

**Demo Features:**
- Google authentication and user management
- Professional invoice creation with custom branding
- Real-time payment tracking and notifications
- Dashboard with payment analytics and metrics
- Multi-currency support (USD invoicing, crypto settlement)

## Integration Options

Choose the approach that best fits your needs:

<Tabs>
<Tab title="Use EasyInvoice As-Is">
**Best for:** Quick deployment, immediate invoicing capabilities

Deploy EasyInvoice directly for your business:
- Ready-to-use invoicing interface
- No development required
- Hosted solution with custom domain support

[Deploy EasyInvoice →](#)
</Tab>
<Card
title="Build with API"
icon="code"
href="/api-features/create-requests"
>
**Complete control**

<Tab title="Fork & Customize">
**Best for:** Custom branding, workflow modifications

Customize EasyInvoice for your specific needs:
- Clone the repository
- Modify UI/UX to match your brand
- Add custom business logic
- Requires API key setup

[Fork Repository →](#) | [Setup Guide →](#)
</Tab>
Build a custom solution integrated with your existing systems.

<Tab title="Custom Implementation">
**Best for:** White-label solutions, full control

Build your own invoicing system using Request Network API:
- Complete customization freedom
- Integrate with existing systems
- Pure API integration

[API Documentation →](/api-features/payment-types)
</Tab>
</Tabs>
- White-label ready
- Full customization
- Add fee layers
- <Tooltip tip="Users maintain control of their funds - you never custody crypto">Non-custodial</Tooltip> architecture

[API docs →](/api-features/create-requests)
</Card>

## Key API Features for Invoicing

<CardGroup cols={2}>
<Card
title="Create Requests"
href="/api-features/payment-types"
href="/api-features/create-requests"
icon="plus"
>
Generate payment requests with flexible parameters and metadata
Generate payment requests with amount, recipient, and payment terms
</Card>

<Card
title="Conversion Payments"
href="/api-features/payment-types"
href="/api-features/conversion-payments"
icon="exchange"
>
Invoice in USD, get paid in crypto with automatic conversion
Fiat-denominated invoices settled in crypto with real-time price conversion
</Card>

<Card
title="Recurring Payments"
href="/api-features/payment-types"
icon="repeat"
title="Batch Payments"
href="/api-features/batch-payments"
icon="layer-group"
>
Set up subscription billing and automated recurring invoices
Pay multiple invoices in a single transaction
</Card>

<Card
title="Webhooks"
href="/api-features/advanced-features"
icon="webhook"
title="Recurring Invoices"
href="/api-features/recurring-payments"
icon="repeat"
>
Real-time payment notifications for instant reconciliation
Automate recurring invoice generation for ongoing vendor relationships
</Card>

<Card
title="Partial Payments"
href="/api-features/payment-types"
icon="coins"
title="Payment Detection"
href="/api-features/payment-detection"
icon="radar"
>
Accept installment payments and partial settlements
Automatic detection and verification of payments across chains
</Card>

<Card
title="Custom Metadata"
href="/api-features/advanced-features"
icon="tag"
title="Query Requests"
href="/api-features/query-requests"
icon="magnifying-glass"
>
Add invoice numbers, tax info, and business data
Build invoicing dashboards with historical invoice data and status tracking
</Card>
</CardGroup>

## What's Next?

<CardGroup cols={3}>
<Card
title="🔑 Get API Keys"
title="Get API Keys"
href="/api-setup/getting-started"
icon="key"
>
Set up your account and get API credentials
</Card>

<Card
title="⚙️ Explore Features"
href="/api-features/payment-types"
icon="cog"
title="View Invoicing Examples"
href="#"
icon="code"
>
Learn about payment types and advanced capabilities
See code examples for common invoicing workflows
</Card>

<Card
title="🌐 Check Compatibility"
title="Supported Chains & Currencies"
href="/resources/supported-chains-and-currencies"
icon="globe"
>
Review supported chains and currencies
See which networks and tokens you can use
</Card>
</CardGroup>
3 changes: 2 additions & 1 deletion use-cases/payment-detection.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "💳 Payment Detection"
title: "Payment Detection"
icon: "credit-card"
description: "Automatically detect and verify crypto payments with real-time blockchain monitoring and webhooks"

Check warning on line 4 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L4

Did you really mean 'crypto'?

Check warning on line 4 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L4

Did you really mean 'blockchain'?
---

<Warning>
Expand All @@ -9,13 +10,13 @@

## Overview

Payment Detection monitors blockchain networks to automatically identify and verify when payments are completed. Add crypto payment acceptance to your existing systems without rebuilding your entire infrastructure.

Check warning on line 13 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L13

Did you really mean 'blockchain'?

Check warning on line 13 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L13

Did you really mean 'crypto'?

## When to Use Payment Detection

<CardGroup cols={2}>
<Card title="Existing Business Logic" icon="building">
You already have invoicing, billing, or business systems and just need crypto payment acceptance

Check warning on line 19 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L19

Did you really mean 'crypto'?
</Card>

<Card title="Single Wallet, Many Payments" icon="wallet">
Expand All @@ -23,35 +24,35 @@
</Card>

<Card title="Real-time Verification" icon="clock">
Need instant payment confirmation without manual blockchain checking

Check warning on line 27 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L27

Did you really mean 'blockchain'?
</Card>

<Card title="Multi-chain Support" icon="link">
Accept payments across Ethereum, Polygon, BSC, and 10+ EVM chains

Check warning on line 31 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L31

Did you really mean 'Ethereum'?
</Card>
</CardGroup>

## Common Scenarios

### Donations with Attribution
Accept crypto donations to a single wallet and automatically attribute each to the correct donor, campaign, or cause.

Check warning on line 38 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L38

Did you really mean 'crypto'?

**Example:** A nonprofit collects donations from hundreds of donors to one Ethereum address. Each donation includes a Request ID, enabling automatic attribution and thank-you emails.

Check warning on line 40 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L40

Did you really mean 'Ethereum'?

### SaaS Adding Crypto Payments

Check warning on line 42 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L42

Did you really mean 'Crypto'?
Existing subscription or billing platform adds crypto as a payment option alongside credit cards.

Check warning on line 43 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L43

Did you really mean 'crypto'?

**Example:** A SaaS company uses Stripe for card payments but wants to offer USDC payments. Payment Detection monitors for crypto payments and updates subscription status automatically.

Check warning on line 45 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L45

Did you really mean 'crypto'?

### Manual Invoices + Crypto Detection

Check warning on line 47 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L47

Did you really mean 'Crypto'?
Send invoices through existing channels (email, PDF) and let customers pay in crypto with automatic detection.

Check warning on line 48 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L48

Did you really mean 'crypto'?

**Example:** A freelancer emails invoices as PDFs with a Request ID. Clients pay in crypto, and the freelancer's accounting software automatically marks invoices as paid via webhook.

Check warning on line 50 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L50

Did you really mean 'PDFs'?

Check warning on line 50 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L50

Did you really mean 'crypto'?

### High-Volume Payment Collection
Collect thousands of payments without creating new wallet addresses for each transaction.

**Example:** An e-commerce platform processes 10,000+ crypto orders per day. Instead of generating unique addresses, each order gets a Request ID for attribution.

Check warning on line 55 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L55

Did you really mean 'crypto'?

---

Expand All @@ -59,11 +60,11 @@

<Steps>
<Step title="Payment Initiated">
Customer sends crypto payment including the Request ID in the transaction reference

Check warning on line 63 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L63

Did you really mean 'crypto'?
</Step>

<Step title="Blockchain Monitoring">
Request Network continuously scans supported blockchains for transactions matching your requests

Check warning on line 67 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L67

Did you really mean 'blockchains'?
</Step>

<Step title="Payment Detected">
Expand All @@ -83,9 +84,9 @@

## Detection Features

### Real-time Blockchain Scanning

Check warning on line 87 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L87

Did you really mean 'Blockchain'?
- **Multi-chain monitoring:** Ethereum, Polygon, Arbitrum, Optimism, BSC, Gnosis, Fantom, Avalanche, and more

Check warning on line 88 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L88

Did you really mean 'Ethereum'?

Check warning on line 88 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L88

Did you really mean 'Arbitrum'?
- **Sub-minute detection:** Typically detect payments within seconds of blockchain confirmation

Check warning on line 89 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L89

Did you really mean 'blockchain'?
- **Confirmation tracking:** Configurable confirmation thresholds for different security requirements

### Payment Verification
Expand All @@ -95,7 +96,7 @@

### Webhook Integration
- **Event notifications:** `payment.detected`, `payment.confirmed`, `payment.failed`
- **Retry logic:** Automatic webhook retries with exponential backoff

Check warning on line 99 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L99

Did you really mean 'backoff'?
- **Signature verification:** Cryptographically signed webhooks for security

---
Expand Down Expand Up @@ -143,7 +144,7 @@
- Webhook delivery with retry logic
- Permanent on-chain payment records

**Example:** QuickBooks + crypto payments via Request Network detection

Check warning on line 147 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L147

Did you really mean 'crypto'?
</Tab>

<Tab title="Full Invoicing Workflow">
Expand Down Expand Up @@ -194,14 +195,14 @@
},
body: JSON.stringify({
currency: 'USDC-matic',
expectedAmount: '100.00',

Check warning on line 198 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L198

Did you really mean 'expectedAmount'?
paymentAddress: '0x...your-wallet',

Check warning on line 199 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L199

Did you really mean 'paymentAddress'?
reason: 'Invoice #12345'
})
});

const { requestId } = await response.json();

Check warning on line 204 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L204

Did you really mean 'requestId'?
// Include requestId in payment instructions to customer

Check warning on line 205 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L205

Did you really mean 'requestId'?
```

```javascript Node.js - Webhook Handler
Expand Down Expand Up @@ -244,18 +245,18 @@

## Supported Networks & Currencies

### Mainnet Networks

Check warning on line 248 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L248

Did you really mean 'Mainnet'?
- **Ethereum:** ETH, USDC, USDT, DAI, and 200+ ERC20 tokens

Check warning on line 249 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L249

Did you really mean 'Ethereum'?
- **Polygon:** MATIC, USDC, USDT, DAI, and 150+ tokens
- **Arbitrum, Optimism, BSC, Gnosis, Fantom, Avalanche:** Full ERC20 support

Check warning on line 251 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L251

Did you really mean 'Arbitrum'?

### Detection Speed
- **Ethereum:** ~15 seconds per confirmation

Check warning on line 254 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L254

Did you really mean 'Ethereum'?
- **Polygon:** ~2 seconds per confirmation
- **Layer 2s:** Sub-second to ~2 seconds

### Testnet Support

Check warning on line 258 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L258

Did you really mean 'Testnet'?
Available on Sepolia, Mumbai, and other testnets for development

Check warning on line 259 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L259

Did you really mean 'Sepolia'?

Check warning on line 259 in use-cases/payment-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payment-detection.mdx#L259

Did you really mean 'testnets'?

[View all supported chains and currencies →](/resources/supported-chains-and-currencies)

Expand Down
3 changes: 2 additions & 1 deletion use-cases/payouts.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "💰 Payouts"
title: "Payouts"
icon: "money-bill-transfer"
description: "Send batch payments to multiple recipients with automatic tracking and reconciliation"
---

Expand All @@ -9,7 +10,7 @@

## Overview

Streamline your payment operations with Request Network payouts. Send instant payments to multiple recipients, maintain complete payment records, and eliminate the complexity of manual crypto transfers.

Check warning on line 13 in use-cases/payouts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payouts.mdx#L13

Did you really mean 'crypto'?

## 🚀 Quickstart: Send Your First Payout

Expand Down Expand Up @@ -67,7 +68,7 @@
- Multi-currency payment support
- Real-time transaction tracking
- Payment history and analytics
- Crosschain payment capabilities

Check warning on line 71 in use-cases/payouts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (requestnetwork) - vale-spellcheck

use-cases/payouts.mdx#L71

Did you really mean 'Crosschain'?

## Integration Options

Expand Down
Loading