⚡ Complete Your Stripe Setup (15 minutes)

£10/day is waiting. Every minute you delay costs you money.
⌛ Do this RIGHT NOW — your store is built and ready to sell

💰 What You Are About to Activate

17 bots running • 5 products live • 3 service tiers • All built and waiting for YOU.

Complete these 6 steps and your automated sales machine goes live 24/7.

1
Add Stripe Webhook
⏱ 2 minutes
  1. Go to: https://dashboard.stripe.com/webhooks
  2. Click "Add endpoint"
  3. Enter this exact URL:
    https://aifusionx.io:4001/webhook
  4. Under "Select events", search for and tick: checkout.session.completed
  5. Click "Add endpoint" to save
  6. On the webhook detail page, click "Reveal" next to Signing secret — copy it (starts with whsec_)
  7. SSH into your server and run:
    sed -i 's/whsec_[^ ]*/YOUR_WEBHOOK_SECRET/' /opt/aifusionx-hostinger/sales-backend/server.js
    Replace YOUR_WEBHOOK_SECRET with your actual whsec_ value before running
  8. Restart the backend:
    pm2 restart sales-backend
2
Add Stripe Secret Key
⏱ 1 minute
  1. Go to: https://dashboard.stripe.com/apikeys
  2. Copy your Secret key (starts with sk_live_)
  3. SSH and run:
    sed -i "s/sk_live_[^ ]*/YOUR_SECRET_KEY/" /opt/aifusionx-hostinger/sales-backend/server.js
    Replace YOUR_SECRET_KEY with your actual sk_live_ value before running
  4. Restart:
    pm2 restart sales-backend
3
Create Payment Links for 4 Products
⏱ 8 minutes

Go to: https://dashboard.stripe.com/payment-links → click "Create payment link" for each product below.

Product Price File to Update After
Faceless Video Blueprint £12.99 /var/www/aifusionx/products/faceless-blueprint/index.html
Automation Toolkit £14.99 /var/www/aifusionx/products/automation-toolkit/index.html
Content Calendar Pro £9.99 /var/www/aifusionx/products/content-calendar/index.html
Monetization Mastery £17.99 /var/www/aifusionx/products/monetization-mastery/index.html
After creating each Stripe payment link, SSH into the server and run this command for each product (replacing the path and link accordingly):
sed -i 's|href="#buy"|href="https://buy.stripe.com/YOUR_LINK"|g' /var/www/aifusionx/products/faceless-blueprint/index.html

Repeat for each of the 4 product files above with their respective Stripe links.

4
Open IONOS Firewall Port 4001
⏱ 2 minutes
  1. Login to your IONOS control panel
  2. Navigate to Server → Firewall
  3. Click "Add rule" and set:
    • Protocol: TCP
    • Port: 4001
    • Source: 0.0.0.0/0
  4. Save the rule
This is critical. Without port 4001 open, Stripe cannot reach your webhook. Payments will go through but you will never get the sale notification and the download link will not be sent.
5
Create Telegram Bot
⏱ 2 minutes
  1. Open Telegram and message @BotFather
  2. Send: /newbot
  3. When asked for a name, enter: AiFusionX Control Bot
  4. When asked for a username, enter: aifusionxcontrol_bot
  5. Copy the token BotFather gives you
  6. SSH and run:
    sed -i 's/8601844434:AAGwFaWsEMmrOhauXMhu7Dj0zbt7QQIpcKU/YOUR_NEW_TOKEN/' /opt/telegram-bot/telegram_bot.py
    Replace YOUR_NEW_TOKEN with the actual token from BotFather
  7. Restart:
    pm2 restart telegram-control
6
Test the Full Flow
⏱ 3 minutes
  1. Open: https://aifusionx.io/products/ai-side-hustle/
  2. Click Buy Now
  3. Complete the purchase using the Stripe test card:
    4242 4242 4242 4242
    Any future expiry date • Any 3-digit CVC • Any postcode • Any name
  4. Check your Telegram — you should receive: 💰 SALE! notification within seconds
  5. Verify the download link in the confirmation works correctly
If you do NOT get the Telegram notification: check port 4001 is open (Step 4) and run pm2 status to confirm sales-backend is running.

⏰ ESTIMATED TIME: 15 minutes total

💰 RESULT: Fully automated sales machine generating income 24/7

17 bots running • 5 products live • 3 service tiers • Automated Telegram sale notifications