/home/bdqbpbxa/rc-subdomains/waykay-rc.goodface.com.ua/frontend/article.html
<!DOCTYPE html>
<html lang="en">

<head>

  <title>
    The emerging dominance of digital payments in the LATAM payment landscape
  </title>
  <!-- TODO: Set or remove page description -->
  <meta charset="utf-8">
  <meta name="description"
    content=" Statistics from the Bank for International Settlements and research firms confirm the rapid growth of digital payments in the LATAM region. The COVID-19 pandemic has been a catalyst for change in Latin America's payment landscape. The volume of
  contactless payments grew 45% between 2020 and 2021, reaching US$2.5 trillion. E-commerce payment volume is projected to grow more than 55% from 2021 to 2026.">

  <!-- TODO: Delete noindex on production -->
  <meta name="robots" content="noindex">
  <meta name="googlebot" content="noindex">



  <!-- 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">

  <!-- Styles -->
  <link rel="stylesheet" type="text/css" href="css/lib/swiper-bundle.min.css">
  <link rel="stylesheet" type="text/css" href="css/styles.css">
  <link rel="stylesheet" type="text/css" href="css/adaptive.css">
  <link rel="stylesheet" type="text/css" href="css/lib/scroll-animations.css">

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

  <!-- Opengraph -->
  <!-- TODO: Add or remove opengraph -->
  <meta name="twitter:card" content="summary_large_image">
  <meta property="og:type" content="website">
  <meta property="og:image:type" content="images/png">
  <meta property="og:image:width" content="1200">
  <meta property="og:image:height" content="630">
  <meta property="og:url" content="https://lafinteca.goodface.com.ua">
  <meta property="og:site_name" content="LaFinteca">
  <meta property="og:title" content="The emerging dominance of digital payments in the LATAM payment landscape">
  <meta property="og:description"
    content="Statistics from the Bank for International Settlements and research firms confirm the rapid growth of digital payments in the LATAM region. The COVID-19 pandemic has been a catalyst for change in Latin America's payment landscape. The volume of
  contactless payments grew 45% between 2020 and 2021, reaching US$2.5 trillion. E-commerce payment volume is projected to grow more than 55% from 2021 to 2026.">
  <meta property="og:image" content="images/opengraph.png">
</head>

