{
    "status": 200,
    "message": "Student Payments API",
    "timestamp": "2026-04-15 17:04:38",
    "api_version": "v1",
    "data": {
        "version": "v1",
        "endpoints": {
            "POST \/api\/v1\/student-payments": "Create payment",
            "GET \/api\/v1\/student-payments\/transaction\/{ref}": "Get by transaction",
            "GET \/api\/v1\/student-payments\/student\/{studentNo}": "Get by student",
            "GET \/api\/v1\/student-payments\/school\/{schoolCode}": "Get by school",
            "GET \/api\/v1\/health": "Health check"
        }
    }
}