{
  "version": "1.0.0",
  "status": "active",
  "lastUpdated": "2026-07-07T00:00:00Z",
  "currency": "INR",
  "billingCycle": "monthly",
  "planTypes": [
    "Starter",
    "Pro",
    "Enterprise"
  ],
  "planStatuses": [
    "trial",
    "active",
    "scheduled",
    "grace_period",
    "payment_due",
    "suspended",
    "cancelled",
    "expired"
  ],
  "subscriptionPlans": [
    {
      "id": "starter",
      "name": "Starter",
      "contactSales": false,
      "plans": [
        {
          "id": "starter-200",
          "credits": 200,
          "price": 349
        },
        {
          "id": "starter-300",
          "credits": 300,
          "price": 499
        },
        {
          "id": "starter-500",
          "credits": 500,
          "price": 799
        }
      ],
      "gstReconRunsPerWeek": 0
    },
    {
      "id": "pro",
      "name": "Pro",
      "contactSales": false,
      "plans": [
        {
          "id": "pro-1000",
          "credits": 1000,
          "price": 1599
        },
        {
          "id": "pro-1500",
          "credits": 1500,
          "price": 2299
        },
        {
          "id": "pro-2000",
          "credits": 2000,
          "price": 2999
        },
        {
          "id": "pro-3000",
          "credits": 3000,
          "price": 4299
        }
      ],
      "gstReconRunsPerWeek": 5
    },
    {
      "id": "enterprise",
      "name": "Enterprise",
      "contactSales": true,
      "minimumCredits": 3000,
      "message": "Contact Sales",
      "gstReconRunsPerWeek": 10
    }
  ],
  "addons": [
    {
      "id": "addon-gst-recon-unlimited",
      "name": "GST Reconciliation",
      "description": "Unlimited GSTR-2A/2B portal reconciliation",
      "price": 399,
      "originalPrice": 799,
      "billingCycle": "monthly",
      "features": [
        "Unlimited GSTR-2A/2B runs",
        "Automatic matching",
        "Bulk import & export",
        "Downloadable discrepancy reports",
        "ITC dashboard & insights",
        "Vendor-wise reconciliation summaries"
      ]
    }
  ],
  "extraCredits": [
    {
      "id": "extra-100",
      "credits": 100,
      "price": 175
    },
    {
      "id": "extra-250",
      "credits": 250,
      "price": 435
    },
    {
      "id": "extra-500",
      "credits": 500,
      "price": 865
    },
    {
      "id": "extra-750",
      "credits": 750,
      "price": 1285
    },
    {
      "id": "extra-1000",
      "credits": 1000,
      "price": 1700
    },
    {
      "id": "extra-1500",
      "credits": 1500,
      "price": 2520
    },
    {
      "id": "extra-2000",
      "credits": 2000,
      "price": 3340
    },
    {
      "id": "extra-3000",
      "credits": 3000,
      "price": 4950
    },
    {
      "id": "extra-5000",
      "credits": 5000,
      "price": 8100
    },
    {
      "id": "extra-7500",
      "credits": 7500,
      "price": 12000
    },
    {
      "id": "extra-10000",
      "credits": 10000,
      "price": 15500
    }
  ]
}
