abinesh/index.html

1013 lines
58 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HaodaPay | Bharat Bill Payment System</title>
<link rel="icon" href="/images/haodafavicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="Stylesheet" href="./styles.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="./jquery.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NZKTQCBEN4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NZKTQCBEN4');
</script>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1242502513108409');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1242502513108409&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body>
<div id="preloader"></div>
<!-- Header Section -->
<section class="header-section">
<div class="header-section-bg-img container mx-auto">
<header class="container header">
<div class="header-logo">
<a href="index.html "><img src="/images/Bharatlogo.gif" alt=""></a>
</div>
<nav class="header-nav-bar hidden xl:block">
<ul class="menu">
<li><a href="#">Case studies</a>
<ul class="submenu">
<li><a href="#education">Education</a></li>
<li><a href="#socity">Housing Society</a></li>
</ul>
</li>
<li><a href="#revolutionizingbillcollection">Why Become a Biller?</a></li>
<li><a href="/about/about.html">About Us</a></li>
<li><a href="#haodapay-features">Features</a></li>
<li><a href="/news/news.html">News</a></li>
<li><a href="/blog/articles.html">Blog</a></li>
</ul>
</nav>
<div class="header-btn hidden xl:block">
<button><a href="https://merchant.mypayhaoda.com/register"> Register an account</a></button>
</div>
<div class="block xl:hidden bar-icon-tailwind" >
<button id="togglebutton" class="visible"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 font">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25" />
</svg></button>
</div>
</header>
<div class="main-container container flex flex-wrap-reverse justify-center">
<div class="main-content w-full xl:w-1/2">
<div class="main-para">
<p>Time to Level Up Your Bill Collection!</p>
</div>
<div class="main-h1">
<h1>Register as Bharat Bill Payment <br>System Biller through<br><span class="main-blue">Haoda</span><span class="main-yellow">Pay.</span></h1>
</div>
<div class="main-content-para">
<p>Welcome to HaodaPay Simplifying Fee Collection for Education and Housing. Seamlessly manage fee payments for educational institutions and contribute to housing societies' rent and maintenance fee collection with ease. Experience hassle-free transactions and elevate your payment convenience today</p>
</div>
<div class="main-btn">
<button class="main-reg-btn"><a href="https://merchant.mypayhaoda.com/register">REGISTER NOW</a></button>
<button class="main-req-btn" id="openPopupButton">REQUEST TO CALL BACK</button>
<div id="loader" class="loader"></div>
<div id="successModal" class="modal">
<div class="modal-content">
<div class="success__img">
<img src="/images/preview (1).gif" alt="">
</div>
<div class="success__content text-center mt-4">
<p id="successMessage"></p>
<span class="close1" onclick="closeSuccessModal()">Thanks...</span>
</div>
</div>
</div>
<div class="popup__alignment">
<div id="popup" class="popup">
<div class="popup__companyLogo">
<div class="company__img">
<img src="/images/companyLogo.webp" alt="img">
</div>
<div class="close-btn ml-auto">
<span class="close" id="closePopupButton"><i class="fa-solid fa-xmark"></i></span>
</div>
</div>
<div class="popup-image">
<div class="popup-haoda">
<span>Unlock 100 Free Payouts</span>
</div>
</div>
<div class="popup-para">
<span>Submit your detail below</span>
<p>Our payout specialist will connect with you</p>
</div>
<div class="popup-content">
<form id="popupForm" >
<div class="name">
<input type="text" placeholder="Enter your name" value="" class="name" id="name"/>
</div>
<div class="warning-div">
<span id="warning" class="warning"></span>
</div>
<div class="mini__popup">
<input type="text" placeholder="+91" class="number-input">
<input type="text" placeholder="Enter your number" value="" class="phn" id="mobilenumber"/>
</div>
<button type="submit" class="btn">Call me</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="main-image w-full xl:w-1/2 flex justify-center">
<div class="main-img">
<img src="/images/main-img.webp" alt=""/>
</div>
</div>
</div>
<div class="main-img-bg hidden xl:block">
<img src="/images/main-bg-img.png" alt="">
</div>
<nav class="nav-mobile hidden" id="nav-mobile">
<ul>
<button id="hide" class="hidden">X</button>
<li><a href="#education">Case Studies</a></li>
<li><a href="#revolutionizingbillcollection">Why Become a Biller?</a></li>
<li><a href="/about/about.html">About Us</a></li>
<li><a href="#haodapay-features">Features</a></li>
<li><a href="/news/news.html">News</a></li>
<li><a href="/blog/articles.html">Blogs</a></li>
</ul>
<div class="nav-mobile-btn">
<button><a href="https://merchant.mypayhaoda.com/register"> Register an account</a></button>
</div>
</nav>
</div>
</section>
<!-- Educational Fees Collection -->
<section class="educational" id="education">
<div class="educational-content container mx-auto">
<div class="educational-container flex flex-wrap">
<div class="educational-align w-full xl:w-1/2 flex justify-center">
<div class="educational-image">
<div class="educational-img">
<img src="/images/edu-img.webp" alt=""/>
</div>
</div>
</div>
<div class="educational-content-detail w-full xl:w-1/2">
<div class="educational-h1">
<span>For Educational Fees Collections</span>
</div>
<div class="educational-para">
<span>Elevate the fee collection process in educational institutions with the convenience of BBPS, an integrated bill payment system. Empower students and parents with multiple payment channels such as online banking, mobile wallets, and UPI, making fee transactions hassle-free. Say goodbye to cash payments and embrace a seamless experience with secure and efficient electronic payments. Enjoy the benefits of enhanced transparency, simplified reconciliation, and improved financial management. Make fee collection effortless and convenient for all stakeholders involved, fostering a smooth and efficient educational environment. Unlock the potential of digital payments and transform the way educational institution fees are collected.</span>
</div>
<div class="educational-btn">
<button><a href="effortless-fee-management.html">KNOW MORE</a></button>
</div>
</div>
</div>
</div>
</section>
<!-- Housing Society / Appartment Maintainence Collection -->
<section class="socity" id="socity">
<div class="socity-content container mx-auto">
<div class="socity-container flex flex-wrap-reverse">
<div class="socity-content-detail w-full xl:w-1/2">
<div class="socity-h1">
<span>Housing Society / Appartment <br>Maintainence Collection</span>
</div>
<div class="socity-para">
<span>Simplify the process of collecting maintenance fees for housing societies, apartments, and PG accommodations with our streamlined system. Experience the convenience of automated payments, timely reminders, and hassle-free monitoring of payment records. Ensure secure and efficient Rent collection, promoting transparency and accountability. Our adaptable platform caters to the specific needs of housing societies, offering flexible customization options. Enjoy peace of mind as our system takes care of reconciliation and record-keeping, allowing you to focus on other important tasks.</span>
</div>
<div class="socity-btn">
<button><a href="streamlined-rent-maintenance-charge.html">KNOW MORE</a></button>
</div>
</div>
<div class="socity-align w-full xl:w-1/2 flex justify-center">
<div class="socity-image">
<div class="socity-img">
<img src="/images/Group41.webp" alt=""/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Industry / Sector -->
<section class="industry">
<div class="industry-container container mx-auto flex flex-wrap">
<div class="industry-content w-full xl:w-1/2">
<div class="industry-image flex justify-center">
<div class="industry-img">
<img src="/images/ind-sector-img.webp" alt="">
</div>
</div>
</div>
<div class="industry-solutins w-full xl:w-1/2">
<div class="industry-heading">
<span>Are you from a different Industry / Sector ? We have a solution for you too!</span>
</div>
<div class="industry-twobox flex flex-wrap">
<div class="industry-one-box">
<div class="industry-h2">
<h2>Government Entities</h2>
</div>
<div class="industry-water">
<div class="industry-water-image">
<i class="fa-solid fa-star"></i>
</div>
<div class="industry-water-content">
<p>Water Tax</p>
</div>
</div>
<div class="industry-water">
<div class="industry-water-image">
<i class="fa-solid fa-star"></i>
</div>
<div class="industry-water-content">
<p>Electricity Bill</p>
</div>
</div>
<div class="industry-water">
<div class="industry-water-image">
<i class="fa-solid fa-star"></i>
</div>
<div class="industry-water-content">
<p>Municipality Tax</p>
</div>
</div>
</div>
<div class="industry-double-box">
<div class="industry-h2">
<h2>Private Sectors</h2>
</div>
<div class="industry-water">
<div class="industry-water-image">
<i class="fa-solid fa-star"></i>
</div>
<div class="industry-water-content">
<p>Telecom Payment</p>
</div>
</div>
<div class="industry-water">
<div class="industry-water-image">
<i class="fa-solid fa-star"></i>
</div>
<div class="industry-water-content">
<p>Purchase Payment</p>
</div>
</div>
<div class="industry-water">
<div class="industry-water-image">
<i class="fa-solid fa-star"></i>
</div>
<div class="industry-water-content">
<p>Loan/Insurance</p>
</div>
</div>
</div>
</div>
<div class="industry-btn">
<i class="fa-solid fa-phone"></i>
<button><a href="tel:1800-572-6367">CLICK TO CALL</a></button>
</div>
</div>
</div>
</section>
<!-- Revolutionizing Bill Collection -->
<section class="bill-collection" id="revolutionizingbillcollection">
<div class="bill-collection-container container mx-auto">
<div class="bill-collection-heading">
<h1 class="text-center">Revolutionizing Bill Collection</h1>
</div>
<div class="bill-collection-threebox container">
<div class="bill-collection-pricing">
<div class="bill-collection-img">
<div class="bill-content-logo">
<img src="/images/Group 4.png" alt="">
</div>
</div>
<div class="bill-content-heading">
<h3>Low Pricing</h3>
</div>
<div class="bill-collection-para">
<p>At BBPS, we pride ourselves on offering unbeatable prices. We understand the importance of affordability and strive to provide our customers with the lowest pricing in the market. Our goal is to ensure that you get the best value for your money.</p>
</div>
</div>
<div class="bill-collection-pricing">
<div class="bill-collection-img">
<div class="bill-content-logo">
<img src="/images/Group 5.png" alt="">
</div>
</div>
<div class="bill-content-heading">
<h3>Easy Reconciliation</h3>
</div>
<div class="bill-collection-para">
<p>Our platform automates the reconciliation process, eliminating manual data entry and reducing errors. You can save valuable time and effort with our user-friendly interface that allows for easy transaction tracking and management.</p>
</div>
</div>
<div class="bill-collection-pricing">
<div class="bill-collection-img">
<div class="bill-content-logo">
<img src="/images/Group 6.png " alt="">
</div>
</div>
<div class="bill-content-heading">
<h3>Secured Transaction</h3>
</div>
<div class="bill-collection-para">
<p>We prioritize the utmost security for your transactions at BBPS. Our platform implements robust security measures to ensure the protection of your sensitive information throughout the entire process. Choose BBPS for secured transactions.</p>
</div>
</div>
</div>
</div>
</section>
<!-- HaodaPay BBPS Features -->
<section class="haodapay-features" id="haodapay-features">
<div class="haodapay-features-container container mx-auto">
<div class="haodapay-features-content w-full lg:w-1/2">
<div class="haodapay-features-heading">
<span>HaodaPay BBPS <span class="haodapay-features-yellow">Features</span></span>
</div>
<div class="haodapay-features-details">
<div class="haodapay-features-align">
<div class="haodapay-features-tick">
<img src="/images/tick-circle-solid.png" alt="">
</div>
<div class="haodapay-features-title">
<h1>Nationwide Visibility</h1>
</div>
</div>
<div class="haodapay-features-para">
<p>Experience nationwide visibility with our BBPS platform, enabling users from all corners of the country to conveniently access and utilize our bill payment services, ensuring easy management of financial obligations</p>
</div>
<div class="haodapay-features-align">
<div class="haodapay-features-tick">
<img src="/images/tick-circle-solid.png" alt="">
</div>
<div class="haodapay-features-title">
<h1>Payment Options for Through Any Other Platform</h1>
</div>
</div>
<div class="haodapay-features-para">
<p>Enable customers to pay anywhere with ease through our BBPS platform. Offering multiple payment options like online banking, mobile wallets, and UPI, we ensure convenience and flexibility for seamless bill payments.</p>
</div>
<div class="haodapay-features-align">
<div class="haodapay-features-tick">
<img src="/images/tick-circle-solid.png" alt="">
</div>
<div class="haodapay-features-title">
<h1>Get Paid Faster</h1>
</div>
</div>
<div class="haodapay-features-para">
<p>Get paid faster with our BBPS platform, offering secure and efficient payment channels. Streamline your collection process and improve cash flow for your business.</p>
</div>
</div>
</div>
<div class="haodapay-features-images w-full lg:w-1/2 flex justify-center">
<div class="haodapay-features-img">
<img src="/images/975962531.webp" alt="">
</div>
</div>
</div>
</section>
<!-- Powered By -->
<section class="powered">
<div class="powered-container container mx-auto">
<div class="powered-heading">
<h1>Powered By</h1>
</div>
<div class="powered-content">
<div class="power-sponsers">
<div class="axis">
<div class="axis-image">
<img src="/images/titled-design.png" alt="">
</div>
</div>
<div class="axis">
<div class="axis-image">
<img src="/images/npci-min.png" alt="">
</div>
</div>
<div class="axis">
<div class="digi">
<img src="/images/digital1-re.png" alt="">
</div>
</div>
<div class="axis">
<div class="axis-image">
<img src="/images/startup-min.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Slider -->
<section class="slider">
<div class="slider-condainer container mx-auto">
<div class="slider-heading text-center">
<span>Our Valuable Customers: <span class="slider-yellow">What They Said</span></span>
</div>
<div class="slider-detail">
<div class="slider-content">
<div class="slider-para">
<p>"Effortless Solution, Outstanding Service!"
"HaodaPay has truly changed the game for our school's fee collection. The platform's simplicity and efficiency have saved us countless hours, and their exceptional customer service ensures any question is promptly addressed. A true lifesaver!"</p>
</div>
<div class="slider-star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<div class="slider-image">
<div class="slider-img">
<div class="slider-customer">
<img src="/images/Avater 1 (1).png" alt="">
</div>
</div>
<div class="slider-customer-name text-center">
<p class="name">Sanjay</p>
<span>CEO & Founder</span>
</div>
</div>
</div>
<div class="slider-content">
<div class="slider-para">
<p>"Streamlined Rent Payments Made Easy"
"Being part of a housing society has never been this convenient. HaodaPay's rent and maintenance fee collection service is a breeze to use. It's as if they designed the system specifically for us. No more hassle—just smooth payments!</p>
</div>
<div class="slider-star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<div class="slider-image">
<div class="slider-img">
<div class="slider-customer">
<img src="/images/Avater 2.png" alt="">
</div>
</div>
<div class="slider-customer-name text-center">
<p class="name">Vikram Deshmukh</p>
<span>Marketing Manager</span>
</div>
</div>
</div>
<div class="slider-content">
<div class="slider-para">
<p>Welcome to HaodaPay Simplifying Fee Collection for Education and Housing. Seamlessly manage fee payments for educational institutions and contribute to housing societies' rent and maintenance fee collection with ease. Experience hassle-free transactions and elevate your payment convenience today</p>
</div>
<div class="slider-star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<div class="slider-image">
<div class="slider-img">
<div class="slider-customer">
<img src="/images/Avater 3.png" alt="">
</div>
</div>
<div class="slider-customer-name text-center">
<p class="name">Renuka Patel</p>
<span>Project Engineer</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Taps -->
<section class="taps">
<div class="container mx-auto">
<div class="max-w-2xl mx-auto text-center mb-12">
<h2 class="mt-2 mb-4 text-2xl md:text-3xl lg:text-4xl font-bold font-heading">FAQ</h2>
<p class="text-gray-500 leading-loose text-base md:text-lg lg:text-xl">Here, you'll find answers to the most common questions you may have about BBPS. If you still can't find the answer you're looking for, please don't hesitate to contact us.</p>
</div>
<div class="text-center mb-2 md:mb-8">
<button class="text lg:text-3xl pb-2 mb-2 md:mb-0 mr-4 lg:mr-12 border-b-4 border-orange-500" onclick="toggleCategory('general')">General</button>
<button class="text lg:text-3xl pb-2 mb-2 md:mb-0 mr-4 lg:mr-12 border-b-4 border-transparent hover:border-orange-500" onclick="toggleCategory('payments')">Payments</button>
<button class="text lg:text-3xl pb-2 mb-2 md:mb-0 mr-4 lg:mr-12 border-b-4 border-transparent hover:border-orange-500" onclick="toggleCategory('returns')">Returns</button>
<button class="text lg:text-3xl pb-2 border-b-4 border-transparent hover:border-orange-500" onclick="toggleCategory('refunds')">Refunds</button>
</div>
<div id="general-content" class="max-w-2xl mx-auto hidden">
<ul><li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-general-info-1')">
<span class="text lg:text-2xl lg:font-bold font-heading">What is BBPS?</span>
<svg id="bbps-icon-1" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="bbps-icon-path-1" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-general-info-1" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">The Bharat Bill Payment System (BBPS) is a RBI mandated system which will offer integrated and interoperable bill payment services to customers across geographies with certainty, reliability and safety of transactions.
It offers bill payment services to customers through a network of agents or online, allowing multiple payment modes and provides instant confirmation.
It will facilitate a cashless society through migration of bill payments from cash to electronic channels
</p>
</li>
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-general-info-2')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">What are the current biller categories in BBPS?</span>
<svg id="bbps-icon-2" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="bbps-icon-path-2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-general-info-2" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">BBPS covers repetitive payments for everyday utility services such as <br>Electricity, Water, Gas, Telecom (mobile postpaid, landline postpaid, broadband), Direct-to-Home (DTH), Insurance Premium, Mutual Funds, Educational Institution Fee payment, EMIs, Municipal Taxes etc.</p>
</li>
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-general-info-3')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">What are the different payment modes in BBPS?
</span>
<svg id="bbps-icon-3" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="bbps-icon-path-3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-general-info-3" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">BBPS facilitates a plethora of payment modes through which consumer can make a bill payment.
The payment modes options at BBPS are Cash, Cards (Credit, Debit &amp; Prepaid), IMPS, UPI, AEPS, Internet Banking &amp; UPI, Wallets.
</p>
</li>
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-general-info-4')">
<span class="text md:text-xl lg:text-2xl lg:font-bold font-heading">What are the different payment channels in BBPS?
</span>
<svg id="bbps-icon-4" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="bbps-icon-path-4" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-general-info-4" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">BBPS transaction can be initiated through multiple payment channels both Online channels like <br>
1. Internet banking<br>
2. Mobile banking<br>
3. RTGS<br>
4. IMPS<br>
5. NEFT
</p>
</li>
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-general-info-5')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">How to join BBPS?</span>
<svg id="bbps-icon-5" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="bbps-icon-path-5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-general-info-5" class="mt-2 text-gray-500 leading-loose text-base md:text-lg lg:text-xl" style="text-align:justify">There are 4 simple steps in joining BBPS for Biller:<br> 1. Select up to two default BBPOUs for participating in the BBPS scheme. <br>2. Submit the ""Biller Consent Form"" and required details to the concerned BBPOUs/NPCI.
<br>3. Ensure communication with BBPOUs over secure channel.<br>4. Provide bill information parameters
</p>
</li>
</ul></div>
<div id="payments-content" class="max-w-2xl mx-auto">
<ul><li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-payments-info-1')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">How much does Haodapay charge per transaction?
</span>
<svg id="payments-icon-1" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="payments-icon-path-1" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-payments-info-1" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">Under the standard plan designed for small and medium enterprises,Haodapay charges 0.09% per transaction.
Haodapay also offers an enterprise plan designed for large volumes,
which gives you the best prices possible for your business. Know more about
pricing.
</p>
</li>
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-payments-info-2')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">Is GST mandatory to accept payments?</span>
<svg id="payments-icon-2" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="payments-icon-path-2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-payments-info-2" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">No, GST is not mandatory if your business does not have an annual turnover of over ₹20 lakhs.
However, if you do not provide your GST details, you would not be able to claim TDS at the time of filing your tax returns.
</p>
</li>
<!-- <li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-payments-info-3')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">Can I accept International Payments through Haodapay?
</span>
<svg id="payments-icon-3" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="payments-icon-path-3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-payments-info-3" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">Yes, you can accept international payments using Hoadapay Payment Gateway. Know more about
International Payments.
</p>
</li> -->
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-payments-info-4')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">How are payments made by my customers settled to my account? Is any action required from my end?
</span>
<svg id="payments-icon-4" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="payments-icon-path-4" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-payments-info-4" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">No action is required from your end for the settlements.
Haodapay automatically settles the captured payments to your account as per your settlement cycle. Know more about
Settlements
</p>
</li>
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-payments-info-5')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">How does the settlement happen for international payments?
</span>
<svg id="payments-icon-5" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="payments-icon-path-5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-payments-info-5" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">The Settlement currency is INR (Indian Rupees) for all transactions done using Haodapay.
Thus, international payments are settled in INR. The exchange rate at the time of the payment creation is considered for conversion.
</p>
</li>
</ul></div>
<div id="returns-content" class="max-w-2xl mx-auto">
<ul>
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-returns-info-2')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">What is the settlement cycle you offer?
</span>
<svg id="returns-icon-2" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="returns-icon-path-2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-returns-info-2" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">Our standard settlement cycle is T+1 working days, T being the date of transaction capture.
This means that the captured payments are settled within 1 working day from the date of capture.
</p>
</li>
<li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-returns-info-3')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">How do I check settlements in my bank account?</span>
<svg id="returns-icon-3" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="returns-icon-path-3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-returns-info-3" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">Each settlement has a Unique Transaction Reference (UTR) number, which is provided by our banking partners.
You can see this number in the settlement section when you click on a particular settlement id.
You can also download Settlement Reports from the Reports section to view UTR.
This is a unique reference number available across banks, which can be used to track a specific settlement in your bank account.
</p>
</li>
</ul></div>
<div id="refunds-content" class="max-w-2xl mx-auto">
<ul><li class="px-6 py-4 lg:py-8 border-b border-gray-50">
<button class="w-full flex justify-between items-center text-left font-bold font-heading" onclick="toggleContent('bbps-refunds-info-1')">
<span class="text md:text-xl lg:text-2xl font-bold font-heading">Do you charge for refund?
</span>
<svg id="refunds-icon-1" class="flex-shrink-0 w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path id="refunds-icon-path-1" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></button>
<p id="bbps-refunds-info-1" class="mt-2 text-gray-500 leading-loose hidden text-base md:text-lg lg:text-xl" style="text-align:justify">i). Refunds<br>
No, we do not charge for the regular refunds. However, fees and taxes charged for a captured payment are not reversed.<br>
ii). Instant Refunds<br>
Yes, we charge a small fee to issue instant refunds.
</p>
</li>
</ul>
</div>
<style>
.rotate-180 {
transform: rotate(180deg);
}
</style>
</div>
</section>
<!-- Blogs -->
<section class="blogs">
<div class="blogs-container container mx-auto">
<div class="blogs-heading">
<h1>Blogs</h1>
</div>
<div class="blogs-content">
<div class="blogs-detail">
<div class="blogs-image">
<img src="/images/Rectangle 53.png" alt="">
</div>
<div class="blogs-title">
<span><a href="/blog/seamless-bill-collection-solutions.html">Efficient Fee Management for School Owners</a></span>
</div>
<div class="blogs-para">
<p>Discover effective strategies and modern tools to simplify fee collection and management for school owners. Explore digital solutions, communication techniques, and insights to streamline financial operations and enhance parent satisfaction.</p>
</div>
<div class="blogs-btn">
<button><a href="/blog/seamless-bill-collection-solutions.html">Read more</a></button>
<i class="fa-solid fa-arrow-right"></i>
</div>
<div class="blogs-date">
<i class="fa-solid fa-calendar-days"></i>
<span>20 May 2023</span>
</div>
</div>
<div class="blogs-detail">
<div class="blogs-image">
<img src="/images/Rectangle 53.png" alt="">
</div>
<div class="blogs-title">
<span><a href="/blog/rent-maintenance-charge-collection-solution.html">Streamlining Rent/Maintenance Collection for Housing Societies</a></span>
</div>
<div class="blogs-para">
<p>Explore strategies and tools to effortlessly manage rent and maintenance fee collection in housing societies. From seamless payment methods to effective tenant communication, this blog guides housing society owners toward simplifying financial operations and enhancing community satisfaction.</p>
</div>
<div class="blogs-btn">
<button><a href="/blog/rent-maintenance-charge-collection-solution.html">Read more</a></button>
<i class="fa-solid fa-arrow-right"></i>
</div>
<div class="blogs-date">
<i class="fa-solid fa-calendar-days"></i>
<span>03 June 2023</span>
</div>
</div>
<div class="blogs-detail">
<div class="blogs-image">
<img src="/images/Rectangle 53.png" alt="">
</div>
<div class="blogs-title">
<span><a href="/blog/transforming-paymentbill-collection-solutions-for-other-industries.html">HaodaPay for Government and Private Entities</a></span>
</div>
<div class="blogs-para">
<p>HaodaPay's innovation extends beyond education and housing societies, catering to the distinct needs of government and private entities. Discover how our platform transforms payment processes, enhances engagement, and streamlines financial operations for these diverse sectors.</p>
</div>
<div class="blogs-btn">
<button><a href="/blog/transforming-paymentbill-collection-solutions-for-other-industries.html">Read more</a></button>
<i class="fa-solid fa-arrow-right"></i>
</div>
<div class="blogs-date">
<i class="fa-solid fa-calendar-days"></i>
<span>14 July 2023</span>
</div>
</div>
</div>
</div>
</section>
<!-- Connection -->
<section class="connection">
<div class="connection-container container mx-auto flex">
<div class="connection-content w-full xl:w-1/2">
<div class="connection-para">
<span>Reach out to us and let's connect!</span>
</div>
<div class="connection-title">
<span>Lets stay connected</span>
</div>
<div class="connection-mini-para">
<span>Relax, we are ready to support 24/7 for you</span>
</div>
<div class="connection-contact">
<div class="connection-phone">
<div class="connection-phn-image">
<img src="/images/Ellipse 2.png" alt="">
</div>
<div class="connection-phn-content">
<p>Phone</p>
<span class="num">18004196861</span>
</div>
</div>
<div class="connection-phone">
<div class="connection-phn-image">
<img src="/images/Mail.png" alt="">
</div>
<div class="connection-phn-content">
<p>Email</p>
<span class="num">info@haodapayments.com</span>
</div>
</div>
</div>
</div>
<div class="collection-image w-full xl:w-1/2">
<div class="collection-img">
<img src="/images/customersupport1.webp" alt="">
</div>
</div>
</div>
</section>
<!-- Disclaimer -->
<section class="disclamier">
<div class="container mx-auto">
<div>
<div class=" mb-8 border-b border-gray-700 items-center">
<div class="flex flex-wrap items-center">
<div class="w-full ml-4" id="disclaimer">
<h1 class="text-xl lg:text-4xl font-bold mb-8">Disclaimer</h1>
<div class="ml-4 mr-4">
<marquee behavior="scroll" direction="left">
<p class="text-base md:text-lg lg:text-xl">The information provided on the website www.bharatbillpay.net, including its logos and components, is intended for general informational purposes only. Please note that HaodaPay has established a direct partnership with Axis Bank, a prominent banking institution, to operate as a BBPS operating unit. This collaboration enables HaodaPay to leverage Axis Bank's expertise, infrastructure, and resources, ensuring the provision of a seamless and secure platform for bill payments.</p>
</marquee>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section class="footer">
<div class="footer-container container mx-auto">
<div class="footer-content">
<div class="footer-img">
<div class="footer-image">
<img src="/images/Haodapay HD.png" alt="">
</div>
</div>
<div class="footer-para">
<span>We are here to revolutionize the way you handle finances. Our mission is to provide innovative bill collection solutions and simplify payment processes, empowering diverse sectors with user-friendly platforms. With HaodaPay, managing transactions becomes effortless, unlocking new levels of efficiency and control.</span>
</div>
<script type="text/javascript">
_linkedin_partner_id = "4559537";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})(window.lintrk);
</script>
<div class="footer-social">
<div class="footer-insta">
<i class="fa-brands fa-instagram"></i>
</div>
<div class="footer-insta">
<i class="fa-brands fa-facebook"></i>
</div>
<div class="footer-insta">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</section>
<section class="footer-last">
<div class="footer-container container mx-auto">
<div class="footer-content flex justify-center md:justify-center xl:justify-between flex-wrap-reverse">
<span>All Rights reserved <i class="fa-regular fa-copyright"></i> Haoda Payment Solutions Pvt Ltd.2023</span>
<div class="footer-list">
<ul>
<li><a href="#">News</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Partner</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Support</a></li>
</ul>
</div>
</div>
</div>
</section>
<script src="./script.js"></script>
<script>
const submittedNumbers = [];
$(document).ready(function(){
$(".btn").click(function(){
const apiUrl = 'https://crm.payhaoda.com/api/haoda/Leads/create';
const clientId = 'ysisg56w8bdlapcbncfudtdsagg';
const clientSecret = 'haiodghadf76euiassfaesdajhjcg';
var phone = $(".phn").val();
var leadname = $("#name").val();
console.log(leadname)
if (submittedNumbers.includes(phone)) {
// Show a popup indicating that the phone number has already been submitted
const successMessage = `The number ${phone} has already been submitted.`;
document.getElementById("successMessage").innerText = successMessage;
showSuccessModal();
return;
}
submittedNumbers.push(phone);
if (isValidPhoneNumber(phone)) {
// Show a success message
const successMessage = `Success! Your number ${phone} has been submitted.`;
document.getElementById("successMessage").innerText = successMessage;
showSuccessModal();
} else {
// Handle validation error, if needed
}
// Function to detect platform type dynamically
function detectPlatformType() {
const userAgent = navigator.userAgent.toLowerCase();
if (userAgent.includes('android')) {
return 'mobile';
} else if (userAgent.includes('iphone') || userAgent.includes('ipad')) {
return 'mobile';
} else {
return 'desktop';
}
}
// Get the IP address using a free IP lookup service
fetch('https://api64.ipify.org?format=json')
.then(response => response.json())
.then(ipData => {
const ipAddress = ipData.ip;
console.log('IP Address:', ipAddress);
// Create the request data object with system information
const systemData = {
ip: ipAddress,
os: {
name: navigator.platform,
version: navigator.userAgent,
versionName: navigator.appVersion,
},
engine: {
name: navigator.product,
},
browser: {
name: navigator.appName,
version: navigator.appVersion,
},
platform: {
type: detectPlatformType(),
}
};
console.log('System Data:', systemData);
const requestData = {
lead_name: leadname ,
mobile: phone,
source: "1",
system: systemData
};
console.log(requestData)
const headers = {
'clientid': clientId,
'clientsecret': clientSecret,
'Content-Type': 'application/json',
};
$.ajax({
type: 'POST',
url: apiUrl,
data: JSON.stringify(requestData),
headers: headers,
success: function (data, status) {
console.log("Payouts:", data.payouts)
},
error: function (error) {
console.error('Error:', error);
}
});
})
.catch(error => {
console.error('Error fetching IP address:', error);
});
});
});
function isValidPhoneNumber(phone) {
// You can add your validation logic here
// For example, checking if it's a valid 10-digit number
return /^\d{10}$/.test(phone);
}
</script>
<script>
window.chatwootSettings = {"position":"right","type":"expanded_bubble","launcherTitle":"Chat with us"};
(function(d,t) {
var BASE_URL="https://chat.mypayhaoda.com";
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=BASE_URL+"/packs/js/sdk.js";
g.defer = true;
g.async = true;
s.parentNode.insertBefore(g,s);
g.onload=function(){
window.chatwootSDK.run({
websiteToken: 'rXuugHsV7u1cHCdoNN75iRbr',
baseUrl: BASE_URL
})
}
})(document,"script");
</script>
</body>
</html>