Skip to content

Commit e5013ae

Browse files
committed
Refactor Quickstart to focus on Easy Invoice path
Changed from generic/confusing steps to specific Easy Invoice workflow: 1. Create account and generate Client ID 2. Integrate Payment Widget with Client ID 3. Customer completes payment 4. View confirmation in dashboard Added Info callout pointing to: - Payout API docs for custom API integration - Fork EasyInvoice for white-label platforms This provides clear, actionable steps for fastest path to production while guiding advanced users to alternatives.
1 parent 406b26b commit e5013ae

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

use-cases/checkout.mdx

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,24 @@ Unlike traditional crypto payments where customers send funds and you manually m
2222
## Quickstart
2323

2424
<Steps>
25-
<Step title="Choose Integration">
26-
Use [Payment Widget Button](#) for drop-in checkout or [payout endpoint](/api-features/payouts) for custom API integration
25+
<Step title="Create Easy Invoice Account">
26+
Sign up at [easyinvoice.request.network](https://easyinvoice.request.network) and generate a Client ID for your site
2727
</Step>
28-
<Step title="Customer Pays">
29-
Customer connects wallet and completes payment - funds go directly to your wallet via <Tooltip tip="Funds processed through blockchain smart contracts - Request Network never holds your money">non-custodial</Tooltip> smart contract
28+
<Step title="Integrate Payment Widget">
29+
Add Payment Widget Button to your checkout page using your Client ID
3030
</Step>
31-
<Step title="Get Confirmation">
32-
API integrations receive [webhook](/api-features/webhooks-events) notification when payment is confirmed
31+
<Step title="Customer Completes Payment">
32+
Customer connects wallet and pays - funds go directly to your wallet via <Tooltip tip="Funds processed through blockchain smart contracts - Request Network never holds your money">non-custodial</Tooltip> smart contract
3333
</Step>
34-
<Step title="Fulfill Order">
35-
Automatically trigger fulfillment based on payment confirmation
34+
<Step title="View in Dashboard">
35+
Check Easy Invoice dashboard for payment confirmation and transaction details
3636
</Step>
3737
</Steps>
3838

39+
<Info>
40+
For custom API integration without Easy Invoice dashboard, see [Payout API docs](/api-features/payouts). For white-label platforms serving multiple merchants, see [Fork EasyInvoice](https://github.com/RequestNetwork/easy-invoice).
41+
</Info>
42+
3943
## Reference Implementations
4044

4145
### Checkout Demo - Payment Widget Integration

0 commit comments

Comments
 (0)