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
10 changes: 5 additions & 5 deletions payments/ecommerce/integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,14 @@ Contact the WalletConnect team to obtain staging credentials.

## Example Implementation

A complete working reference implementation is available in the WalletConnect buyer-experience repository:
Complete working reference checkouts are available in the WalletConnect Pay examples repository:

<CardGroup cols={2}>
<Card title="Live Demo" icon="cart-shopping" href="https://demo-checkout.walletconnect.com">
Try the checkout flow end-to-end with a live demo store.
<Card title="React" icon="react" href="https://github.com/WalletConnect/walletconnect-pay-examples/tree/main/gateway/headless-checkout">
Next.js checkout showing payment creation, checkout redirect, and order verification.
</Card>
<Card title="Ecommerce Example (Next.js)" icon="github" href="https://github.com/WalletConnect/buyer-experience/tree/main/examples/ecommerce-poc">
Full-stack example showing payment creation, checkout redirect, and order verification.
<Card title="JavaScript" icon="js" href="https://github.com/WalletConnect/walletconnect-pay-examples/tree/main/gateway/headless-checkout-vanilla">
Framework-neutral checkout driving the payment flow with vanilla TypeScript.
</Card>
</CardGroup>

Expand Down
8 changes: 4 additions & 4 deletions payments/ecommerce/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ Your backend creates a payment via a single API call and redirects the buyer to
<Card title="Merchant Onboarding" icon="user-plus" href="/payments/merchant/onboarding">
Set up your merchant account and obtain your API credentials.
</Card>
<Card title="Live Demo" icon="cart-shopping" href="https://demo-checkout.walletconnect.com">
Try the checkout flow end-to-end with a live demo store.
<Card title="React Example" icon="react" href="https://github.com/WalletConnect/walletconnect-pay-examples/tree/main/gateway/headless-checkout">
Next.js reference checkout implementation.
</Card>
<Card title="Example Implementation" icon="github" href="https://github.com/WalletConnect/buyer-experience/tree/main/examples/ecommerce-poc">
Full-stack Next.js reference implementation.
<Card title="JavaScript Example" icon="js" href="https://github.com/WalletConnect/walletconnect-pay-examples/tree/main/gateway/headless-checkout-vanilla">
Framework-neutral vanilla TypeScript checkout.
</Card>
</CardGroup>