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

<head>

  <title>
    AML/KYC Policy
  </title>
  <!-- TODO: Set or remove page description -->
  <meta charset="utf-8">
  <meta name="description" content="AML/KYC Policy">

  <!-- 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="AML/KYC Policy">
  <meta property="og:description" content="LaFinteca - payment gateway in Latin America">
  <meta property="og:image" content="images/opengraph.png">
</head>

<body>
  <style>
    .preloader {
      position: fixed;
      z-index: 500;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      background: #181818;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s;
    }

    .preloader.-visible {
      opacity: 1;
      pointer-events: auto;
      padding-right: 17px;
    }

    .preloader-img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: min(1000px, 120%);
      height: min(800px, 120%);
    }

    .preloader-img lottie-player {
      display: block;
      width: 100%;
      height: 100%;
    }
  </style>
  <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>


  <div class="preloader -visible">
    <div class="preloader-img">
      <lottie-player src="images/preloader.json" background="transparent" speed="1" loop autoplay></lottie-player>
    </div>
  </div>

  <script>
    function lockScroll(isFirstScreenHack = false) {
      const html = document.documentElement;
      const body = document.body;

      let scrollTop = window.scrollY;
      if (isFirstScreenHack) {
        scrollTop = scrollTop + $('.-delete-after-animate').innerhHeight();
      }

      html.classList.add('-scroll-lock');
      body.classList.add('-scroll-lock');

      document.body.scrollTo(0, scrollTop);
      html.setAttribute('data-scroll', scrollTop);
    }


    // 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');

    if (preloader && visitedPages) {
      preloader.remove();
    } else if (preloader) {
      lockScroll();
      preloader.classList.add('-visible');
    }
    window.addEventListener('load', function() {
      window.localStorage.setItem('visited-pages', true);
    });
  </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.png" alt="Brasil" />
                BRASIL
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/argentina.png" alt="Argentina" />
                ARGENTINA
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/mexico.png" alt="Mexico" />

                MEXICO
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/peru.png" alt="Peru" />
                PERU
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/chile.png" alt="Chile" />
                Chile
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/columbia.png" 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.png" alt="Brasil" />
                BRASIL
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/argentina.png" alt="Argentina" />
                ARGENTINA
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/mexico.png" alt="Mexico" />

                MEXICO
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/peru.png" alt="Peru" />
                PERU
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/chile.png" alt="Chile" />
                Chile
                <span class="header-menu-unfinished">(SOON)</span>
              </a>
              <a href="#" class="default-link -disabled">
                <img src="images/icons/flags/columbia.png" 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>
          <p class="default-link -disabled">AML/KYC Policy</p>
        </div>
      </div>
    </section>

    <section class="text-section">
      <div class="container">
        <div class="text-section__wrapper editor">
          <h1 data-animate="swim-top">AML/KYC Policy</h1>
          <ol>
            <li>
              The Anti-Money Laundering and Anti-Money Laundering/Know Your Client Policy (the
              "AML/Policy") is in place to prevent and reduce potential risks to LaFinteca from any
              illegal activities.
            </li>
            <li>
              LaFinteca adheres to all international measures against any activity that facilitates money
              laundering.
            </li>
            <li>
              LaFinteca warns customers about the imminent criminal liability for attempting to use the
              Service for money laundering, terrorist financing, drug, and human trafficking, preventing
              the spread of weapons of mass destruction, and corruption. However, the Service is not
              responsible for any illegal activities of third parties.
            </li>
            <li>
              <p>To prevent the use of the Service for illegal activities, LaFinteca imposes
                several
                requirements for all Requests created by Customers:</p>
              <ul>
                <li>
                  The service strictly prohibits transfer to third parties' requisites: only one
                  person can be the sender and the recipient of the Application.
                </li>
                <li>
                  All the contact details provided by the Customer in the Application must be
                  up-to-date.
                </li>
                <li>
                  The Service categorically forbids the Customers to create an Application using proxy
                  servers or through third-party/anonymous IP addresses.
                </li>
              </ul>
            </li>
            <li>
              An essential measure to prevent unauthorized activity is verifying the Customer's identity
              (further referred to as Verification). The Service has a unified Verification procedure for
              this purpose.
            </li>
            <li>
              <p>LaFinteca has the right to require the following data, documents, or
                information from the
                Customer to identify the Customer and confirm the sources of funds:</p>
              <ul>
                <li>
                  Photo of the Customer with a passport/ID card on which the owner's photo and full
                  name must be clearly legible.
                </li>
                <li>
                  A scan or high-quality photograph of the passport (first and second page, as well as
                  the page with the residence registration) or ID card (back and backside, as well as
                  the Extract from the State Population Register of the place of residence
                  registration).
                </li>
                <li>
                  Confirmation of the source of income (photos, screenshots, bank statements).
                </li>
                <li>
                  Video-confirmation: the client has to stand in front of the camera with his
                  passport/ID card so that the photo and name are clearly visible, and say the number
                  of the LaFinteca application created by him, as well as say that the funds sent are
                  his own and he is responsible for them. The video should also mention the source of
                  the funds.
                </li>
              </ul>
            </li>
            <li>
              If unauthorized activity is detected or an official investigation is conducted, the Service
              may freeze funds temporarily until the verification or investigation is completed.
            </li>
            <li>
              If the Customer makes any changes to the personal data provided to the Service or carries
              out suspicious activities, LaFinteca has the right to verify the Customer's identity again.
            </li>
            <li>
              All information received by the Service about the Customer's identity will be stored and
              used in accordance with the LaFinteca Service's Privacy Policy and related regulations.
            </li>
            <li>
              The Service has the right to refuse to provide its services to the Customer after the
              Customer has confirmed their identity if the Service is used for unlawful purposes.
            </li>
            <li>
              To use payment cards to consume the Service facilities, the Customer must pass the card
              verification per the LaFinteca rules.
            </li>
            <li>
              The Service may audit the source of the funds to verify the legality of the ways in which
              the Client receives the funds.
            </li>
            <li>
              The AML compliance has the responsibility of a person authorized by the Service, whose
              responsibility is to ensure compliance with the Policy.
            </li>
            <li>
              The authorized person has to monitor LaFinteca's AML compliance activities using the
              following methods:
              <ul>
                <li>
                  Collecting user identification information.
                </li>
                <li>
                  Establishing and updating internal policies and procedures to complete, review,
                  submit, and retain all reports and records required under applicable laws and
                  regulations.
                </li>
                <li>Monitoring transactions and investigating any significant deviations from
                  normal
                  activity.</li>
                <li>Implementing a records management system to store and retrieve documents,
                  files,
                  forms, and logs.</li>
                <li>Regularly updating the risk assessment.</li>
                <li>Providing law enforcement agencies with the information required under
                  applicable
                  laws and regulations.</li>
              </ul>
            </li>
            <li>
              A person authorized by the Service may cooperate with law enforcement authorities to prevent
              misconduct on the Service by the Customer.
            </li>
            <li>
              LaFinteca performs system functions that are necessary to comply with the Policy, including:

              <ul>
                <li>
                  Checking Customers daily for the existence of recognized blacklists (e.g., OFAC),
                  aggregating transmissions across multiple data points, placing users on watch lists
                  and denial of services, opening cases for investigation where it will be
                  appropriate, sending internal communications and completing mandatory reports if it
                  is applicable.
                </li>
                <li>
                  Administration of the affairs and document management.
                </li>
              </ul>
            </li>
            <li>
              The Service reviews Customers, including through analysis of transaction behavior, relying
              on it as a tool for risk assessment and identifying suspicious activities.
            </li>
            <li>
              In line with international requirements, the Service implements risk assessment practices to
              combat money laundering and anti-money laundering. Thus, the Service ensures that measures
              to prevent or mitigate money laundering and terrorist financing are commensurate with
              identified risks.
            </li>
            <li>
              If suspicious activity is detected on the part of the Customer, including for the purpose of
              money laundering, the Service has the right to:
              <ul>
                <li>Suspend the User's operation.</li>
                <li>Request identification documents from the User.</li>
                <li>Request any additional information and documents from the User in case of
                  suspicious
                  transactions.</li>
                <li>Ensure that the suspicious nature of the transactions is reported to the
                  appropriate
                  law enforcement authorities through an authorized AML compliance officer.</li>
              </ul>
            </li>
            <li>
              According to the above information, the Service is not legally liable for the use of its
              services for money laundering, terrorist financing, or the purchase of illegal goods and
              services. At the same time, the Service takes all available steps to prevent any attempts to
              use this service for unlawful purposes.
            </li>
            <li>
              According to the clauses of the applicable regulations, the Customer agrees to all the above
              terms of the Policy and undertakes to comply with them when carrying out the Service.
            </li>
          </ol>
        </div>
      </div>
    </section>

    <section class="faq-section">
      <div class="container">
        <h2 class="title title-2 mob-title-2 --centered-text" data-animate="word">FAQ</h2>
        <div class="faq-section__content" data-animate-group="list">
          <div class="--accordion faq-accordion" data-accordion-group="faq-group" data-animate="swim-top">
            <div class="--accordion__open --cursor-pointer">
              <h5 class=" title title-5 mob-title-5">What is LaFinteca?</h5>
              <div class="--accordion__arrow"></div>
            </div>
            <div class="--accordion__content-container">
              <div class="--accordion__content">
                <p class="accordion-text text-1 mob-text-1">
                  LaFinteca is a new brand, a ready-made tool
                  for making online payments. We provide
                  communication, setup, processing and support
                  of payments for your business using advanced
                  financial technologies and partnerships with
                  national and international payment systems.
                </p>
              </div>
            </div>
          </div>
          <div class="--accordion faq-accordion" data-accordion-group="faq-group" data-animate="swim-top">
            <div class="--accordion__open --cursor-pointer">
              <h5 class=" title title-5 mob-title-5">What products does LaFinteca offer?</h5>
              <div class="--accordion__arrow"></div>
            </div>
            <div class="--accordion__content-container">
              <div class="--accordion__content">
                <p class="accordion-text text-1 mob-text-1">
                  LaFinteca is a new brand, a ready-made tool
                  for making online payments. We provide
                  communication, setup, processing and support
                  of payments for your business using advanced
                  financial technologies and partnerships with
                  national and international payment systems.
                </p>
              </div>
            </div>
          </div>
          <div class="--accordion faq-accordion" data-accordion-group="faq-group" data-animate="swim-top">
            <div class="--accordion__open --cursor-pointer">
              <h5 class=" title title-5 mob-title-5">How to contact us?</h5>
              <div class="--accordion__arrow"></div>
            </div>
            <div class="--accordion__content-container">
              <div class="--accordion__content">
                <p class="accordion-text text-1 mob-text-1">
                  LaFinteca is a new brand, a ready-made tool
                  for making online payments. We provide
                  communication, setup, processing and support
                  of payments for your business using advanced
                  financial technologies and partnerships with
                  national and international payment systems.
                </p>
              </div>
            </div>
          </div>
          <div class="--accordion faq-accordion" data-accordion-group="faq-group" data-animate="swim-top">
            <div class="--accordion__open --cursor-pointer">
              <h5 class=" title title-5 mob-title-5">What are the benefits of using LaFinteca?</h5>
              <div class="--accordion__arrow"></div>
            </div>
            <div class="--accordion__content-container">
              <div class="--accordion__content">
                <p class="accordion-text text-1 mob-text-1">
                  LaFinteca is a new brand, a ready-made tool
                  for making online payments. We provide
                  communication, setup, processing and support
                  of payments for your business using advanced
                  financial technologies and partnerships with
                  national and international payment systems.
                </p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>

    <section class="cta" data-animate="swim-top" data-animate-group="list">
      <div class="container">
        <div class="cta__wrapper">
          <div class="cta__images">
            <div class="hand img" data-animate="swim-right" data-index="1"><img src="images/cta/hand.svg" alt=""></div>
            <div class="chat img" data-animate="swim-left" data-index="2"><img src="images/cta/chat.svg" alt=""></div>
            <div class="arrow img" data-animate="fade" data-index="3"><img src="images/cta/cta-arrow.svg" alt=""></div>
          </div>
          <div class="cta__content">
            <h2 class="title title-2 mob-title-2" data-animate="word" data-index="1">
              Ready for an advanced payment experience?
            </h2>
            <p class="text text-1 mob-text-1" data-animate="swim-top" data-index="2">
              Contact our team of specialists for any inquiries.
            </p>
            <a href="contacts.html" class="default-button -black -arrow-right" data-animate="swim-top" data-index="3">
              <span>Contact us</span>
            </a>
          </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 src="images/icons/mail.svg" alt="mail" />
              info@la-finteca.com
            </a>
            <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>
        </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>
  <script src="//code.tidio.co/ftlbnrn4tta8vrubydvewjmnftuwgji9.js" async></script>
</body>

</html>