Skip to content

Commit 1fa625d

Browse files
committed
Improve terminology precision in How It Works section
- Replace 'embedded' with 'included in the transaction' (more precise, commonly used term) - Change 'request status updates and you receive webhook' to 'you receive webhook with payment details' - Avoids claiming request state changes (technically inaccurate - IPFS stores request state, payments detected via subgraphs, status derived from combining both) - Focuses on what user experiences (webhook notification) rather than internal state management
1 parent 5bb792d commit 1fa625d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

use-cases/payment-detection.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ These scenarios all use automatic payment detection. [See technical details on d
7272
</Step>
7373

7474
<Step title="Customer Pays">
75-
Customer sends payment to your wallet address - the Request ID is automatically embedded
75+
Customer sends payment to your wallet address - the Request ID is automatically included in the transaction
7676
</Step>
7777

7878
<Step title="Automatic Detection">
7979
Request Network monitors <Tooltip tip="Decentralized networks where cryptocurrency transactions are recorded">blockchains</Tooltip> and matches payments to your requests
8080
</Step>
8181

8282
<Step title="Get Notified">
83-
When a payment is matched, your request status updates and you receive a <Tooltip tip="HTTP callback that notifies your server when payment events occur">webhook</Tooltip> notification
83+
When a payment is detected, you receive a <Tooltip tip="HTTP callback that notifies your server when payment events occur">webhook</Tooltip> notification with payment details
8484
</Step>
8585
</Steps>
8686

0 commit comments

Comments
 (0)