Easy Integration

Pre-built plugins for popular platforms. Get started in minutes without coding.

W

WooCommerce

Available
E-Commerce

WordPress plugin for online stores

S

Shopify

Available
E-Commerce

App for Shopify stores

W

WHMCS

Available
Hosting

Payment gateway for web hosting

V

V2board

Available
VPN/Proxy

Panel plugin for proxy services

D

Dujiaoka

Available
Digital Goods

Integration for card selling

E

EPay

Available
Gateway

EPay API compatible adapter

RESTful API for Custom Integration

Full-featured API with Swagger documentation. Build custom integrations for any platform with our comprehensive developer tools.

curl -X POST /api/v1/order/create \
  -H "Content-Type: application/json" \
  -d '{
    "order_id": "ORD-12345",
    "amount": 100.00,
    "chain_type": "bsc",
    "notify_url": "https://..."
  }'