Easy Integration
Pre-built plugins for popular platforms. Get started in minutes without coding.
W
WooCommerce
AvailableE-Commerce
WordPress plugin for online stores
S
Shopify
AvailableE-Commerce
App for Shopify stores
W
WHMCS
AvailableHosting
Payment gateway for web hosting
V
V2board
AvailableVPN/Proxy
Panel plugin for proxy services
D
Dujiaoka
AvailableDigital Goods
Integration for card selling
E
EPay
AvailableGateway
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://..."
}'