{
    "name": "BetPawa MoMo Gateway",
    "version": "1.0.0",
    "description": "MTN MoMo Payment Gateway API",
    "endpoints": [
        {
            "path": "\/api\/payments.php",
            "method": "POST",
            "description": "Initiate a payment request",
            "auth": false
        },
        {
            "path": "\/api\/payments.php?id={paymentId}",
            "method": "GET",
            "description": "Check payment status",
            "auth": false
        },
        {
            "path": "\/api\/balance.php",
            "method": "GET",
            "description": "Get account balance",
            "auth": true
        },
        {
            "path": "\/api\/transfers.php",
            "method": "POST",
            "description": "Initiate a transfer (disbursement)",
            "auth": true
        },
        {
            "path": "\/api\/webhook.php",
            "method": "POST",
            "description": "MoMo callback webhook",
            "auth": false
        }
    ],
    "admin_panel": "\/admin\/",
    "documentation": "Contact support for API documentation",
    "status": "operational"
}