LicenseOS

Developer Monetization Platform V2.1

Sell plugins, manage licenses, accept payments, auto-update & onboard developers

License Management

Auto-generate, activate, validate licenses with domain binding and expiry

Stripe Connect Payouts

Platform commission + developer revenue split, automatic transfers

Multi-Payment Support

Stripe, WeChat Pay, Alipay - unified webhook handling

Auto-Update System

WordPress ZIP update delivery with version management and changelogs

Developer Onboarding

Application review, auto-provisioning tenant + API key + dashboard access

Event-Driven Architecture

Decoupled order processing, license generation, commission & payout via queue

API V2.1 Quick Reference

# All protected endpoints require X-API-KEY header
# License Activation
curl -X POST https://sz.djkz.top/api/v2/license/activate \
  -H "X-API-KEY: your-api-key" \
  -d "license_key=DEMO-A1B2-C3D4-E5F6&domain=test.com"

# License Check
curl -X POST https://sz.djkz.top/api/v2/license/check \
  -H "X-API-KEY: your-api-key" \
  -d "license_key=DEMO-A1B2-C3D4-E5F6"

# Check for Updates
curl "https://sz.djkz.top/api/v2/update/check?product=seo-booster-pro&version=1.0.0" \
  -H "X-API-KEY: your-api-key"

# Create Checkout Session
curl -X POST https://sz.djkz.top/api/v2/checkout/create \
  -d "product_id=1"

# Simulated Payment (testing)
curl -X POST https://sz.djkz.top/api/v2/webhook/payment \
  -d "order_id=1"