Skip to content

Commit 49a3b44

Browse files
committed
Restructure into Integration Options and Developer Tools
Split previous 'Integration Approaches' into two sections: Integration Options (3 cards): - Easy Invoice: No-code dashboard + Client IDs for payment integration - Fork EasyInvoice: White-label platform for issuing to sub-merchants - Build with API: Full custom integration Developer Tools (1 card): - Payment Widget Button: React component usable with all integration options This separates architectural decisions from implementation tools.
1 parent 92ba388 commit 49a3b44

File tree

1 file changed

+38
-34
lines changed

1 file changed

+38
-34
lines changed

use-cases/checkout.mdx

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -56,60 +56,46 @@ See a complete merchant dashboard built with Request Network APIs: [easyinvoice.
5656
- Open-source reference you can fork to build multi-tenant platforms
5757

5858
<Check>
59-
**Ready to integrate?** Choose an integration approach below based on your technical requirements.
59+
**Ready to integrate?** Choose your integration approach and explore developer tools below.
6060
</Check>
6161

62-
## Integration Approaches
62+
## Integration Options
63+
64+
Choose how you want to structure your implementation:
6365

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

6870
<CardGroup cols={2}>
6971
<Card
70-
title="Payment Widget Button"
71-
icon="credit-card"
72-
href="#"
73-
>
74-
**Drop-in checkout component**
75-
76-
Add crypto checkout to your app with a pre-built React component.
77-
78-
- Wallet connection included
79-
- Payment processing built-in
80-
- Fully customizable styling
81-
82-
[View demo →](https://checkout.request.network)
83-
</Card>
84-
85-
<Card
86-
title="Easy Invoice E-commerce"
72+
title="Easy Invoice"
8773
icon="store"
8874
href="https://easyinvoice.request.network/ecommerce/manage"
8975
>
90-
**Hosted solution for merchants**
76+
**No-code merchant dashboard**
9177

92-
Create account, generate Client IDs, and integrate into your e-commerce sites.
78+
Get a merchant dashboard with sales tracking and Client ID management—then integrate payments using Payment Widget or custom code.
9379

94-
- No development required
95-
- Manage multiple sites with different Client IDs
96-
- Sales dashboard included
80+
- No-code dashboard setup
81+
- Generate Client IDs for multiple sites
82+
- Built-in sales analytics
9783

9884
[Try Easy Invoice →](https://easyinvoice.request.network)
9985
</Card>
10086

10187
<Card
10288
title="Fork EasyInvoice"
10389
icon="code-fork"
104-
href="#"
90+
href="https://github.com/RequestNetwork/easy-invoice"
10591
>
106-
**Build platform for other merchants**
92+
**White-label platform starter**
10793

108-
Clone and modify the open-source application to create your own multi-tenant platform.
94+
Full merchant dashboard application (sales tracking, multi-site management) you can brand and deploy for your own merchant users.
10995

11096
- Issue Client IDs to your merchant customers
111-
- Custom branding and features
112-
- Full source code access
97+
- Complete application source code
98+
- Customize branding and features
11399

114100
[View repository →](https://github.com/RequestNetwork/easy-invoice)
115101
</Card>
@@ -119,18 +105,36 @@ Not sure which approach fits your needs? [See our detailed comparison of integra
119105
icon="code"
120106
href="/api-features/payouts"
121107
>
122-
**Complete control**
108+
**Full API integration**
123109

124-
Build custom checkout using Request Network API.
110+
Build custom checkout experience using Request Network API directly.
125111

126-
- Use payout endpoints (recommended for immediate payments)
127-
- Full customization and branding
128-
- Add marketplace fees
112+
- Complete control over UX and flows
113+
- Use payout endpoints for immediate payments
114+
- Add platform fees and custom logic
129115

130116
[Payout API docs →](/api-features/payouts)
131117
</Card>
132118
</CardGroup>
133119

120+
## Developer Tools
121+
122+
<Card
123+
title="Payment Widget Button"
124+
icon="credit-card"
125+
href="#"
126+
>
127+
**Pre-built React checkout component**
128+
129+
Drop-in component for crypto payments—works with Easy Invoice Client IDs or direct API integration.
130+
131+
- Wallet connection and payment processing included
132+
- Fully customizable styling
133+
- Compatible with all integration options above
134+
135+
[View demo →](https://checkout.request.network)
136+
</Card>
137+
134138
## When to Use Checkout
135139

136140
<CardGroup cols={2}>

0 commit comments

Comments
 (0)