{
    "status": "success",
    "message": "Welcome to Vanna Payment Gateway API",
    "version": "1.0.0",
    "environment": "development",
    "name": "Floxi Payment Gateway",
    "endpoints": {
        "status": {
            "path": "/status",
            "method": "GET",
            "description": "Get API status"
        },
        "health": {
            "path": "/health",
            "method": "GET",
            "description": "Health check with database connectivity"
        },
        "bot_api": {
            "path": "/api/bot/*",
            "method": "GET/POST",
            "description": "Bot API endpoints"
        },
        "orders_api": {
            "path": "/api/orders/*",
            "method": "GET/POST",
            "description": "Orders API endpoints"
        },
        "admin_api": {
            "path": "/api/admin/*",
            "method": "GET/POST",
            "description": "Admin API endpoints"
        }
    },
    "documentation": "https://floxi.online/docs",
    "timestamp": "2026-06-01 03:52:29"
}