Friday, June 27, 2025
32.9 C
Singapore

GrabCar's car leasing partner allegedly forfeited car rental deposit unfairly

A Facebook user GRAB Driver SG Help shared that a GrabCar Leasing Partner, Twincar Automotive Pte Ltd unfairly forfeited the deposit he placed with the company because he refused to renew the car leasing contract.
In a video that the Facebook user shared, a representative of the car leasing company can be seen saying he will deduct $150 for every scratch that is found on the car.
[fvplayer src=”http://youtube.com/watch?v=nEQdNP7RtN8″]
[fvplayer src=”http://youtube.com/watch?v=50bBmAmHLGU”]
The Facebook user said that at the inspection which is conducted when the car is returned, the company representative will take out a “pen then knock on the car casually and says here, here, here and here all need repair and polish.”
He further said that the representative refused to respond to suggestions that the spot he pointed out appeared undamaged. He said that he was sharing the incident in the hope that UBER or GRAB drivers won’t have to suffer the same misfortune as him, and also in the hope that the relevant authority will take action against the car leasing company.

See also  Grabcar driver accused of dangerous driving

Hot this week

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

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