diff --git a/payments/ecommerce/integration.mdx b/payments/ecommerce/integration.mdx index 21194aa..a5434c7 100644 --- a/payments/ecommerce/integration.mdx +++ b/payments/ecommerce/integration.mdx @@ -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: - - Try the checkout flow end-to-end with a live demo store. + + Next.js checkout showing payment creation, checkout redirect, and order verification. - - Full-stack example showing payment creation, checkout redirect, and order verification. + + Framework-neutral checkout driving the payment flow with vanilla TypeScript. diff --git a/payments/ecommerce/overview.mdx b/payments/ecommerce/overview.mdx index 4e1ce36..38ef031 100644 --- a/payments/ecommerce/overview.mdx +++ b/payments/ecommerce/overview.mdx @@ -52,11 +52,11 @@ Your backend creates a payment via a single API call and redirects the buyer to Set up your merchant account and obtain your API credentials. - - Try the checkout flow end-to-end with a live demo store. + + Next.js reference checkout implementation. - - Full-stack Next.js reference implementation. + + Framework-neutral vanilla TypeScript checkout.