/home/bdqbpbxa/demo-subdomains/gumballpay.goodface.com.ua/frontend/Blog-post.html
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="description" content="Page description">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <!-- TODO: Delete noindex on production -->
    <meta name="robots" content="noindex">
    <meta name="googlebot" content="noindex">
    <!-- TODO: Set absolute page URL -->
    <link rel="canonical" href="https://sitename.com/page">
    <!-- Mobile -->
    <meta name="viewport"
        content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
    <meta name="format-detection" content="telephone=no">

    <title>Blog post</title>
    <link rel="stylesheet" href="./css/lib/swiper-bundle.min.css">

    <link rel="stylesheet" href="./css/styles.css">
    <link rel="stylesheet" href="./css/adaptives.css">

    <!-- Favicon -->
    <link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
    <link rel="manifest" href="./favicon/site.webmanifest">
    <link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">

</head>

<body>

    <header class="header --rounded -white-bg">
        <div class="header-blured-bg"></div>
        <div class="container">
            <div class="header__inner">
                <a href="Homepage.html" class="logo">
                    <img src="images/homepage/logo-white.svg" alt="Logo">
                    <img src="images/homepage/logo-dark.svg" alt="Logo">
                </a>
                <div class="header__menu">
                    <div class="header__accordion">
                        <span class="header__accordion-opener body-2 body-2-medium link">
                            Solutions
                        </span>
                        <div class="header__accordion-content">
                            <div class="container">
                                <div class="header__accordion-menu">
                                    <a href="Payment-processing.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-1.png" alt="">
                                            <img src="images/ui-kit/header/header-1-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Payment processing
                                            </p>
                                            <p class="text body-2 --weight500">
                                                We provides payment instruments to support different online businesses.
                                                With a single integration, our merchants can start accepting online
                                                payments globally.
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Global-coverage.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-2.png" alt="">
                                            <img src="images/ui-kit/header/header-2-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Global coverage
                                            </p>
                                            <p class="text body-2 --weight500">
                                                We work with a vast network of acquirers spread across 4 continents
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Smart-routing.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-3.png" alt="">
                                            <img src="images/ui-kit/header/header-3-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Smart routing
                                            </p>
                                            <p class="text body-2 --weight500">
                                                Smart routing helps online businesses bypass losing traffic and avoid
                                                frustrated users due to false declines.
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Fraud-prevention.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-4.png" alt="">
                                            <img src="images/ui-kit/header/header-4-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Fraud & chargeback prevention
                                            </p>
                                            <p class="text body-2 --weight500">
                                                Our solution comes with pre-integrated Fraud & Chargeback prevention
                                                tools from industry-leading suppliers
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Authentication.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-5.png" alt="">
                                            <img src="images/ui-kit/header/header-5-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Authentication
                                            </p>
                                            <p class="text body-2 --weight500">
                                                Security is one of the top priorities for our merchants when accepting
                                                payments online.
                                            </p>
                                        </div>
                                    </a>
                                    <a href="24-7-support.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-6.png" alt="">
                                            <img src="images/ui-kit/header/header-6-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                24/7 support
                                            </p>
                                            <p class="text body-2 --weight500">
                                                Accepting payments online is a process that requires constant
                                                monitoring.
                                            </p>
                                        </div>
                                    </a>
                                </div>
                                <a class="body-2 body-2-medium arrow-link" href="Solutions.html">all solutions</a>
                            </div>
                        </div>
                    </div>
                    <a class="body-2 body-2-medium link" href="About-us.html">About us</a>
                    <a class="body-2 body-2-medium link" href="Blog.html">Blog</a>
                    <a class="body-2 body-2-medium link" href="FAQ.html">FAQ</a>
                    <a class="body-2 body-2-medium link" href="Contact-us.html">Contact us</a>
                </div>
                <a href="#" class="header__button">Get started</a>
                <div class="mobile-menu-opener">
                    <span></span>
                    <span></span>
                    <span></span>
                    <span></span>
                    <span></span>
                </div>
            </div>
        </div>
        <div class="mobile-menu">
            <div class="container mobile-menu__wrapper">
                <div class="mobile-menu__scroller">
                    <div class="mobile-menu-inner">
                        <div class="header__accordion --accordion">
                            <div class="header__accordion-opener-container">
                                <span class="header__accordion-opener title-3 mobile__title-3 link --accordion__open">
                                    Solutions
                                </span>
                                <a href="Solutions.html" class="title text-3 mobile__text-2 --weight500">
                                    All solutions
                                </a>
                            </div>
                            <div class="--accordion__content-container">
                                <div class="header__accordion-content --accordion__content">
                                    <a href="Payment-processing.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-1.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Payment processing
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Global-coverage.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-2.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Global coverage
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Smart-routing.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-3.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Smart routing
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Fraud-prevention.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-4.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Fraud & chargeback prevention
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Authentication.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-5.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Authentication
                                            </p>
                                        </div>
                                    </a>
                                    <a href="24-7-support.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-6.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                24/7 support
                                            </p>
                                        </div>
                                    </a>
                                </div>
                            </div>
                        </div>
                        <a class="title-3 mobile__title-3 link" href="About-us.html">About us</a>
                        <a class="title-3 mobile__title-3 link" href="Blog.html">Blog</a>
                        <a class="title-3 mobile__title-3 link" href="FAQ.html">FAQ</a>
                        <a class="title-3 mobile__title-3 link" href="Contact-us.html">Contact us</a>
                    </div>
                    <div class="social-list">
                        <a href="#">
                            <img src="./images/footer/media-inst.svg">
                        </a>
                        <a href="#">
                            <img src="./images/footer/media-fb.svg">
                        </a>
                        <a href="#">
                            <img src="./images/footer/media-linkedin.svg">
                        </a>
                        <a href="#">
                            <img src="./images/footer/media-twitter.svg">
                        </a>
                    </div>
                </div>
                <a href="#" class="button__blue">Get started</a>
            </div>
        </div>
    </header>
    <main>
        <section class="blog-post --rounded-section">
            <div class="container">

                <div class="--breadcrumb-wrapper">
                    <div class="breadcrumb">
                        <a href="Homepage.html" class="breadcrumb__image"></a>
                        <a href="Blog.html">Blog</a>
                        <p class="breadcrumb__link">How to Recognize and Avoid Merchant Account Scams in 2022</p>
                    </div>
                </div>

                <div class="blog-post__inner">
                    <div class="blog-post__image">
                        <img src="./images/blog-post/blog-post-main.jpg">
                    </div>

                    <div class="post__info">
                        <p class="title-3 mobile__title-3">
                            How to Recognize and Avoid Merchant Account Scams in 2022
                        </p>
                        <div class="post__data body-1-medium mobile__body-1-medium">
                            <div class="-calendar">
                                31.10.22
                            </div>
                            <div class="-time ">
                                5 min
                            </div>
                        </div>
                    </div>

                    <div class="post-editor">

                        <hr>

                        <h2>
                            Merchant services scams can derail the success of your small business. By understanding how
                            these schemes work, you'll have the awareness you need to avoid fraudulent providers.
                        </h2>
                        <p>
                            In this guide, we explore some of the most common merchant service scams and offer advice on
                            how to shield your business from bad actors when selecting a merchant services provider. ‍
                        </p>
                        <hr>

                        <h2>
                            Common Merchant Service Scams
                        </h2>
                        <p>
                            This scam is often difficult to detect and can potentially cause serious harm to your
                            business.
                            <strong>The fraudulent provider gains "backdoor access" to sensitive financial information
                                from your customers and your business by changing the code of your .</strong>
                        </p>

                        <ul>
                            <li>
                                Then, they can commit identity theft and transfer funds to their own bank accounts. If
                                this occurs, you could be held legally responsible for financial losses faced by
                                customers.
                            </li>
                            <li>
                                Fortunately, robust security measures can help protect your <a>payment gateway</a> from
                                a backdoor access attack. You should always work with a <a>PCI-certified merchant
                                    service provider</a> that monitors your account for chargebacks and other red flags.
                            </li>
                            <li>
                                You can also add a second layer of protection with an outside security service to scan
                                your systems for viruses, malware and other weaknesses that could cause a breach.
                            </li>
                        </ul>

                        <hr>

                        <h2>
                            Bait-and-Switch Sales Calls
                        </h2>

                        <p>
                            This scam starts with an unexpected call or message that contains a recording. The speaker
                            says they're from your merchant service provider and that you're agreeing to higher fees
                            unless you respond right away. Alternatively, they might say you're due for a rate review.
                            Either way, the goal is to get you to call the scammer back.
                        </p>
                        <p><img src="./images/blog-post/blog-post-img.jpg"></p>

                        <h2>
                            Who Is Responsible for Merchant Service Scams?
                        </h2>
                        <p>
                            It can be challenging to pursue the responsible party when you experience a merchant service
                            scam.
                            <strong>If your business has fallen victim to hidden fees, start with a careful contract
                                review to see if your signed agreement mentioned these charges. </strong>
                        </p>

                        <ol>
                            <li>
                                Sometimes, scammers skip talking about certain fees but put them in the contract. They
                                might also charge you for items that aren't covered in the merchant services agreement.
                            </li>
                            <li>
                                Unfortunately, you can successfully file charges for hidden fees only if you can prove
                                the business intended to deceive you based on the laws in your state.
                            </li>
                            <li>
                                If you lose a large deposit to a merchant who goes missing, you likely have a legal
                                basis for fraud charges.
                            </li>
                        </ol>

                    </div>


                </div>
            </div>
        </section>

        <section class="--dark-section">
            <div class="container">
                <div class="blog-slider">
                    <div class="blog-slider__title">
                        <p class="title title-2 mobile__title-2 --letter-spacing-002">You may be interested</p>
                        <div class="blog-slider__arrows">
                            <div class="-arrow arrow-before prev">

                            </div>
                            <div class="-arrow next">

                            </div>
                        </div>
                    </div>

                    <div class="blog-slider__items">
                        <div class="swiper-wrapper">
                            <a href="#" class="post swiper-slide">
                                <div class="post__image">
                                    <img src="./images/blog/post6.jpg">
                                </div>
                                <div class="post__info">
                                    <div class="post__name">
                                        <p class="text-1 mobile__text-1">
                                            How to Get Paid as a Photographer: Expert Tips & Tricks
                                        </p>
                                    </div>
                                    <div class="post__data body-1-medium mobile__body-1-medium">
                                        <div class="-calendar">
                                            31.10.22
                                        </div>
                                        <div class="-time">
                                            5 min
                                        </div>
                                    </div>
                                </div>
                            </a>

                            <a href="#" class="post swiper-slide">
                                <div class="post__image">
                                    <img src="./images/blog/post7.jpg">
                                </div>
                                <div class="post__info">
                                    <div class="post__name">
                                        <p class="text-1 mobile__text-1">
                                            How to Get Paid as a Photographer: Expert Tips & Tricks
                                        </p>
                                    </div>
                                    <div class="post__data body-1-medium mobile__body-1-medium">
                                        <div class="-calendar">
                                            31.10.22
                                        </div>
                                        <div class="-time">
                                            5 min
                                        </div>
                                    </div>
                                </div>
                            </a>

                            <a href="#" class="post swiper-slide">
                                <div class="post__image">
                                    <img src="./images/blog/post7.jpg">
                                </div>
                                <div class="post__info">
                                    <div class="post__name">
                                        <p class="text-1 mobile__text-1">
                                            How to Get Paid as a Photographer: Expert Tips & Tricks
                                        </p>
                                    </div>
                                    <div class="post__data body-1-medium mobile__body-1-medium">
                                        <div class="-calendar">
                                            31.10.22
                                        </div>
                                        <div class="-time">
                                            5 min
                                        </div>
                                    </div>
                                </div>
                            </a>

                            <a href="#" class="post swiper-slide">
                                <div class="post__image">
                                    <img src="./images/blog/post7.jpg">
                                </div>
                                <div class="post__info">
                                    <div class="post__name">
                                        <p class="text-1 mobile__text-1">
                                            How to Get Paid as a Photographer: Expert Tips & Tricks
                                        </p>
                                    </div>
                                    <div class="post__data body-1-medium mobile__body-1-medium">
                                        <div class="-calendar">
                                            31.10.22
                                        </div>
                                        <div class="-time">
                                            5 min
                                        </div>
                                    </div>
                                </div>
                            </a>

                            <a href="#" class="post swiper-slide">
                                <div class="post__image">
                                    <img src="./images/blog/post7.jpg">
                                </div>
                                <div class="post__info">
                                    <div class="post__name">
                                        <p class="text-1 mobile__text-1">
                                            How to Get Paid as a Photographer: Expert Tips & Tricks
                                        </p>
                                    </div>
                                    <div class="post__data body-1-medium mobile__body-1-medium">
                                        <div class="-calendar">
                                            31.10.22
                                        </div>
                                        <div class="-time">
                                            5 min
                                        </div>
                                    </div>
                                </div>
                            </a>
                        </div>

                        <div class="swiper-pagination"></div>
                    </div>
                </div>
            </div>
        </section>
    </main>

    <footer class="footer">
        <div class="container">
            <div class="footer__inner">
                <div class="footer__column  footer__body2">
                    <div class="footer__subtitle">Contacts</div>

                    <a href="mailto:contact@gumballpay.com">contact@gumballpay.com</a>
                    <a href="tel:+447312221374">+44-7312-221374</a>
                    <div class="footer__contacts-media">
                        <a href="#"><img src="images/footer/media-inst.svg"></a>
                        <a href="#"><img src="images/footer/media-fb.svg"></a>
                        <a href="#"><img src="images/footer/media-linkedin.svg"></a>
                        <a href="#"><img src="images/footer/media-twitter.svg"></a>
                    </div>
                </div>
                <div class="footer__column">
                    <div class="footer__subtitle">Solutions</div>

                    <div class="footer__solutions-items footer__body2">
                        <div>
                            <a href="Payment-processing.html">Payment processing</a>
                            <a href="Global-coverage.html">Global Coverage</a>
                            <a href="Smart-routing.html">Smart routing</a>
                        </div>
                        <div>
                            <a href="Fraud-prevention.html">Fraud & Chargeback prevention</a>

                            <a href="24-7-support.html">24/7 support</a>
                            <a href="Authentication.html">Authentication</a>
                        </div>
                    </div>
                </div>
                <div class="footer__column">
                    <div class="footer__subtitle">Company</div>

                    <div class="footer__company-items footer__body2">
                        <div>
                            <a href="About-us.html">About us</a>
                            <a href="Blog.html">Blog</a>
                        </div>
                        <div>
                            <a href="Contact-us.html">Contact us</a>
                            <a href="FAQ.html">FAQ</a>
                        </div>
                    </div>

                </div>
            </div>
        </div>
        <div class="footer__bottom">
            <div class="container">
                <div class="-inner">
                    <p class="copyright link">© GumBallPay, 2022</p>
                    <div class="footer__policy footer__body2">
                        <a href="Terms&Conditions.html">Terms & Conditions</a>
                        <a href="KYC-Policy.html">AML / KYC Policy</a>
                        <a href="KYC-Policy.html">Cookie Policy</a>
                    </div>
                    <div class="footer__createdby footer__body2 link">
                        Created by
                        <a href="https://goodface.agency" target="_blank">Goodface </a>
                    </div>
                </div>
            </div>
        </div>
    </footer>

    <script src="js/lib/jquery-3.6.0.min.js"></script>
    <script src="js/lib/swiper-bundle.min.js"></script>

    <script src="js/custom-solutions.js"></script>
    <script src="js/test.js"></script>
    <script src="js/script.js"></script>
</body>

</html>