🔌

Integrate Zateway with WooCommerce

Add crypto payments to your WooCommerce project in under 10 minutes.

Get Your API Key

Quick Start Guide

1

Download the Zateway WooCommerce plugin from the WordPress repository

2

Upload and activate the plugin in WordPress Admin > Plugins

3

Go to WooCommerce > Settings > Payments > Zateway

4

Enter your API key and select supported chains

5

Enable the gateway and test with a sandbox order

Code Example

// Plugin auto-configures. Just add your API key:
// WooCommerce > Settings > Payments > Zateway

// Or programmatically:
add_filter('woocommerce_payment_gateways', function($gateways) {
  $gateways[] = 'WC_Zateway_Gateway';
  return $gateways;
});

Ready to integrate?

Get your API key and start accepting crypto payments in minutes.

Get Started Free

Explore More

Next.js IntegrationAPI DocsWordPress PluginShopify PluginReact IntegrationWeb3 PaymentsZateway vs TransakDevelopers