{"id":12524,"date":"2025-10-10T11:30:30","date_gmt":"2025-10-10T11:30:30","guid":{"rendered":"https:\/\/flyfone.com\/?page_id=12524"},"modified":"2026-07-25T18:06:27","modified_gmt":"2026-07-25T18:06:27","slug":"finance-industry","status":"publish","type":"page","link":"https:\/\/flyfone.com\/ru\/finance-industry\/","title":{"rendered":"\u0424\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u0430\u044f \u043e\u0442\u0440\u0430\u0441\u043b\u044c"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\" ><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            line-height: 1.6;\n            color: #333;\n            background-color: #f8f9fa;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background-color: #ebf5eb;\n            color: white;\n            padding: 80px 0;\n            text-align: center;\n        }\n\n        .hero-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .hero-text h1 {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.2;\n            color: black;\n        }\n\n        .hero-text .subtitle {\n            color: black;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n        }\n\n        .hero-text p {\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n            color: #546E7A;\n        }\n\n        .hero-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n        }\n\n        .btn {\n            padding: 15px 30px;\n            border: none;\n            border-radius: 8px;\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            text-decoration: none;\n            display: inline-block;\n            transition: all 0.3s ease;\n        }\n\n        .btn-primary {\n            background-color: #3b82f6;\n            color: white;\n        }\n\n        .btn-secondary {\n            background-color: transparent;\n            color: white;\n            border: 2px solid white;\n        }\n\n        .btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        .hero-image {\n            position: relative;\n        }\n\n        .hero-image img {\n            width: 100%;\n            max-width: 500px;\n            border-radius: 15px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.2);\n        }\n\n        \/* Solutions Section *\/\n        .solutions {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-header h2 {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: #1e293b;\n        }\n\n        .breadcrumb {\n            color: #64748b;\n            margin-bottom: 10px;\n        }\n\n        .solutions-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n\n        .solutions-image {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .fallback-placeholder {\n            background: #f1f5f9;\n            border: 2px dashed #cbd5e1;\n            border-radius: 12px;\n            padding: 40px 20px;\n            text-align: center;\n            color: #64748b;\n            width: 100%;\n            max-width: 400px;\n        }\n\n        .fallback-placeholder h3 {\n            margin-bottom: 10px;\n            color: #475569;\n            font-size: 1.2rem;\n        }\n\n        .fallback-placeholder p {\n            font-size: 0.9rem;\n            line-height: 1.4;\n        }\n\n        .features-list {\n            list-style: none;\n        }\n\n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .feature-icon {\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .feature-icon img {\n            width: 32px;\n            height: 32px;\n        }\n\n        .feature-content h4 {\n            margin-bottom: 8px;\n            color: #1e293b;\n        }\n\n        .feature-content p {\n            color: #64748b;\n            font-size: 0.9rem;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);\n            color: white;\n            padding: 80px 0;\n            text-align: center;\n        }\n\n        .cta-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: white;\n        }\n\n        .cta-section p {\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n        }\n\n        \/* Safety Section *\/\n        .safety-section {\n            padding: 80px 0;\n            background: white;\n        }\n\n        .safety-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: flex-start;\n        }\n\n        .safety-text {\n            font-size: 1.2rem;\n        }\n\n        .safety-text .features-list .feature-content h4 {\n            font-size: 1.4rem;\n            margin-bottom: 8px;\n        }\n\n        .safety-text .features-list .feature-content p {\n            font-size: 1.1rem;\n            line-height: 1.6;\n        }\n\n        .safety-text .feature-icon svg {\n            width: 40px;\n            height: 40px;\n        }\n\n        \/* Connections Section Styles *\/\n        .connections-section {\n            padding: 80px 0;\n            background: #ffffff;\n        }\n\n        .connections-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: flex-start;\n        }\n\n        .connections-image {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .connections-text {\n            font-size: 1.2rem;\n        }\n\n        .connections-text .features-list .feature-content h4 {\n            font-size: 1.4rem;\n        }\n\n        .connections-text .features-list .feature-content p {\n            font-size: 1.1rem;\n            line-height: 1.6;\n        }\n\n        .connections-text .feature-icon svg {\n            width: 40px;\n            height: 40px;\n        }\n\n        @media (max-width: 768px) {\n            .connections-content {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            \n            .connections-text {\n                order: 1;\n            }\n            \n            .connections-image {\n                order: 2;\n            }\n        }\n\n        .safety-image {\n            max-height: 400px;\n            overflow: hidden;\n        }\n\n        .safety-image img {\n            width: 100%;\n            height: 350px;\n            object-fit: cover;\n            border-radius: 15px;\n        }\n\n        \/* Integrations Section *\/\n        .integrations {\n            padding: 80px 0;\n            background: #f8f9fa;\n            text-align: center;\n        }\n\n        .integrations-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .integration-item {\n            background: white;\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n\n        .integration-item:hover {\n            transform: translateY(-5px);\n        }\n\n        .integration-item img {\n            height: 40px;\n            margin-bottom: 15px;\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .faq-item {\n            background: white;\n            margin-bottom: 15px;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n\n        .faq-question {\n            padding: 25px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            color: #1e293b;\n        }\n\n        .faq-answer {\n            padding: 0 25px 25px;\n            color: #64748b;\n            display: none;\n        }\n\n        \/* Final CTA *\/\n        .final-cta {\n            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);\n            color: white;\n            padding: 80px 0;\n        }\n\n        .final-cta .cta-text h2 {\n            color: white !important;\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n\n        .cta-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n\n        .form-group {\n            margin-bottom: 20px;\n        }\n\n        .form-group label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 500;\n        }\n\n        .form-group input,\n        .form-group select,\n        .form-group textarea {\n            width: 100%;\n            padding: 15px;\n            border: none;\n            border-radius: 8px;\n            font-size: 1rem;\n            background: rgba(255,255,255,0.1);\n            color: white;\n        }\n\n        .form-group input::placeholder,\n        .form-group textarea::placeholder {\n            color: rgba(255,255,255,0.7);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .hero-content,\n            .solutions-content,\n            .safety-content,\n            .cta-content {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n\n            .hero-text h1 {\n                font-size: 2.5rem;\n            }\n\n            .hero-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .integrations-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .industries-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        \/* --- Added 2026-07-26: industry cards, checklists, section intros --- *\/\n        .section-header p {\n            max-width: 760px;\n            margin: 0 auto;\n            color: #64748b;\n            font-size: 1.05rem;\n        }\n\n        .industries-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n            text-align: left;\n        }\n\n        .industry-card {\n            background: white;\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            text-align: left;\n            width: 100%;\n        }\n\n        .industry-card h3 {\n            color: #1e293b;\n            font-size: 1.25rem;\n            margin-bottom: 12px;\n        }\n\n        .industry-card p {\n            color: #64748b;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .check-list {\n            list-style: none;\n            margin: 0 0 18px 0;\n        }\n\n        .check-list li {\n            position: relative;\n            padding-left: 26px;\n            margin-bottom: 10px;\n            color: #475569;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n\n        .check-list li::before {\n            content: \"\";\n            position: absolute;\n            left: 0;\n            top: 6px;\n            width: 14px;\n            height: 8px;\n            border-left: 2px solid #3b82f6;\n            border-bottom: 2px solid #3b82f6;\n            transform: rotate(-45deg);\n        }\n\n        .card-note {\n            color: #64748b;\n            font-size: 0.9rem;\n            line-height: 1.6;\n        }\n\n        .industry-card a,\n        .card-note a,\n        .feature-content a {\n            color: #3b82f6;\n            text-decoration: underline;\n        }\n<\/style>\n\n<!-- Hero Section -->\n<section class=\"hero\">\n    <div class=\"container\">\n        <div class=\"hero-content\">\n            <div class=\"hero-text\">\n                <div class=\"subtitle\">FINANCIAL SERVICES<\/div>\n                <h1>Call Center for Financial Services<\/h1>\n                <p>FlyFone runs the phones for banks, credit unions, lenders and insurers \u2014 a cloud financial services call center with compliant call recording, smart routing and encryption built in. Communication you can bank upon, without the legacy hardware.<\/p>\n                <div class=\"hero-buttons\">\n                    <a href=\"https:\/\/flyfone.com\/contact-us\/\" class=\"btn btn-primary\">CONTACT US<\/a>\n                    <a href=\"https:\/\/flyfone.com\/request-free-trial\/\" class=\"btn btn-primary\">START FREE TRIAL<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"hero-image\">\n                <img decoding=\"async\" src=\"https:\/\/trae-api-sg.mchost.guru\/api\/ide\/v1\/text_to_image?prompt=professional%20businessman%20in%20suit%20using%20modern%20phone%20system%20in%20banking%20office%20environment%20with%20digital%20interface%20elements&image_size=landscape_4_3\" alt=\"Financial services call center agent using a cloud phone system in a banking office\">\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Solutions Section -->\n<section class=\"solutions\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <h2>Financial services call center features built for banks and credit unions<\/h2>\n            <p>Every call into a financial institution is either a revenue moment or a compliance risk. These are the features that decide which one you get.<\/p>\n        <\/div>\n        <div class=\"solutions-content\">\n            <div class=\"features-list\">\n                <h3 style=\" color: #1e293b; font-size: 1.8rem;\">Focus on what's important<\/h3>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/flyfone.com\/wp-content\/uploads\/2025\/10\/ai-based-ivr.svg\" alt=\"AI Based IVR\">\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h4>Meet virtually, efficiently<\/h4>\n                        <p>Hold business meetings with clients or coworkers no matter where they are located with calls optimized for low bandwidth.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/flyfone.com\/wp-content\/uploads\/2025\/10\/document-cloud.svg\" alt=\"Document Cloud\">\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h4>Route the right way<\/h4>\n                        <p>Send a mortgage query, a card dispute and a balance check to three different desks in one hop. A multi-level IVR paired with an automatic call distributor reads intent before an agent picks up \u2014 see how <a href=\"https:\/\/flyfone.com\/inbound-call-center\/\">inbound call center routing<\/a> works.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/flyfone.com\/wp-content\/uploads\/2025\/10\/call-calling.svg\" alt=\"Call Calling\">\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h4>Skip the silence<\/h4>\n                        <p>Play custom music or message-on-hold to keep callers engaged during hold time. Choose from our library or upload your own.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/flyfone.com\/wp-content\/uploads\/2025\/10\/ai-based-ivr.svg\" alt=\"Self-service IVR\">\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h4>Answer the routine calls automatically<\/h4>\n                        <p>Balance inquiries, payment due dates, card activation and branch hours resolve inside the IVR at 2am without an agent. Your team keeps the calls that actually need a human.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"solutions-image\">\n                <div class=\"industry-card\">\n                    <h3>What's included<\/h3>\n                    <ul class=\"check-list\">\n                        <li>Multi-level IVR and automatic call distribution<\/li>\n                        <li>Encrypted call recording with retention controls<\/li>\n                        <li>Progressive and predictive <a href=\"https:\/\/flyfone.com\/outbound-call-center\/\">outbound dialing<\/a><\/li>\n                        <li>Voice and SMS broadcasting<\/li>\n                        <li>Real-time dashboards and agent scorecards<\/li>\n                        <li>Local, toll-free and vanity numbers<\/li>\n                        <li>CRM and core-banking integrations<\/li>\n                        <li>Role-based access with multi-factor authentication<\/li>\n                    <\/ul>\n                    <p class=\"card-note\">Delivered on the <a href=\"https:\/\/flyfone.com\/cloud-call-center\/\">FlyFone cloud call center<\/a> platform \u2014 no PBX hardware to buy or maintain.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Build Better Connections Section -->\n<section class=\"connections-section\">\n    <div class=\"container\">\n        <div class=\"connections-content\">\n            <div class=\"connections-image\">\n                <div class=\"industry-card\">\n                    <h3>Where financial teams use outbound<\/h3>\n                    <ul class=\"check-list\">\n                        <li>Collections and payment reminders<\/li>\n                        <li>Loan and mortgage application follow-up<\/li>\n                        <li>Card fraud alerts and verification callbacks<\/li>\n                        <li>Policy renewals and lapse prevention<\/li>\n                        <li>Onboarding and KYC document chasing<\/li>\n                        <li>Branch or product migration notices<\/li>\n                    <\/ul>\n                    <p class=\"card-note\">Run these on <a href=\"https:\/\/flyfone.com\/voip-call-center\/\">VoIP call center<\/a> infrastructure with per-minute rates on our <a href=\"https:\/\/flyfone.com\/pricing\/\">pricing page<\/a>.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"connections-text\">\n                <h2 style=\"margin-bottom: 30px; color: #1e293b; font-size: 2rem;\">Build better connections across outbound financial campaigns<\/h2>\n                <ul class=\"features-list\">\n                    <li class=\"feature-item\">\n                        <div class=\"feature-icon\">\n                            <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M11.9583 29.8337H19.9583C26.625 29.8337 29.2917 27.167 29.2917 20.5003V12.5003C29.2917 5.83366 26.625 3.16699 19.9583 3.16699H11.9583C5.29167 3.16699 2.625 5.83366 2.625 12.5003V20.5003C2.625 27.167 5.29167 29.8337 11.9583 29.8337Z\" stroke=\"#041441\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M2.625 17.4332L10.625 17.4065C11.625 17.4065 12.745 18.1665 13.1183 19.0998L14.6383 22.9398C14.985 23.8065 15.5317 23.8065 15.8783 22.9398L18.9317 15.1932C19.225 14.4465 19.7717 14.4198 20.145 15.1265L21.5317 17.7532C21.945 18.5398 23.0117 19.1798 23.8917 19.1798H29.305\" stroke=\"#041441\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div class=\"feature-content\">\n                            <h4>Speed dial to success<\/h4>\n                            <p>Reach every name on a collections or renewal list with progressive or predictive auto dialing. Agents stop dialing and start talking, and abandoned-call pacing stays inside the limits your compliance team sets.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li class=\"feature-item\">\n                        <div class=\"feature-icon\">\n                            <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M8.49285 13.54C3.05285 13.9267 3.06618 21.8067 8.49285 22.1933H21.3729C22.9329 22.2067 24.4395 21.62 25.5995 20.5667C29.4129 17.2334 27.3729 10.5666 22.3462 9.92665C20.5462 -0.926684 4.82619 3.19335 8.54619 13.54\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M15.9995 22.1934V26.1934\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M15.9996 31.5267C17.4723 31.5267 18.6662 30.3328 18.6662 28.86C18.6662 27.3873 17.4723 26.1934 15.9996 26.1934C14.5268 26.1934 13.3329 27.3873 13.3329 28.86C13.3329 30.3328 14.5268 31.5267 15.9996 31.5267Z\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M23.9995 28.8601H18.6661\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M13.3328 28.8601H7.99951\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div class=\"feature-content\">\n                            <h4>Connect with one and all<\/h4>\n                            <p>Push a rate change, a branch closure or a fraud advisory to a whole customer segment in one action with voice or SMS broadcasting \u2014 instead of a queue of manual calls.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li class=\"feature-item\">\n                        <div class=\"feature-icon\">\n                            <svg width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M24.668 25.8121H23.6546C22.588 25.8121 21.5746 26.2254 20.828 26.9721L18.548 29.2255C17.508 30.2522 15.8146 30.2522 14.7746 29.2255L12.4946 26.9721C11.748 26.2254 10.7213 25.8121 9.66797 25.8121H8.66797C6.45464 25.8121 4.66797 24.0388 4.66797 21.8521V7.30542C4.66797 5.11875 6.45464 3.34546 8.66797 3.34546H24.668C26.8813 3.34546 28.668 5.11875 28.668 7.30542V21.8521C28.668 24.0255 26.8813 25.8121 24.668 25.8121Z\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M10.0012 12.8789C10.0012 11.6389 11.0146 10.6255 12.2546 10.6255C13.4946 10.6255 14.5079 11.6389 14.5079 12.8789C14.5079 15.3856 10.9479 15.6522 10.1612 18.0389C10.0012 18.5322 10.4145 19.0256 10.9345 19.0256H14.5079\" stroke=\"#051441\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M22.0546 19.0123V11.399C22.0546 11.0523 21.8279 10.7456 21.4946 10.6522C21.1612 10.5589 20.8012 10.6922 20.6146 10.9856C19.6546 12.5322 18.6146 14.2923 17.7079 15.8389C17.5612 16.0923 17.5612 16.4256 17.7079 16.6789C17.8546 16.9323 18.1346 17.0922 18.4412 17.0922H23.3346\" stroke=\"#051441\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div class=\"feature-content\">\n                            <h4>Supercharge your campaigns<\/h4>\n                            <p>Amplify connectivity and monitoring effort with a robust business manager \u2014 choose from a responsive, local or vanity number so callers recognize the institution calling them.<\/p>\n                        <\/div>\n                    <\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Compliance Section -->\n<section class=\"safety-section\">\n    <div class=\"container\">\n        <div class=\"safety-content\">\n            <div class=\"safety-text\">\n                <h2 style=\" color: #1e293b; font-size: 2rem;\">Compliance and security for a financial services contact center<\/h2>\n                <p style=\"color:#64748b; margin-bottom:25px;\">Procurement at a bank or credit union screens the security posture before it looks at the feature list. Here is what FlyFone brings to that review.<\/p>\n                <ul class=\"features-list\">\n                    <li class=\"feature-item\">\n                        <div class=\"feature-icon\">\n                            <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M8.49285 13.54C3.05285 13.9267 3.06618 21.8067 8.49285 22.1933H21.3729C22.9329 22.2067 24.4395 21.62 25.5995 20.5667C29.4129 17.2334 27.3729 10.5666 22.3462 9.92665C20.5462 -0.926684 4.82619 3.19335 8.54619 13.54\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M15.9995 22.1934V26.1934\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M15.9996 31.5267C17.4723 31.5267 18.6662 30.3328 18.6662 28.86C18.6662 27.3873 17.4723 26.1934 15.9996 26.1934C14.5268 26.1934 13.3329 27.3873 13.3329 28.86C13.3329 30.3328 14.5268 31.5267 15.9996 31.5267Z\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M23.9995 28.8601H18.6661\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M13.3328 28.8601H7.99951\" stroke=\"#051441\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div class=\"feature-content\">\n                            <h4>Have secure conversations<\/h4>\n                            <p>AES-256 encryption at rest and TLS 1.3 in transit, so recordings, card data and account details stay private from the moment a call connects.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li class=\"feature-item\">\n                        <div class=\"feature-icon\">\n                            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M4 11.3333C4 11.9533 4 12.2633 4.06815 12.5176C4.25308 13.2078 4.79218 13.7469 5.48236 13.9319C5.73669 14 6.04669 14 6.66667 14H10.8C11.9201 14 12.4802 14 12.908 13.782C13.2843 13.5903 13.5903 13.2843 13.782 12.908C14 12.4802 14 11.9201 14 10.8V5.2C14 4.07989 14 3.51984 13.782 3.09202C13.5903 2.71569 13.2843 2.40973 12.908 2.21799C12.4802 2 11.9201 2 10.8 2H6.66667C6.04668 2 5.73669 2 5.48236 2.06815C4.79218 2.25308 4.25308 2.79218 4.06815 3.48236C4 3.7367 4 4.04669 4 4.66667M8 5.33333L10.6667 8M10.6667 8L8 10.6667M10.6667 8H2\" stroke=\"#40475B\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div class=\"feature-content\">\n                            <h4>Decide who gets in<\/h4>\n                            <p>Role-based access with multi-factor authentication, plus audit logs on every recording played, exported or deleted \u2014 the trail an examiner asks for.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li class=\"feature-item\">\n                        <div class=\"feature-icon\">\n                            <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M11.9583 29.8337H19.9583C26.625 29.8337 29.2917 27.167 29.2917 20.5003V12.5003C29.2917 5.83366 26.625 3.16699 19.9583 3.16699H11.9583C5.29167 3.16699 2.625 5.83366 2.625 12.5003V20.5003C2.625 27.167 5.29167 29.8337 11.9583 29.8337Z\" stroke=\"#041441\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M2.625 17.4332L10.625 17.4065C11.625 17.4065 12.745 18.1665 13.1183 19.0998L14.6383 22.9398C14.985 23.8065 15.5317 23.8065 15.8783 22.9398L18.9317 15.1932C19.225 14.4465 19.7717 14.4198 20.145 15.1265L21.5317 17.7532C21.945 18.5398 23.0117 19.1798 23.8917 19.1798H29.305\" stroke=\"#041441\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div class=\"feature-content\">\n                            <h4>Truly disaster-proof<\/h4>\n                            <p>Geographic redundancy across multiple data centers with automated backup and failover, so a regional outage does not take your phone lines down with it.<\/p>\n                        <\/div>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"safety-image\">\n                <img decoding=\"async\" src=\"https:\/\/trae-api-sg.mchost.guru\/api\/ide\/v1\/text_to_image?prompt=secure%20banking%20technology%20with%20mobile%20phone%20calculator%20and%20security%20elements%20on%20desk&image_size=portrait_4_3\" alt=\"Secure banking technology protecting financial call center data\">\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Industries Served -->\n<section class=\"integrations\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <h2>Who we build for: banks, credit unions, lenders and insurers<\/h2>\n            <p>The same platform, configured differently depending on what your callers ring about.<\/p>\n        <\/div>\n        <div class=\"industries-grid\">\n            <div class=\"industry-card\">\n                <h3>Retail banks<\/h3>\n                <p>High call volume, low tolerance for wait times. Self-service IVR absorbs balance and card-activation calls; the rest routes by product to the branch or desk that owns it.<\/p>\n            <\/div>\n            <div class=\"industry-card\">\n                <h3>Credit unions<\/h3>\n                <p>Small teams covering every inquiry. Skills-based routing and shared queues let a handful of agents behave like a much larger contact center without extra headcount.<\/p>\n            <\/div>\n            <div class=\"industry-card\">\n                <h3>Lenders and fintech<\/h3>\n                <p>Application follow-up decides conversion. Predictive dialing plus CRM integration keeps every pending application in front of an agent while the lead is still warm.<\/p>\n            <\/div>\n            <div class=\"industry-card\">\n                <h3>Insurance<\/h3>\n                <p>Renewals, claims and first-notice-of-loss on one number. Call recording with retention controls keeps the claims trail intact for later dispute review.<\/p>\n            <\/div>\n        <\/div>\n        <p class=\"card-note\" style=\"margin-top:30px;\">Also serving <a href=\"https:\/\/flyfone.com\/healthcare-medical-industry\/\">healthcare<\/a> and <a href=\"https:\/\/flyfone.com\/retail-industry\/\">retail<\/a> teams.<\/p>\n    <\/div>\n<\/section>\n\n<!-- CTA Section -->\n<section class=\"cta-section\">\n    <div class=\"container\">\n        <h2>See it running on your own call flows<\/h2>\n        <p>Talk to someone who can answer routing, recording and compliance questions directly.<\/p>\n        <a href=\"https:\/\/flyfone.com\/request-free-trial\/\" class=\"btn btn-secondary\">CHAT WITH AN EXPERT<\/a>\n    <\/div>\n<\/section>\n\n<!-- FAQ Section -->\n<section class=\"faq-section\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <h2>Financial services call center FAQs<\/h2>\n            <p>Common questions from banks, credit unions and insurers evaluating a cloud contact center. If yours is not here, <a href=\"https:\/\/flyfone.com\/contact-us\/\" style=\"color: #3b82f6;\">chat with our experts<\/a>.<\/p>\n        <\/div>\n\n        <!-- FAQ Item 1 -->\n        <div class=\"faq-item\">\n            <div class=\"faq-question\">\n                Which FlyFone features matter most for a financial services call center?\n                <span>+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                Five carry the most weight in financial services. Compliant call recording with secure encryption and retention controls. Multi-factor authentication on agent access. Caller authentication and fraud checks before an account is discussed. An intelligent IVR that handles balance inquiries, payment processing and card activation around the clock. And real-time analytics with compliance reporting, so quality assurance is a report rather than a spot check. Together they cut the manual work on routine calls, keep the audit trail intact, and give customers a faster answer on the calls that matter.\n            <\/div>\n        <\/div>\n\n        <!-- FAQ Item 2 -->\n        <div class=\"faq-item\">\n            <div class=\"faq-question\">\n                How does FlyFone keep financial customer data safe in the cloud?\n                <span>+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                Data is encrypted with AES-256 at rest and TLS 1.3 in transit, so recordings and account details are protected at every stage. The platform runs behind layered network security with intrusion detection and continuous threat monitoring, and access is governed by role-based permissions with multi-factor authentication. Every recording accessed, exported or deleted is written to an audit log. Backups are replicated across geographically separate data centers with automated failover. Your compliance team can request our current certification and audit documentation during procurement.\n            <\/div>\n        <\/div>\n\n        <!-- FAQ Item 3 -->\n        <div class=\"faq-item\">\n            <div class=\"faq-question\">\n                Is there a limit on how many agents or extensions we can add?\n                <span>+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                No. The platform is cloud-based, so there is no hard cap on extensions and no hardware to order. A credit union running ten agents and a bank running several thousand use the same architecture. Extensions provision instantly, which matters when volume spikes at tax season or year-end and drops again afterwards \u2014 you scale up for the peak and back down after it. Remote and hybrid agents connect the same way as anyone in a branch. Pricing follows usage rather than a fixed seat block, so you are not paying for idle capacity.\n            <\/div>\n        <\/div>\n\n        <!-- FAQ Item 4 -->\n        <div class=\"faq-item\">\n            <div class=\"faq-question\">\n                What happens to calls when every line is busy?\n                <span>+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                Nothing is dropped. Callers enter a queue with an estimated wait time and the option of a callback instead of holding. Calls distribute across every available agent, and overflow rules push to backup agents or a second location during peaks. Cloud capacity expands for the spike without new infrastructure, and because billing follows actual call time you are not charged for the headroom. The AI-powered IVR takes routine inquiries out of the queue entirely, which is usually where the biggest reduction in wait time comes from.\n            <\/div>\n        <\/div>\n\n        <!-- FAQ Item 5 -->\n        <div class=\"faq-item\">\n            <div class=\"faq-question\">\n                How long does it take to move our contact center to FlyFone?\n                <span>+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                Most financial services deployments run in stages rather than one cut-over. A pilot queue goes live first \u2014 often a single product line or a branch \u2014 while numbers stay where they are. Once routing, recording and reporting are verified against your compliance requirements, remaining numbers port across and the legacy PBX is retired. Timeline depends mainly on how many numbers are porting and how long your security review takes, not on the platform build. You can trial the full feature set on a provisioned account before committing to any of it.\n            <\/div>\n        <\/div>\n\n        <!-- FAQ Item 6 -->\n        <div class=\"faq-item\">\n            <div class=\"faq-question\">\n                Does FlyFone integrate with our CRM and core banking system?\n                <span>+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                Yes. Agents get a screen pop with the caller's record on answer, and call outcomes, recordings and notes write back automatically, so the CRM stays the single source of truth. Standard integrations cover the mainstream CRM platforms, and an open API plus webhooks handle core banking, loan origination and policy administration systems that need a custom connection. Tell us which systems you run and we will confirm what is available out of the box versus what needs building.\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\n    \/\/ FAQ Toggle functionality\n    document.querySelectorAll('.faq-question').forEach(question => {\n        question.addEventListener('click', () => {\n            const answer = question.nextElementSibling;\n            const icon = question.querySelector('span');\n\n            if (answer.style.display === 'block') {\n                answer.style.display = 'none';\n                icon.textContent = '+';\n            } else {\n                \/\/ Close all other answers\n                document.querySelectorAll('.faq-answer').forEach(ans => {\n                    ans.style.display = 'none';\n                });\n                document.querySelectorAll('.faq-question span').forEach(ic => {\n                    ic.textContent = '+';\n                });\n\n                \/\/ Open current answer\n                answer.style.display = 'block';\n                icon.textContent = '\u2212';\n            }\n        });\n    });\n\n    \/\/ Smooth scrolling for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function (e) {\n            const href = this.getAttribute('href');\n            if (href === '#') return;\n            const target = document.querySelector(href);\n            if (target) {\n                e.preventDefault();\n                target.scrollIntoView({ behavior: 'smooth' });\n            }\n        });\n    });\n<\/script>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"FINANCIAL SERVICES Call Center for Financial Services FlyFone runs the phones for banks, credit unions, lenders and insurers \u2014 a cloud financial services call center with compliant call recording, smart routing and encryption built in. Communication you can bank upon, without the legacy hardware. CONTACT US START FREE TRIAL Financial services call center features built [...]","protected":false},"author":1,"featured_media":12541,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-12524","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/12524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/comments?post=12524"}],"version-history":[{"count":8,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/12524\/revisions"}],"predecessor-version":[{"id":12562,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/12524\/revisions\/12562"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/media\/12541"}],"wp:attachment":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/media?parent=12524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}