Webhooks System
The panel includes a webhook system for automatic key creation when purchases are made on external selling platforms.
Automatic Key Delivery
When a customer purchases a cheat from your listing on external platforms (Sellauth, Sellhub.cx, Sellhub.io), the platform sends a purchase notification to our system. The panel automatically creates and delivers the key to the customer, with no manual work on your side.
This automation saves time and helps customers receive their keys right after payment.
Supported Platforms
- Sellauth: full integration for automated key creation.
- Sellhub.cx: full integration for automated key delivery.
- Sellhub.io: coming soon.
Features
Unique Security Tokens
Each webhook has a unique secret key that validates incoming requests, so only legitimate purchases can create keys in your store.
Multi‑Duration Support
You can create separate webhook URLs for different key durations (1, 3, 7, 30 days), which lets you offer multiple pricing tiers on external platforms.
Platform Management
- View all configured webhooks with platform and cheat information.
- Use filters to find specific webhooks.
- Enable or disable webhooks without deleting them.
- Use one webhook with URL parameters to handle multiple durations if you prefer.
Webhook URL Structure
Each webhook exposes a base URL and a set of ready‑to‑use URLs per duration (1, 3, 7, 30 days). You copy the URL for the duration you want and paste it into your selling platform:
/webhook/{platform}/{cheat_id}?days={duration}&secret={your_secret}The webhook system handles the rest: it receives purchase data, validates the request using an HMAC‑based secret and creates the appropriate key automatically.
Active Management
Webhooks can be temporarily disabled without deletion, giving you control over when automated key creation is active. The filtering system helps you manage multiple webhooks efficiently across different platforms and cheats.
