Paylix AIO
Welcome to the official setup guide for HDBOOSTS Paylix AIO. This documentation will walk you through the configuration and webhook setup to get your system running fast and smooth.
📁Configuration File (config.json)
config.json){
"discord-settings": {
"bot-token": "YOUR-BOT-TOKEN", // Your Discord bot token
"whitelisted-users": ["YOUR-DISCORD-ID"], // List of Discord user IDs allowed to use the bot
"guild-id": "YOUR-GUILD-ID", // Your Discord server ID
"customer-role-id": "CUSTOMER-ROLE-ID", // Role ID to assign to customers
"logging": {
"paylix-logs": "CHANNEL-ID", // Channel ID for internal Paylix logs (order created/completed)
"sale-logs": "CHANNEL-ID", // Channel ID for public sale notifications
"feedBack-logs": "CHANNEL-ID", // Channel ID for public feedback notifications
"feedback-Forum-ChannelId": "CHANNEL-ID" // Forum channel for private feedback threads
}
},
"customization": {
"embed-color": "#ff0000", // Embed color in HEX (e.g., red)
"bot-customization": {
"custom-activity": "hdboosts" // Text to display as bot activity (e.g., "Watching hdboosts")
}
},
"automation-settings": {
"port": 80, // Port the bot's webhook server will run on
"host": "localhost", // Host IP or domain (e.g., VPS IP or 0.0.0.0)
"paylix": {
"api-key": "YOUR-API-KEY", // Your Paylix API key (from dashboard)
"merchant-name": "YOUR-MERCHANT-NAME" // Your Paylix merchant name
}
}
}🌐 Setting Up Your Paylix Webhook
📌 Instructions:


✅ Running The Bot
👉 Port Opening
🧠 Available Commands & What They Do
🆘 Need Support?
Last updated