Social Security Corporation reaching out to expats — Rawabdeh

Social Security Corporation  reaching out to expats — Rawabdeh

AMMAN — The Social Security Corporation (SSC) is keen on including expatriates under its umbrella “for their role in boosting the national economy”, SSC Director General Nadia Rawabdeh said on Sunday.

At a meeting with delegates representing a forum of Jordanian expatriates in Gulf Arab countries and Europe, Rawabdeh said the SSC seeks to offer expatriates social security insurances, because most of the countries they work in do not include them in similar programmes.

The corporation has facilitated procedures for expatriates to register for optional subscription by enabling them to pay their subscriptions on the eFawateercom system, provided that they have accounts in local banks, she added in an SSC statement.

For his part, Ayman Rifai, the head of the forum, called on the SSC to accredit a bank in Saudi Arabia through which resident Jordanians can pay their monthly subscriptions, especially that most of them do not have accounts in banks in Jordan.

Rifai also highlighted the importance for all national institutions to communicate with Jordanian expatriates and listen to their demands and needs, commending the SSC’s initiative to reach out.

He also noted that the SSC had cooperated with the forum in arranging meetings with Jordanians in the northern, central and southern regions in Saudi Arabia, expressing the forum’s readiness to arrange meetings for the SSC with Jordanians in Saudi Arabia’s eastern region, according to the statement.

Official figures estimate the number of Jordanian professionals working abroad at around 750,000, over 300,000 of whom are based in Saudi Arabia, followed by the United Arab Emirates with nearly 200,000.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.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'); }); }); });