Skip to content

Commit 334f5fa

Browse files
committed
Adding a CTA section to wallet pay overview
1 parent 84f1077 commit 334f5fa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

payments/overview.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,14 @@ This means that any wallet or merchant integrating `wallet_pay` is automatically
5252
## Specification Reference
5353

5454
The `wallet_pay` standard is defined in [CAIP-358: Universal Payment Request Method](https://eip.tools/caip/358). It specifies how payment requests are structured and exchanged between merchants and wallets. Lifecycle management and status tracking (e.g., pending, confirmed, failed) are implementation details defined by [WalletConnect’s POS SDK](/payments/point-of-sale).
55+
56+
## Get Started
57+
58+
<CardGroup cols={2}>
59+
<Card title="WalletConnect Pay" icon="credit-card" href="/payments/wallet-implementation">
60+
Get started with WalletConnect Pay.
61+
</Card>
62+
<Card title="WalletConnect POS SDK" icon="cart-shopping" href="/payments/point-of-sale">
63+
Get started with WalletConnect POS SDK.
64+
</Card>
65+
</CardGroup>

0 commit comments

Comments
 (0)