Campaign urges motorists not to renew vehicle licences

AMMAN — Social media users have launched a campaign calling on Jordanians to refrain from licensing their cars in objection to the new fees.

While authorities say the new charges, which went into effect on Tuesday, are to further organise the licensing process, the campaign views the categorisation based only on engine size as "unfair", according to its founder Hussein Kurdi.

Under the new decision, licences for cars with 1,600 to 2,000cc engines will cost JD64; while the rate rises to JD173 for engines with a capacity between 2,000 and 2,500cc, JD225 for 2,500-3,000cc engines and JD440 for 3,000-4,000cc vehicles.

In a phone interview with The Jordan Times, Kurdi explained that the previous licensing system depended on the value of the car. But under the new decision, the licensing fee for a jeep with a 5,000cc engine worth JD60,000 will be the same as the fee for a JD12,000 pickup truck with a similar engine.

He noted that the campaign, with a two-day old Facebook page and some 17,000 likes, demands a revision of the decision in a way that keeps its positive aspects, including the reduction of licensing fees for hybrid cars.

Kurdi, who heads the Toyota Owners Club Jordan, suggested a licensing system with a fixed minimum fee, based on the engine size.

He also called for applying the decision on cars that are yet to enter the market, as licensing fees "definitely" affect purchase choices.

Kurdi noted that cars manufactured in 1999 and before are of low market value and often belong to people with modest financial capabilities.

"We do not wish to be anarchic, we only hope that the social media campaign will encourage decision makers to review the measure," he said, adding that the campaign will issue a list of demands on Friday and submit it later to the concerned authorities.

.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'); }); }); });