Dashboard
Live overview · refreshes every 30s
Total Revenue
₦0
All time (paid orders)
Today's Revenue
₦0
Since midnight
Total Orders
0
0 paid
Pending Payments
0
Awaiting payment
Revenue (Last 7 Days)
Recent Orders
Orders
Manage all customer orders
| Reference | Customer | Phone | Amount | Status | Date | Action |
|---|---|---|---|---|---|---|
| Loading orders… | ||||||
—
Products
What your bot sells — these appear in WhatsApp automatically
Loading products…
Bot Simulator
Test exactly what your customers experience on WhatsApp
K
Kemi's Boutique
PayChat Business ✓
Quick Test Phrases
👋 Start conversation"Hi"
📋 Browse products"1"
🛍️ Order a product"Ankara Dress"
✅ Confirm order"CONFIRM"
🔄 Reset to menu"MENU"
How it works
This simulator talks to your real
Your customers get the exact same experience inside actual WhatsApp — just replace the simulator input with a real WhatsApp message.
Mock mode is ON — no real WhatsApp messages are sent.
bot.php backend.Your customers get the exact same experience inside actual WhatsApp — just replace the simulator input with a real WhatsApp message.
Mock mode is ON — no real WhatsApp messages are sent.
Settings
Configure your PayChat account
WhatsApp API Configuration
To go live, update these values in bot.php at the top of the file:
// In bot.php:
define('VERIFY_TOKEN', 'your_secret');
define('WHATSAPP_TOKEN', 'EAAx...');
define('WHATSAPP_PHONE_ID', '1234...');
define('WHATSAPP_MOCK', false); // ← flip this
define('VERIFY_TOKEN', 'your_secret');
define('WHATSAPP_TOKEN', 'EAAx...');
define('WHATSAPP_PHONE_ID', '1234...');
define('WHATSAPP_MOCK', false); // ← flip this
📋 Getting your Meta API keys:
1. Go to developers.facebook.com
2. Create an App → Add WhatsApp product
3. Get your Phone Number ID and Temporary Token
4. Set webhook URL to:
5. Set Verify Token to match what's in bot.php
1. Go to developers.facebook.com
2. Create an App → Add WhatsApp product
3. Get your Phone Number ID and Temporary Token
4. Set webhook URL to:
yourdomain.com/paychat/bot.php5. Set Verify Token to match what's in bot.php
Paystack Configuration
Update these in paystack.php:
define('PAYSTACK_MOCK', false);
define('PAYSTACK_SECRET', 'sk_live_...');
define('PAYSTACK_PUBLIC', 'pk_live_...');
define('PAYSTACK_SECRET', 'sk_live_...');
define('PAYSTACK_PUBLIC', 'pk_live_...');