StakeReload is a subscription-based web application that allows users to claim casino reloads and social drops quickly and easily with a pay-as-you-go model.
- Blazing-fast processing: Automate reload claims in under 2 seconds.
- Real-time updates and monitoring: Stay informed with real-time updates.
- Easy subscription model: Pay as you go with our flexible subscription plans.
- Trusted by thousands: Join a community of players who trust StakeReloadXS for their reload needs.
- Professional team: Built by a team of experienced Web3 developers.
This is the payment processing backend for StakeReload website. It handles cryptocurrency payments via NOWPayments and sends notifications to Telegram when payments are received.
- Express.js backend server
- NOWPayments integration for cryptocurrency payments
- Telegram notifications for successful payments
- IPN (Instant Payment Notification) callback handling
- Node.js (v14 or higher)
- NPM (v6 or higher)
- NOWPayments account and API key
- Telegram bot token and chat ID
-
Install dependencies:
npm install -
Configure environment variables:
- Copy
.env.exampleto.env - Fill in the required values:
PORT: Server port (default: 3000)NOWPAYMENTS_API_KEY: Your NOWPayments API keyNOWPAYMENTS_IPN_SECRET: Your NOWPayments IPN secretTELEGRAM_BOT_TOKEN: Your Telegram bot tokenTELEGRAM_CHAT_ID: Your Telegram chat ID for notifications
- Copy
- Create an account at NOWPayments
- Generate an API key in your account dashboard
- Set up IPN (Instant Payment Notification) in your NOWPayments dashboard:
- IPN callback URL:
https://your-domain.com/api/payments/ipn-callback - Generate an IPN secret key
- IPN callback URL:
- Create a new Telegram bot using BotFather
- Get the bot token from BotFather
- Create a group and add your bot to it
- Get the chat ID (you can use the
@get_id_botor send a message to the group and check the chat ID via the Telegram API)
npm run dev
npm start
- URL:
/api/payments/create - Method:
POST - Body:
{ "packageId": "xs-credits-50k", "telegramUsername": "@username" } - Response:
{ "success": true, "data": { "invoice_url": "https://nowpayments.io/invoice/...", "invoice_id": "...", "order_id": "..." } }
- URL:
/api/payments/ipn-callback - Method:
POST - Headers:
x-nowpayments-sig: HMAC signature for verification
- Body: NOWPayments payment data
new-xsid: New XSID setup ($5.00)xs-credits-50k: 50,000 XS Credits ($50.00)xs-credits-100k: 100,000 XS Credits ($100.00)xs-credits-200k: 200,000 XS Credits ($200.00)xs-credits-1m: 1,000,000 XS Credits ($1,000.00)
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Internet connection
-
Clone the repository:
git clone https://github.com/StakeReload/xs-web
-
Navigate to the project directory:
cd stakereload -
Open index.html in your web browser to view the site.
- Visit StakeReload.
- Sign up for an account.
- Choose a subscription plan that suits your needs.
- Start claiming your casino reloads and social drops effortlessly.
We welcome contributions from the community. To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your commit message" - Push to the branch:
git push origin feature/your-feature-name
- Open a pull request on GitHub.
- Add Pages(some are partially completed):
- Home
- Affiliates
- Team
- Privacy, Terms, Refunds
- Merch/Services
- Login with telegram widget
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support, please contact us at support@stakereloadxs.com.
Follow us on social media for the latest updates:
- Twitter: @reloadedxs
- GitHub 1: StakeReloadXS
- GitHub 2: StakeReload
- Discord: ReloadedXS
- Telegram: StakeReloadXS
- LinkedIn: StakeReloadXS
@StakeReloadXS @StakeReload
© 2025 StakeReload™. All Rights Reserved.