(a) In this Section, "past due debt" means any debt owed to the State that has been outstanding for more than 12 months. "Past due debt" does not include any debt if any of the actions required under this Section would violate federal law or regulation. (b) State agencies may enter into a deferred payment plan for the purpose of satisfying a past due debt. Except for a deferred payment plan entered into by any Illinois public university, as defined in Section 10 of the Illinois Prepaid Tuition Act, or by the Illinois Department of Transportation or for debts owed to the Illinois Department of Transportation for deposit into the Road Fund, the deferred payment plan must meet the following requirements: (1) The term of the deferred payment plan may not exceed 2 years. (2) The first payment of the deferred payment plan must be at least 10% of the total amount due. (3) All subsequent monthly payments for the deferred payment plan must be assessed as equal monthly principal payments, together with interest. (4) The deferred payment plan must include interest at a rate that is the same as the interest required under the State Prompt Payment Act. (5) The deferred payment plan must be approved by the Secretary or Director of the State agency. (c) State agencies may compromise past due debts. Any action taken by a State agency to compromise a past due debt, other than an action taken by an Illinois public university, as defined in Section 10 of the Illinois Prepaid Tuition Act, to compromise past due debt, must meet the following requirements: (1) The amount of the compromised debt shall be no less than 80% of the total of the past due debt. (2) Once a past due debt has been compromised, the debtor must remit to the State agency the total amount of the compromised debt. However, the State agency may collect the compromised debt through a payment plan not to exceed 6 months. If the State agency accepts the compromised debt through a payment plan, then the compromised debt shall be subject to the same rate of interest as required under the State Prompt Payment Act. (3) Before a State agency accepts a compromised debt, the amount of the compromised debt must be approved by the Secretary or Director of the agency. (d) State agencies may sell a past due debt to one or more outside private vendors. Sales shall be conducted under rules adopted by the Department of Revenue using a request for proposals procedure similar to that procedure under the Illinois Procurement Code. The outside private vendors shall remit to the State agency the purchase price for debts sold under this subsection. (e) The State agency shall deposit all amounts received under this Section into the General Revenue Fund. For Illinois public universities, as defined in Section 10 of the Illinois Prepaid Tuition Act, the requirement of this subsection (e) applies to amounts received from the sale of past due debt and does not apply to amounts received under a deferred payment plan or a compromised debt payment plan. (f) This Section does not apply to any tax debt owing to the Department of Revenue. (g) This Section does not apply to child support debts enforced by the Department of Healthcare and Family Services pursuant to Title IV-D of the federal Social Security Act and Article X of the Illinois Public Aid Code. (h) This Section does not apply to debts that are enforced by the Department of Employment Security and owed to any federal account, including but not limited to the Unemployment Trust Fund, and penalties and interest assessed under the Unemployment Insurance Act. This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available = 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });
30 ILCS 210/10.2
Deferral and compromise of past due debt
Known as the Illinois State Collection Act
The act spans §§ 30-210-1 to 30-210-9 (12 sections).
P.A. 96-1435, eff. 8-16-10; 97-333, eff. 8-12-11; 97-444, eff. 8-19-11.
Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.