PonponPay
중급6 분 읽기

WHMCS Crypto Payment Integration

Enable USDT and other crypto payments for WHMCS invoices via PonponPay plugin.

Deployment Steps

  1. Upload plugin files into WHMCS `modules/gateways` directory
  2. Enable PonponPay gateway in WHMCS admin
  3. Configure API Key, callback URL, and timeout settings
  4. Validate order + callback flow in sandbox or low-risk environment

Go-Live Checklist

  • Webhook endpoint is publicly reachable via HTTPS
  • Invoice status mapping is correct
  • Expired orders are auto-closed as expected
  • Plugin version is maintained with changelog

Operations Advice

If you maintain custom themes or hooks, keep payment state transitions idempotent to avoid duplicate accounting. Add alerting for callback failures.

View plugin repository and installation guide