Shopify USDC Payment Integration

Deploy cryptocurrency payment processing to your Shopify store. No monthly fees • 1% transaction rate • Enterprise-grade security

Prerequisites: Wallet Registration

Before deploying the payment integration, you must register your settlement wallet address:

  1. Access the platform at app.instantescrow.nz
  2. Authenticate with your Web3 wallet to register your merchant ID
  3. Return here to complete Shopify theme integration

One-time setup. Your wallet address establishes the settlement endpoint for all USDC transactions.

Step 1: Authorize Store Access

Link your Shopify store to configure payment routing and settlement parameters.

You will be redirected to Shopify's OAuth flow to authorize secure API access.

✓ Platform Status: Operational
✓ Escrow protection period: 14 days | Settlement: Automated

Theme Integration Methods

1Copy this code

This single line adds the button to ALL product pages automatically:

<script src="https://app.instantescrow.nz/shopify-checkout.js" async></script>

2Add to your theme

  1. Go to Online Store → Themes
  2. Find your current theme and click the three dots (...) button
  3. Select Edit code from the dropdown
  4. In the file list, open Layout folder → click theme.liquid
  5. Search for </head> (use Ctrl+F or Cmd+F)
  6. Paste the code just before </head>
  7. Click Save (top right)

3That's it! 🎉

The button will automatically appear on:

  • ✓ All product pages
  • ✓ Cart page (Express checkout)
  • ✓ Quick shop modals

🎨 Button Preview

This is how it looks on product pages:

🔒 Protected by 14-day escrow • No gas fees

💰 How Payments Work

  1. Customer clicks button → Opens secure checkout
  2. Pays with USDC → Via wallet or email (Web3Auth)
  3. Order created → Automatically in your system
  4. Escrow protection → 14 days for disputes
  5. Automatic payout → Direct to merchant wallet
Integration Testing: Verify payment flow in an incognito browser session to simulate customer experience without cached authentication state.