Defence Order No. 28 on debtor imprisonment extended until April 30

Bisher Khasawneh

AMMAN — Prime Minister and Minister of Defence Bisher Khasawneh on Tuesday amended the provisions of Defence Order No. 28 of 2021, issued under Defence Law No. 13 of 1992, on the imprisonment of debt defaulters, extending the order until April 30, 2023.

Before the amendment of Article 1 of the defence order, debt defaulters would be jailed if they borrowed sums exceeding JD100,000. The amendment lowered the maximum threshold for imprisonment to JD20,000, the Jordan News Agency, Petra, reported.

Article 2 of the same defence order, related to the imprisonment of those who have issued bad cheques, has also been amended, jailing those who write fraudulent cheques or cheques with insufficient funds for an amount of up to JD20,000, down from JD100,000 before the amendment was issued.

The total number of people wanted in civil debt cases is 157,367, including 137,715 people whose debt is less than JD20,000.

Under the amended article, a total of 19,652 defaulters whose debts exceed JD20,000 will face imprisonment.

A total of 30,669 people are wanted for issuing badcheques, 13,151 of whom issued bad chequesworth over JD20,000.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });