Free Downloads

Plugins & Integrations

Ready-to-use plugins for popular e-commerce platforms. Install, enter your API key, and start accepting crypto payments in minutes.

No coding required
HMAC-SHA256 secured
Auto order management
Open source (MIT)

How It Works

Step 1

Create Account

Sign up at Cryptoix and create a payment gateway in your dashboard.

Step 2

Get API Key

Copy your Secret Key (sk_...) from the gateway details page.

Step 3

Install Plugin

Download and install the plugin for your platform.

Step 4

Start Accepting

Enter your API key in the plugin settings. That's it!

Available Plugins

Choose your platform and download the plugin

WooCommerce

WooCommerce

WordPress

v1.1.1

Accept crypto payments on your WooCommerce store. One-click install, automatic order management, and real-time payment status tracking.

Easy Digital Downloads

Easy Digital Downloads

WordPress

v1.0.0

Accept crypto payments in Easy Digital Downloads with hosted Cryptoix checkout, signed webhooks, sandbox mode, and automatic payment status updates.

Custom Integration?

Use our REST API to integrate Cryptoix into any platform or custom application.

Create Payment
curl -X POST https://api.cryptoix.io/v1/payment/create \
  -H "Content-Type: application/json" \
  -H "X-API-Key: sk_your_secret_key" \
  -d '{
    "amount": 49.99,
    "currency_id": 1,
    "order_id": "ORD-1234",
    "customer_email": "[email protected]",
    "callback_url": "https://yoursite.com/webhook",
    "return_url": "https://yoursite.com/success"
  }'

Ready to Accept Crypto?

Create your free account and start accepting cryptocurrency payments today.