HOW-TO GUIDE
How to Set Up Crypto Checkout on Shopify
Add USDT & USDC crypto payment option to your Shopify store. Accept stablecoin payments alongside traditional payment methods.
Create Zateway Account
Sign up at zateway.com/signup and connect your wallet.
Get Your API Key
Go to Settings → API Keys and copy your production key.
Create Payment Links for Products
For each product or order, create a Zateway payment link with the order amount. Include the Shopify order ID in metadata.
Add 'Pay with Crypto' Button
Add a custom button to your Shopify checkout that redirects to the Zateway payment link. Use Shopify's Additional Scripts or a custom theme section.
Set Up Webhook Handler
Create a webhook endpoint on your Shopify app or external server. When Zateway confirms payment, mark the Shopify order as paid via the Shopify Admin API.
Test with Sandbox
Use zate_test_* keys to test the full flow before going live. Verify payment links, webhook callbacks, and order fulfillment.