Skip to content

Commit aaa5b54

Browse files
committed
Refine terminology: 'connected' instead of 'included'
- Change 'included in the transaction' to 'connected to the transaction' - Fix tooltip formatting: move comma inside tooltip for 'transaction hash' - 'Connected' is more accurate and user-friendly than 'included'
1 parent 1fa625d commit aaa5b54

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
@@ -6,7 +6,7 @@ description: "Automatically detect and verify crypto payments with real-time blo
66

77
## Overview
88

9-
Traditional crypto payments lack business context. You receive a <Tooltip tip="Unique identifier of a transaction recorded on the blockchain">transaction hash</Tooltip>, but don't know which customer, invoice, or order it's for. Manual reconciliation is error-prone and doesn't scale.
9+
Traditional crypto payments lack business context. You receive a <Tooltip tip="Unique identifier of a transaction recorded on the blockchain">transaction hash,</Tooltip> but don't know which customer, invoice, or order it's for. Manual reconciliation is error-prone and doesn't scale.
1010

1111
Request IDs solve this by attaching business context to every payment. Each request gets a unique Request ID that connects payments back to your specific invoice, order, or subscription with cryptographic certainty.
1212

@@ -72,7 +72,7 @@ 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 included in the transaction
75+
Customer sends payment to your wallet address - the Request ID is connected to the transaction
7676
</Step>
7777

7878
<Step title="Automatic Detection">

0 commit comments

Comments
 (0)