/home/bdqbpbxa/rc-subdomains/waykay-rc.goodface.com.ua/frontend/privacy-policy.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Privacy policy
</title>
<!-- TODO: Set or remove page description -->
<meta charset="utf-8">
<meta name="description" content="Privacy 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="Privacy 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">Privacy policy</p>
</div>
</div>
</section>
<section class="text-section">
<div class="container">
<div class="text-section__wrapper editor -bigger-ol">
<h1 data-animate="swim-top">Privacy Policy</h1>
<p>
At LaFinteca, we take protecting your personal information and privacy seriously. Personal information
refers to data that pertains to an identified or identifiable individual or in some cases, a specific
household. This Privacy Policy outlines the types of personal information we collect or receive, how we use,
share, and safeguard personal information, our use of cookies and similar technologies, and your rights and
choices. If you have any questions about this Privacy Policy, please refer to the contact information at the
bottom of this page.
</p>
<h2>
Personal Information We Collect
</h2>
<ol>
<li>
<h3>Information you provide</h3>
<p>
We may collect or request personal information from you when you:
</p>
<ul>
<li>Contact us through email, telephone, mail, or other means.</li>
<li>Request a quotation, support, downloads, or information.</li>
<li>Purchase a service or solution.</li>
<li>Create or manage an account.</li>
<li>Register or activate a device (e.g., payment terminal).</li>
<li>Subscribe to newsletters, event notices, or information materials.</li>
<li>Participate in surveys, contests, or other promotional activities.</li>
</ul>
<p>
The types of personal information we may request will usually be clear to you at the time you provide it
and may include the following:
</p>
<ul>
<li>Identifiers (e.g., name).</li>
<li>Postal address, email address, telephone number.</li>
<li>Professional or employment-related information (e.g., job title).</li>
<li>Online identifiers, such as login credentials (e.g., user name)</li>
<li>Financial information (e.g., credit or payment card number, bank account
number, billing address).
</li>
<li>Identification data and documents (e.g., photo, passport, driver's license,
national ID).</li>
<li>Demographic information (e.g., birthdate).</li>
</ul>
<p>If you choose to participate in one of our online surveys, which we conduct to
understand the needs of
our customers better, we may ask for additional categories of personal information from you.</p>
</li>
<li>
<h3>Automatically Collected Information</h3>
<p>
In addition to the personal information that you provide us, our web servers automatically collect
certain information about your internet and electronic network activity. This includes the domain names
of all visitors to the laFinteca Site. We also use third-party web analytics services, which may collect
information such as your IP address, device type, device ID, and other technical information through
cookies and similar tracking technology. Some of this information may be considered personal under
applicable data protection laws in some countries or locations.
</p>
<p>
Collecting this information enables us to understand better our visitors, where they come from, and what
content they are interested in on our Site. We use this information for our internal analytics purposes
and to improve the quality and relevance of our Site to our visitors. Some of this information may be
collected using cookies and similar tracking technology.
</p>
<p>
We may collect personal information about you from third party sources, but only if these sources are
legally permitted or required to disclose your information to us. This information can include
identifiers and contact details, billing information, business history, business registration, and
delivery details. We use this information to provide you with the product, service, or solution you
requested.
</p>
<p>
We will only use your personal information for the purposes described in this Privacy Policy or for
similar compatible purposes. We will also inform you of any other purposes when we collect your personal
information.
</p>
<p>
We will use your information for our legitimate business and commercial purposes, which include:
</p>
<ul>
<li>
Providing the products, services, or solutions you purchased.
</li>
<li>
Maintaining and servicing your account.
</li>
<li>
Providing customer service.
</li>
<li>Improving, upgrading, and enhancing our service.</li>
<li>Conducting auditing and due diligence.</li>
<li>Performing accounting, auditing, billing reconciliation and collection, and
other internal business
functions.</li>
<li>Undertaking internal research for technological development.</li>
<li>Verifying and maintaining the quality and safety of our products, services,
and solutions.</li>
<li>Detecting security incidents and protecting against malicious, deceptive,
fraudulent, or illegal
activity</li>
<li>Operating and managing our website and performing debugging to identify and
repair errors.</li>
<li>Other short-term transient use.</li>
</ul>
<p>
We may also use your information in an anonymized, de-identified, or aggregated manner that does not
identify any individual customer to evaluate and improve our offerings.
</p>
<p>We do not sell your personal information to third parties.</p>
</li>
</ol>
<h2>Changes</h2>
<p>We may update this Privacy Policy from time to time to respond to changing legal,
technical, or business
developments. The "last updated" date is displayed at the top of this Privacy Policy.</p>
</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 class="-lazyload"
srcset="images/lazyload.png" src="images/cta/hand.svg" alt=""></div>
<div class="chat img" data-animate="swim-left" data-index="2"><img class="-lazyload"
srcset="images/lazyload.png" src="images/cta/chat.svg" alt=""></div>
<div class="arrow img" data-animate="fade" data-index="3"><img class="-lazyload"
srcset="images/lazyload.png" 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="mailto:info@la-finteca.com" class="default-link -with-img">
<img class="-lazyload" srcset="images/lazyload.png" src="images/icons/mail.svg" alt="mail" />
info@la-finteca.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>
<script src="//code.tidio.co/ftlbnrn4tta8vrubydvewjmnftuwgji9.js" async></script>
</body>
</html>