+971 58 678 1971 Sat–Thu 8AM–11PM Industrial Area 3, Sharjah
· ·
Home Mussafah Customer Happiness Center
09/03/2025

Mussafah Customer Happiness Center

/* General styles */ body { font-family: ‘Arial’, sans-serif, ‘Droid Arabic Kufi’, sans-serif; margin: 0; padding: 0; background-color: #f9f9fb; color: #333; line-height: 1.7; direction: ltr; }.center-info-container { max-width: 1200px; margin: 40px auto; padding: 20px; display: grid; grid-template-columns: 2fr 1fr; grid-gap: 30px; }.center-info-main-content { grid-column: 1; }.center-info-sidebar { grid-column: 2; background-color: #fff; border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); padding: 30px; }.center-info-header { margin-bottom: 20px; }.center-info-header-label { font-size: 0.9em; color: #777; margin-bottom: 5px; }.center-info-header h2 { color: #0056b3; font-weight: 600; margin-bottom: 5px; }.center-info-header p { margin: 0; }.center-info-key-info { background-color: #f0f0f0; padding: 20px; border-radius: 8px; margin-bottom: 20px; }.center-info-accordion-item { background-color: #fff; border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); margin-bottom: 20px; }.center-info-accordion-header { padding: 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f0f0f0; }.center-info-accordion-header h3, .center-info-sidebar h3 { color: #0056b3; font-weight: 600; margin: 0; }.center-info-accordion-content { padding: 20px; display: none; }.center-info-accordion-content.show { display: block; }.center-info-ul { list-style-type: none; padding-left: 0; }.center-info-ul li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; }.center-info-address p { margin-bottom: 15px; }.center-info-button-link { display: inline-block; padding: 10px 15px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; margin-top: 10px; }.center-info-table { width: 100%; border-collapse: collapse; }.center-info-th, .center-info-td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; }.center-info-th { background-color: #f0f0f0; font-weight: 600; color: #333; }@media (max-width: 768px) { .center-info-container { grid-template-columns: 1fr; grid-gap: 20px; }.center-info-sidebar { grid-column: 1; } }.arabic { direction: rtl; font-family: ‘Droid Arabic Kufi’, sans-serif; }.center-info-working-hours { margin-top: 20px; margin-bottom: 20px; } .space-bottom { margin-bottom: 20px; }
Center Information / معلومات المركز

Mussafah Customer Happiness Center / مركز سعادة المتعاملين مصفح

Federal Authority for Identity, Citizenship, Customs and Ports Security (ICP) / الهيئة الاتحادية للهوية والجنسية والجمارك وأمن المنافذ (ICP)

Key Services: Fingerprint capture for ID card / الخدمات الرئيسية: التقاط البصمات لبطاقة الهوية

About the Center / حول المركز

Musaffah Customer Happiness Center is one of the centers that provides the service of completing the fingerprint request procedures for the ID card only and does not provide any other services and receives male customers only and has a five-star rating in the global star system for classifying services by the Prime Minister’s Office.

مركز سعادة المتعاملين مصفح هو أحد المراكز التي تقدم خدمة إتمام إجراءات طلب البصمات لبطاقة الهوية فقط ولا يقدم أي خدمات أخرى ويستقبل العملاء الذكور فقط وحاصل على تصنيف خمس نجوم في نظام النجوم العالمي لتصنيف الخدمات من قبل مكتب رئيس مجلس الوزراء.

Services Offered at the Center / الخدمات المقدمة في المركز

+
  • Fingerprint capture / التقاط البصمات

Public Facilities Available in the Center / المرافق العامة المتوفرة في المركز

+
  • Toilets for males only / دورات مياه للذكور فقط

Office Location / موقع المكتب

Abu Dhabi – Mussafah Industrial Area – behind the Preventive Medicine Center, Abu Dhabi, UAE / أبوظبي – منطقة مصفح الصناعية – خلف مركز الطب الوقائي، أبوظبي، الإمارات العربية المتحدة

Emirate: Abu Dhabi / الإمارة: أبوظبي

Get Directions / الحصول على اتجاهات

Working Hours / ساعات العمل

Monday to Thursday / الاثنين إلى الخميس
Working Hours / ساعات العمل07:00 AM to 5:00 PM
Friday / الجمعة
Working Hours / ساعات العمل7:30 AM to 12:00 PM
Break / استراحة
Break / استراحة2:30 PM to 6:30 PM
Rush Hours / ساعات الذروة
Rush Hours / ساعات الذروة9:00 AM to 4:00 PM

Working Hours During Ramadan Month / ساعات العمل خلال شهر رمضان

Monday to Thursday / الاثنين إلى الخميس
Working Hours / ساعات العمل7:00 AM to 5:00 PM
Friday / الجمعة
Working Hours / ساعات العمل9:00 AM to 12:00 PM
After Tarawih Prayer / بعد صلاة التراويح
Working Hours / ساعات العمل9:00 PM to 2:30 AM

Contact Information / معلومات الاتصال

Phone: 600522222

Website: icp.gov.ae

document.querySelectorAll(‘.center-info-accordion-header’).forEach(header => { header.addEventListener(‘click’, () => { const targetId = header.dataset.target; const content = document.getElementById(targetId); if (content.classList.contains(‘show’)) { content.classList.remove(‘show’); } else { document.querySelectorAll(‘.center-info-accordion-content’).forEach(el => el.classList.remove(‘show’)); content.classList.add(‘show’); } }); });