<body>
  <script>
    // Allow animations if JS support is enabled

    document.body.classList.add('-allow-animations');

    // Don't show preloader again if the page was visited

    let preloader = document.querySelector('.preloader');

    let fullPageUrl = window.location.href;
    let visitedPages = window.localStorage.getItem('visited-pages');
    let visitedPagesArr = visitedPages ? visitedPages.split(' ') : '';

    let isPreloaderLoaded = visitedPagesArr.includes(fullPageUrl);

    if (preloader && isPreloaderLoaded) {
      preloader.remove();
    } else if (preloader) {
      preloader.classList.add('-visible');
    }
  </script>
  <header class="header">
    <div class="container">
      <div class="header__wrapper">
        <a href="index.html" class="logo"><img src="images/logo.svg" alt="logo" /></a>
        <div class="header__menu">
          <div class="header__dropdown">
            <span class="default-link header__dropdown-opener --cursor-pointer">Company</span>
            <div class="header__dropdown-content">

              <a href="#" class="default-link -disabled">
                <img src="images/icons/about-us.svg" alt="about us" />
                ABOUT US
                <span class="--soon">(SOON)</span>
              </a>

              <a href="blog.html" class="default-link">
                <img src="images/icons/blog.svg" alt="blog" />
                BLOG
              </a>

              <a href="#" class="default-link -disabled">
                <img src="images/icons/partners.svg" alt="partners" />
                PARTNERS
                <span class="--soon">(SOON)</span>
              </a>

              <a href="#" class="default-link -disabled">
                <img src="images/icons/career.svg" alt="career" />
                CAREER
                <span class="--soon">(SOON)</span>
              </a>

              <a href="contacts.html" class="default-link">
                <img src="images/icons/contacts.svg" alt="contacts" />
                CONTACTS
              </a>
            </div>
          </div>
          <div class="header__dropdown -rounded-img">
            <span class="default-link header__dropdown-opener --cursor-pointer">methods</span>
            <div class="header__dropdown-content">
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/brazil.jpg" alt="Brasil" />
                BRASIL
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/argentina.jpg" alt="Argentina" />
                ARGENTINA
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/mexico.jpg" alt="Mexico" />

                MEXICO
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/peru.jpg" alt="Peru" />
                PERU
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/chile.jpg" alt="Chile" />
                Chile
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/columbia.jpg" alt="Columbia" />
                COLUMBIA
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
            </div>
          </div>
          <a href="#" target="_blank" class="default-link -external">For Developers</a>
        </div>
        <a href="#" class="default-button -transparent">log in</a>
        <div class="burger">
          <span></span><span></span>
        </div>
      </div>
    </div>

    <div class="mobile-menu">
      <a href="#" class="default-button -transparent">log in</a>
      <div class="mobile-menu_inner">
        <div class="header__dropdown">
          <span class="default-link header__dropdown-opener --cursor-pointer">Company</span>
          <div class="header__dropdown-content">
            <div class="header__dropdown-content-inner">
              <a href="#" class="default-link -disabled">
                <img src="images/icons/about-us.svg" alt="about us" />
                ABOUT US
                <span class="--soon">(SOON)</span>
              </a>

              <a href="blog.html" class="default-link">
                <img src="images/icons/blog.svg" alt="blog" />
                BLOG
              </a>

              <a href="#" class="default-link -disabled">
                <img src="images/icons/partners.svg" alt="partners" />
                PARTNERS
                <span class="--soon">(SOON)</span>
              </a>

              <a href="#" class="default-link -disabled">
                <img src="images/icons/career.svg" alt="career" />
                CAREER
                <span class="--soon">(SOON)</span>
              </a>

              <a href="contacts.html" class="default-link">
                <img src="images/icons/contacts.svg" alt="contacts" />
                CONTACTS
              </a>
            </div>
          </div>
        </div>
        <div class="header__dropdown -rounded-img">
          <span class="default-link header__dropdown-opener --cursor-pointer">methods</span>
          <div class="header__dropdown-content">
            <div class="header__dropdown-content-inner">
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/brazil.jpg" alt="Brasil" />
                BRASIL
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/argentina.jpg" alt="Argentina" />
                ARGENTINA
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/mexico.jpg" alt="Mexico" />

                MEXICO
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/peru.jpg" alt="Peru" />
                PERU
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/chile.jpg" alt="Chile" />
                Chile
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/columbia.jpg" alt="Columbia" />
                COLUMBIA
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
            </div>
          </div>
        </div>
        <a href="#" target="_blank" class="default-link -external">For Developers</a>
      </div>
      <div class="mobile-menu__bottom">
        <div class="socials-list">
          <a href="#"><img src="images/icons/facebook.svg" alt="facebook" /></a>
          <a href="#"><img src="images/icons/instagram.svg" alt="instagram" /></a>
          <a href="#"><img src="images/icons/linkedIn.svg" alt="linkedIn" /></a>
          <a href="#"><img src="images/icons/twitter.svg" alt="twitter" /></a>
        </div>
        <div class="language-dropdown">
          <div class="language-dropdown__visible">
            English
          </div>
          <div class="language-dropdown__content">
            <a href="#" class="-disabled">Spanish</a>
            <a href="#" class="-disabled">Portuguese</a>
          </div>
        </div>
      </div>
    </div>
  </header>

  <main>

    <section class="breadcrumbs" data-animate="fade">
      <div class="container">
        <div class="breadcrumbs__wrapper">
          <a href="index.html" class="default-link">Home</a>
          <span class="separator"></span>
          <a href="blog.html" class="default-link">Blog</a>
          <span class="separator"></span>
          <p class="default-link -disabled">The emerging dominance of digital payments in the LATAM payment landscape
          </p>
        </div>
      </div>
    </section>

    <section class="article">
      <div class="container">
        <h1 data-animate="swim-top">
          THE EMERGING DOMINANCE OF DIGITAL PAYMENTS IN THE LATAM
          PAYMENT LANDSCAPE
        </h1>
        <div class="article-info" data-animate="swim-top">
          <p class="date">
            04.09.2023
          </p>
          <p class="time">
            5 min to read
          </p>
        </div>
        <div class="main-img" data-animate="fade">
          <img src="images/blog/article-article-img.jpg"
            alt="THE EMERGING DOMINANCE OF DIGITAL PAYMENTS IN THE LATAM PAYMENT LANDSCAPE">
        </div>
        <div class="article__content editor -bigger-ol">
          <p data-animate="swim-top">
            Statistics from the Bank for International
            Settlements and research firms confirm the rapid
            growth of digital payments in the LATAM region. The
            COVID-19 pandemic has been a catalyst for change in
            Latin America's payment landscape. The volume of
            contactless payments grew 45% between 2020 and 2021,
            reaching US$2.5 trillion. E-commerce payment volume
            is projected to grow more than 55% from 2021 to
            2026.
          </p>
          <p data-animate="swim-top">
            <a href="index.html" target="_blank">LaFinteca</a>
            is leading the shift from cash to digital
            alternatives. In a world where innovation is key,
            LaFinteca is becoming a catalyst for companies
            looking to navigate the complex landscape of Latin
            America.
          </p>
          <h2 data-animate="swim-top">
            Here are highlights of online payment trends and
            methods in Latin America:
          </h2>
          <ol>
            <li data-animate="swim-top">
              <h3 data-animate="swim-top">Regional trends</h3>
              <ul>
                <li data-animate="swim-top">
                  Credit cards were the dominant payment
                  method in 2021, accounting for 33% of
                  B2C e-commerce sales. International
                  credit cards accounted for another 25%.
                </li>
                <li data-animate="swim-top">
                  Alternative payment methods such as bank
                  transfers, digital wallets and debit
                  cards are growing, with bank transfers
                  growing at 107% in 2021. Mobile commerce
                  is also popular, accounting for 60% of
                  e-commerce volume.
                </li>
                <li data-animate="swim-top">
                  Contactless mobile payments are lagging
                  behind globally. In 2021, mobile
                  shopping accounted for 60% of total
                  e-commerce volume in Latin America, up
                  46% from 2020. In 2021, 21% of
                  smartphone users in Brazil and 14% in
                  Mexico used mobile payments in stores,
                  compared to 87% in China.
                </li>
                <li data-animate="swim-top">
                  Digital-only banks have grown at a rate
                  of 27% since 2012, reaching 52% in Latin
                  America in 2021. In 2021, mobile
                  shopping accounted for 60% of total
                  e-commerce in Latin America, up 46% from
                  2020.
                </li>
              </ul>
            </li>
            <li data-animate="swim-top">
              <h3 data-animate="swim-top">Brazil</h3>
              <ul>
                <li data-animate="swim-top">
                  In 2021, 59% of online sales were paid
                  for with credit cards, often using
                  installment payments. Debit cards
                  accounted for just 6% of sales.
                </li>
                <li data-animate="swim-top">
                  In Brazil, the PIX instant payment
                  system is gaining popularity. In 2021,
                  36% of mobile shoppers used it, and 40%
                  of online purchases made by registered
                  PIX users were made using it.
                </li>
                <li data-animate="swim-top">
                  Mobile wallet transactions are projected
                  to grow 41% per year to reach $146
                  billion in 2025.
                </li>
              </ul>
            </li>
            <li data-animate="swim-top">
              <h3 data-animate="swim-top">Mexico</h3>
              <ul>
                <li data-animate="swim-top">
                  International credit cards accounted for
                  the largest volume of online payments in
                  2021, at $17 billion. Debit cards
                  account for 30% of online card payments.
                </li>
                <li data-animate="swim-top">
                  Alternative services such as digital
                  bank cards and "Buy Now, Pay Later" are
                  emerging, with BNPL's share projected to
                  double to 4% by 2025.
                </li>
                <li data-animate="swim-top">
                  Mobile fraud accounted for 33% of
                  merchant fraud losses in 2021, up 10%
                  from 2019.
                </li>
                <li data-animate="swim-top">
                  In Mexico, 36% of users used digital
                  bank cards and 36% used debit cards
                  during the 2021 Hot Sale. Shoppers
                  making cross-border purchases were most
                  likely to use PayPal (48%).
                </li>
              </ul>
            </li>
            <li data-animate="swim-top">
              <h3 data-animate="swim-top">Argentina</h3>
              <ul>
                <li data-animate="swim-top">
                  Credit cards (31%) and digital wallets
                  (30%) were the main online payment
                  methods in 2021. Debit cards accounted
                  for 26% of sales.
                </li>
                <li data-animate="swim-top">
                  63% of sales on merchant websites in
                  2021 were paid with credit cards through
                  a payment platform.
                </li>
                <li data-animate="swim-top">
                  In Argentina in 2021, 83% of users used
                  cards versus 81% used cash, showing a
                  reversal of the previous trend. At the
                  end of 2021, the number of QR payment
                  transactions increased by 13%.
                </li>
              </ul>
            </li>
            <li data-animate="swim-top">
              <h3 data-animate="swim-top">Chile</h3>
              <ul>
                <li data-animate="swim-top">
                  In 2021, credit cards were used for 38%
                  of online purchases, while debit cards
                  were used 20% of the time.
                </li>
                <li data-animate="swim-top">
                  Digital wallets grew 42%, but 40% of
                  shoppers still use offline vouchers such
                  as ServiPag.
                </li>
                <li data-animate="swim-top">
                  In 2021, 37% of online sales were paid
                  for with credit cards and 25% with debit
                  cards. The growth of digital wallets was
                  60%.
                </li>
                <li data-animate="swim-top">
                  P2P payment apps grew from 24% in 2020
                  to 61% in 2021.
                </li>
              </ul>
            </li>
            <li data-animate="swim-top">
              <h3 data-animate="swim-top">Dominican Republic</h3>
              <p data-animate="swim-top">
                Between 2020 and 2021, online card payments
                on domestic websites nearly doubled to 21
                million. Payments on international websites
                grew to 42 million.
              </p>
            </li>
            <li data-animate="swim-top">
              <h3 data-animate="swim-top">Colombia</h3>
              <p data-animate="swim-top">
                In Colombia, debit card ownership reached
                88% in 2021, compared to 54% for credit
                cards. The use of digital wallets increased
                dramatically from 0.7% of users in 2020 to
                31% in 2021.
              </p>
            </li>
            <li data-animate="swim-top">
              <h3 data-animate="swim-top">Peru</h3>
              <p data-animate="swim-top">
                P2P payment apps saw strong growth during
                the pandemic. In Peru, their use among
                banking internet users increased from 24% in
                2020 to 61% in 2021.
              </p>
            </li>
          </ol>
          <p data-animate="swim-top">
            <img class="-lazyload" srcset="images/lazyload.png" src="images/blog/article-preview-2.svg"
              alt="image green stab" />
          </p>
          <h2 data-animate="swim-top">Forecasts and Conclusions</h2>
          <p data-animate="swim-top">
            The share of alternative payment methods in LATAM
            e-commerce is expected to reach 30% by 2024, and in
            some countries, such as Argentina (43%), Colombia
            (41%) and Brazil (31%), the share will be even
            higher.  The growth of digital payments in Latin
            America is gaining strong momentum.
          </p>
          <blockquote data-animate="swim-top">
            «LaFinteca is playing a key role in this digital
            revolution, opening new paths in the world of
            payments and transactions. With customized
            payment solutions, robust security and a
            customer-centric approach, this brand embodies
            the essence of efficiency and growth.»
          </blockquote>
        </div>
      </div>
    </section>
    <section class="relative-articles" data-animate-group="list">
      <div class="container">
        <div class="relative-articles__wrapper">
          <div class="title-wrapper">
            <h2 class="title title-2 mob-title-2" data-animate="word">You may be interested</h2>
            <div class="swiper-navigation" data-animate="fade">
              <div class="prev --cursor-pointer"></div>
              <div class="next --cursor-pointer"></div>
            </div>
          </div>
          <div class="slider" data-animate="swim-top">
            <div class="swiper-wrapper">
              <a href="article.html" class="relative-slide --cursor-pointer swiper-slide">
                <div class="img">
                  <img class="-lazyload" srcset="images/lazyload.png" src="images/blog/article-preview-2.svg" alt="">
                </div>
                <p class="title title-4 mob-title-4">
                  Fundraising strategy in Latam: a founders guide
                </p>
                <div class="article-info">
                  <p class="date">
                    04.09.2023
                  </p>
                  <p class="time">
                    5 min to read
                  </p>
                </div>
              </a>
              <a href="article.html" class="relative-slide --cursor-pointer swiper-slide">
                <div class="img">
                  <img class="-lazyload" srcset="images/lazyload.png" src="images/blog/article-preview-4.svg" alt="">
                </div>
                <p class="title title-4 mob-title-4">
                  Navigating the Endeavor of raising a Seed Round as a Latin American Startup
                </p>
                <div class="article-info">
                  <p class="date">
                    03.09.2023
                  </p>
                  <p class="time">
                    5 min to read
                  </p>
                </div>
              </a>
              <a href="article.html" class="relative-slide --cursor-pointer swiper-slide">
                <div class="img">
                  <img class="-lazyload" srcset="images/lazyload.png" src="images/blog/article-preview-3.svg" alt="">
                </div>
                <p class="title title-4 mob-title-4">
                  Fundraising strategy in Latam: a founders guide
                </p>
                <div class="article-info">
                  <p class="date">
                    04.09.2023
                  </p>
                  <p class="time">
                    5 min to read
                  </p>
                </div>
              </a>
              <a href="article.html" class="relative-slide --cursor-pointer swiper-slide">
                <div class="img">
                  <img class="-lazyload" srcset="images/lazyload.png" src="images/blog/article-preview-2.svg" alt="">
                </div>
                <p class="title title-4 mob-title-4">
                  Navigating the Endeavor of raising a Seed Round as a Latin American Startup
                </p>
                <div class="article-info">
                  <p class="date">
                    03.09.2023
                  </p>
                  <p class="time">
                    5 min to read
                  </p>
                </div>
              </a>
            </div>
          </div>
          <div class="swiper-pagination"></div>
        </div>
      </div>
    </section>
  </main>

  <footer class="footer">
    <div class="container">
      <div class="footer__wrapper">
        <div class="footer-top">
          <a href=""><img class="logo" src="images/logo.svg" alt="logo" /></a>
          <div class="language-dropdown">
            <div class="language-dropdown__visible">
              English
            </div>
            <div class="language-dropdown__content">
              <a href="#" class="-disabled">Spanish</a>
              <a href="#" class="-disabled">Portuguese</a>
            </div>
          </div>
        </div>
        <div class="footer-mid">
          <div class="footer__menu">
            <p class="title-6 menu-title">COMPANY</p>
            <div class="footer__menu-inner">
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> About us</p>
              <a href="blog.html" class="default-link">Blog</a>
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> Partners</p>
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> Career</p>
              <a href="contacts.html" class="default-link">Contacts</a>
            </div>
          </div>
          <div class="footer__menu">
            <p class="title-6 menu-title">METHODS</p>
            <div class="footer__menu-inner">
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> Brazil</p>
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> Argentina</p>
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> Mexico</p>
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> Peru</p>
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> Chile</p>
              <p class="default-link -disabled"><span class="--soon">(Soon)</span> Columbia</p>
            </div>
          </div>
          <div class="footer__menu">
            <p class="title-6 menu-title">FOR DEVELOPERS</p>
            <div class="footer__menu-inner">
              <p class="default-link -external -disabled"><span class="--soon">(Soon)</span>API</p>
            </div>
          </div>
          <div class="footer__menu -socials">
            <p class="title-6 menu-title">CONTACTS</p>
            <a href="#" class="default-link -with-img">
              <img class="-lazyload" srcset="images/lazyload.png" src="images/icons/mail.svg" alt="mail" />
              info@lafinteca.com
            </a>
            <div class="socials-list">
              <a href="#"><img class="-lazyload" srcset="images/lazyload.png" src="images/icons/facebook.svg"
                  alt="facebook" /></a>
              <a href="#"><img class="-lazyload" srcset="images/lazyload.png" src="images/icons/instagram.svg"
                  alt="instagram" /></a>
              <a href="#"><img class="-lazyload" srcset="images/lazyload.png" src="images/icons/linkedIn.svg"
                  alt="linkedIn" /></a>
              <a href="#"><img class="-lazyload" srcset="images/lazyload.png" src="images/icons/twitter.svg"
                  alt="twitter" /></a>
            </div>
          </div>
        </div>
        <div class="footer-bot">
          <p class="privacy-policy text-2 mob-text-2">Copyright © LaFinteca 2023</p>
          <div class="footer-bot__menu">
            <a href="AML-KYC-policy.html" class="default-link">AML/KYC Policy</a>
            <a href="privacy-policy.html" class="default-link">Privacy Policy</a>
          </div>
        </div>
      </div>
    </div>
  </footer>

  <script src="js/lib/jquery-3.7.1.min.js"></script>
  <script src="js/lib/swiper-bundle.min.js"></script>
  <script src="js/lib/gsap.min.js"></script>
  <script src="js/lib/ScrollTrigger.min.js"></script>

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

</html>