{
    "metadata": {
        "generated_at": "2026-05-01T05:00:08+01:00",
        "period_start": "2026-04-01T00:00:00+01:00",
        "period_end": "2026-04-30T23:59:59+01:00",
        "period_label": "April 2026"
    },
    "summary": {
        "total_orders": 18,
        "total_revenue": "9,550.00",
        "total_refunded": "0.00",
        "net_revenue": "9,550.00",
        "completed_payments": "9,550.00",
        "failed_payments": "0.00",
        "total_transactions": 3,
        "total_refunds": 0
    },
    "orders": {
        "by_status": {
            "confirmed": {
                "count": 15,
                "total_amount": 4500
            },
            "paid": {
                "count": 3,
                "total_amount": 9550
            }
        },
        "by_payment_mode": {
            "immediate": {
                "count": 18,
                "total_amount": 14050
            }
        },
        "daily_breakdown": {
            "2026-04-14": {
                "count": 3,
                "total_amount": 9550
            }
        }
    },
    "transactions": {
        "by_gateway": {
            "comp": {
                "count": 3,
                "total_amount": 9550,
                "completed": 3,
                "failed": 0
            }
        },
        "by_status": {
            "completed": {
                "count": 3,
                "total_amount": 9550
            }
        }
    },
    "refunds": {
        "by_status": []
    },
    "reconciliation": {
        "orders_total": 9550,
        "completed_payments_total": 9550,
        "discrepancy": "0.00",
        "discrepancy_percentage": "0.00%"
    }
}