🔌
Add crypto payments to your WooCommerce project in under 10 minutes.
Get Your API KeyDownload the Zateway WooCommerce plugin from the WordPress repository
Upload and activate the plugin in WordPress Admin > Plugins
Go to WooCommerce > Settings > Payments > Zateway
Enter your API key and select supported chains
Enable the gateway and test with a sandbox order
// 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;
});Get your API key and start accepting crypto payments in minutes.
Get Started Free