<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iq6sigma</title>
	<atom:link href="https://iq6sigma.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://iq6sigma.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jun 2025 08:47:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://iq6sigma.com/wp-content/uploads/2022/04/cropped-IQ-1-min1-32x32.jpg</url>
	<title>iq6sigma</title>
	<link>https://iq6sigma.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Paypage</title>
		<link>https://iq6sigma.com/paypage/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=paypage</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 02 Jun 2025 10:11:15 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://iq6sigma.com/?p=16447</guid>

					<description><![CDATA[<p>Payment Portal For Training Program Get Certified ByIndia’s Best Skill Development Company. Fee Payment Enter your Registration ID to auto-fetch your details. Pay Now</p>
<p>The post <a href="https://iq6sigma.com/paypage/">Paypage</a> first appeared on <a href="https://iq6sigma.com">iq6sigma</a>.</p>]]></description>
										<content:encoded><![CDATA[<style>
@keyframes fadeInOut {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

.payment-card {
  max-width: 900px;
  margin: 40px auto;
  background: white;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
  font-family: 'Segoe UI', sans-serif !important;
}

.payment-left {
  flex: 1;
  background-color: #22949B !important;
  background-image: url('https://ik.imagekit.io/qtjuttbsq/social%20media/2025-05-28_16h37_06.png?updatedAt=1748940319750');
  background-size: cover;
  background-position: center;
  animation: fadeInOut 4s infinite;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}

.payment-left h2 {
  font-size: 22px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}

.payment-left p {
  font-size: 16px !important;
  line-height: 1.4;
}

.payment-right {
  flex: 1.5;
  padding: 40px;
  background: #fff;
}

.payment-right h2 {
  margin-bottom: 10px !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.payment-right input {
  width: 100% !important;
  padding: 12px 15px !important;
  margin: 8px 0 !important;
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
  background: #f5f5f5 !important;
}

.payment-right input[readonly] {
  background: #e9ecef !important;
}

.payment-right button {
  background: #22949B !important;
  color: white !important;
  padding: 12px !important;
  border: none !important;
  width: 100% !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  margin-top: 15px !important;
  cursor: pointer !important;
  transition: 0.3s ease-in-out !important;
}

.payment-right button:hover {
  background: #1c7d87 !important;
}

.payment-right .logos {
  margin-top: 20px !important;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.payment-right .logos img {
  height: 25px !important;
}
</style>

<div class="payment-card">
  <div class="payment-left">
    <h2>Payment Portal For Training Program</h2>
    <p>Get Certified By<br><strong>India’s Best Skill Development Company</strong>.</p>
  </div>
  <div class="payment-right">
    <h2>Fee Payment</h2>
    <input type="text" id="regId" placeholder="Enter Registration ID" oninput="debouncedFetch()" />
    <p style="font-size: 14px; color: #666; margin-top: -5px;">Enter your Registration ID to auto-fetch your details.</p>

    <input type="text" id="name" placeholder="Name" readonly />
    <input type="email" id="email" placeholder="Email" readonly />
    <input type="text" id="mobile" placeholder="Mobile Number" readonly />
    <input type="text" id="program" placeholder="Program" readonly />
    <input type="text" id="fee" placeholder="Course Fee" readonly />
    <input type="text" id="paid" placeholder="Amount Paid" readonly />
    <input type="text" id="discountCode" placeholder="Discount Code" readonly />
    <input type="text" id="discountAmount" placeholder="Discount Amount" readonly />
    <input type="text" id="balance" placeholder="Balance Fee" readonly />

    <button onclick="initiatePayment()">Pay Now</button>

    <div class="logos">
      <img decoding="async" src="https://upload.wikimedia.org/wikipedia/commons/0/04/Visa.svg" alt="Visa" />
      <img decoding="async" src="https://upload.wikimedia.org/wikipedia/commons/b/b7/MasterCard_Logo.svg" alt="MasterCard" />
      <img decoding="async" src="https://ik.imagekit.io/qtjuttbsq/download%20(1).png" alt="RuPay" />
      <img decoding="async" src="https://ik.imagekit.io/qtjuttbsq/download.png" alt="UPI" />
    </div>
  </div>
</div>

<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbydwwIgoibG2BsrSHZYF0fbMAABVT8UaibPzcG6o40SLjB704YHcv0kyycrmcGYxfXu-g/exec';
let debounceTimer;

function debouncedFetch() {
  clearTimeout(debounceTimer);
  debounceTimer = setTimeout(fetchDetails, 400);
}

function fetchDetails() {
  const regId = document.getElementById('regId').value.trim();
  if (!regId) return;

  fetch(`${scriptURL}?regid=${regId}`)
    .then(res => res.json())
    .then(data => {
      if (data.status === "success") {
        const d = data.data;
        if (d["Payment Status"] === "Yes") {
          alert("✅ Already Paid.");
          return;
        }

        document.getElementById('name').value = d.name || '';
        document.getElementById('email').value = d.email_id || '';
        document.getElementById('mobile').value = d.mobile_number || '';
        document.getElementById('program').value = d.Program || '';
        document.getElementById('fee').value = d.fee || '';
        document.getElementById('paid').value = d.amount_paid || '';
        document.getElementById('discountCode').value = d["Dicount Code"] || '';
        document.getElementById('discountAmount').value = d["Discount Amount"] || '';
        document.getElementById('balance').value = d.balance_fee || '';
      } else {
        alert("❌ Invalid Registration ID.");
      }
    })
    .catch(error => {
      console.error("Error:", error);
      alert("⚠️ Error fetching data.");
    });
}

function initiatePayment() {
  const name = document.getElementById('name').value;
  const email = document.getElementById('email').value;
  const mobile = document.getElementById('mobile').value;
  const balance = parseFloat(document.getElementById('balance').value);

  if (!name || !email || !mobile || isNaN(balance) || balance <= 0) {
    alert("❗ Missing data or no balance.");
    return;
  }

  var options = {
    "key": "rzp_live_UIE8uyNVDGsXRS",
    "amount": balance * 100,
    "currency": "INR",
    "name": "Intelligence Quality",
    "description": "Program Fee Payment",
    "handler": function (response) {
      alert("✅ Payment Successful. ID: " + response.razorpay_payment_id);
    },
    "prefill": {
      "name": name,
      "email": email,
      "contact": mobile
    },
    "theme": {
      "color": "#22949B"
    }
  };
  var rzp = new Razorpay(options);
  rzp.open();
}
</script><p>The post <a href="https://iq6sigma.com/paypage/">Paypage</a> first appeared on <a href="https://iq6sigma.com">iq6sigma</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
