🧪 Testing BNP Paribas Payment System Setup ========================================== 1️⃣ Checking PHP extensions... ✅ curl - OK ✅ json - OK ✅ mbstring - OK ✅ pdo - OK 2️⃣ Checking configuration files... ✅ config.php exists ✅ API key is configured 3️⃣ Checking Composer dependencies... ✅ Composer dependencies installed 4️⃣ Checking Node.js dependencies... ✅ Node.js dependencies installed 5️⃣ Testing JS parser... ✅ Parser file exists ✅ Parser test mode works 6️⃣ Testing database connection... ✅ Database connection successful ⚠️ Table 'account' missing - run 'php bin/init_db.php' ⚠️ Table 'payment' missing - run 'php bin/init_db.php' ⚠️ Table 'transaction' missing - run 'php bin/init_db.php' ================================================== 🎉 All tests passed! System is ready to use. Next steps: 1. Start web server: php -S localhost:8000 -t public/ 2. Start worker: php bin/worker.php 3. Test API: curl -H "X-API-Key: your-key" http://localhost:8000/status