Now live on 6 chainsStart accepting payments in 5 minutes
Official Woocommerce Integration

Accept Crypto on Woocommerce

The easiest way to accept USDT and USDC on your Woocommerce platform. Drop-in integration, no KYC requirements, and funds settle directly to your wallet.

View Woocommerce Docs Get API Keys

Fast Integration

Integrate crypto checkout into your Woocommerce app in minutes. Our REST API and SDKs are built for developer speed.

White-Label Checkout

Keep users on your Woocommerce domain. Use our API to build a fully custom checkout experience that matches your brand.

Built for Woocommerce Developers

Simple, predictable endpoints. Webhooks for everything.

create-payment.ts
const response = await fetch('https://api.zateway.com/v1/payments', {method: 'POST', headers: {'Authorization': 'Bearer ZATEWAY_API_KEY','Content-Type': 'application/json'}, body: JSON.stringify({amount: 99.99, currency: 'USDC', success_url: 'https://your-woocommerce-site.com/success', metadata: { order_id: '12345' }})});

Start building on Woocommerce

Get API Keys (Free)