Thursday, June 26, 2025
32.4 C
Singapore

26 new e-gates in Johor improve immigration process for Singaporeans

JOHOR BAHRU: Singaporeans travelling to Johor Bahru are experiencing faster immigration clearance after 26 more e-gates were added at the Customs, Immigration and Quarantine (CIQ) Complex in the Sultan Iskandar Building (BSI) on Feb 18, as reported by The New Paper.

Seventeen e-gates were added to the arrival hall, while nine were installed in the departure hall, bringing the total number of e-gates at the checkpoint to 68—39 for arrivals and 29 for departures.

Initially, the e-gates were only for Malaysians, but since November 2024, Singaporeans have also been allowed to use them.

Malaysia’s Home Minister, Saifuddin Nasution Ismail, previously said that opening the e-gates to Singaporeans was part of short-term efforts to reduce congestion at the checkpoints.

According to Shin Min Daily News, on Friday evening, there was no congestion at the checkpoint. /TISG

Read also: Increased e-gates at Johor-Singapore to streamline immigration clearance

See also  Where to go in JB for shopping, eating, sightseeing and more!

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });