Phishlight.ai Pro
A one-time $1 payment unlocks Pro protection — advanced scam detection, threat-intelligence integrations, and priority updates. No subscription.
1. Pay $1 with PayPal
Send a one-time $1 payment through PayPal. When you're done, note the PayPal transaction ID from your receipt — you'll enter it in the next step.
2. Claim your license code
License verification API
External sites can confirm a purchase by sending the buyer's email and license code. The endpoint returns { "valid": true } or { "valid": false }.
POST https://phishlight.ai/api/public/verify-license
Content-Type: application/json
{ "email": "you@company.com", "license_code": "PL-XXXX-XXXX-XXXX" }
→ { "valid": true }A GET request also works: /api/public/verify-license?email=...&license_code=...