Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
]
},
"payments/wallets/api-first",
"payments/wallets/webview",
{
"group": "Token & Chain Support",
"pages": [
Expand Down Expand Up @@ -242,6 +243,7 @@
]
},
"payments/wallets/api-first",
"payments/wallets/webview",
{
"group": "Token & Chain Support",
"pages": [
Expand Down
Empty file.
10 changes: 10 additions & 0 deletions payments/wallets/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ For wallets that prefer direct API integration without using an SDK, you can use
</Card>
</CardGroup>

### WebView Integration

For apps that want to embed the full WalletConnect Pay checkout UI inside a native WebView — without redirecting to an external browser. The hosted checkout handles everything; your app supplies two query parameters and listens for bridge messages.

<CardGroup cols={2}>
<Card title="WebView integration" icon="window" href="/payments/wallets/webview">
Embed the checkout portal in a native WebView (iOS, Android, React Native, Flutter).
</Card>
</CardGroup>

## Getting Started

To get started with WalletConnect Pay integration:
Expand Down
Loading