Site icon News Kiosk

KuCoin Launches New Pay Feature That Enables UPI-Like Payments via QR Codes

KuCoin Launches New Pay Feature That Enables UPI-Like Payments via QR Codes

KuCoin is upgrading its systems to simplify crypto payments for users worldwide. This week, the FIU-registered exchange introduced KuCoin Pay, a payment solution enabling merchants to accept cryptocurrency for goods and services. The feature aims to encourage merchants to adopt crypto transactions and allow buyers to use their holdings for everyday purchases. KuCoin claims it has a userbase of over 37 million.KuCoin Pay Brings UPI-Like FeatureBusiness users can now use KuCoin Pay to process payments directly through cryptocurrencies. After integrating the solution into their payment systems, merchants receive a unique QR code, similar to those provided by UPI apps like Google Pay and PhonePe in India. Customers can then use this QR code to make payments via KuCoin for their purchases. “KuCoin Pay is integrated within the KuCoin app, enabling businesses to simplify the buying process for everyday items for users. Daily requests such as gift cards and mobile top-ups can be done seamlessly, further promoting widespread crypto adoption,” the exchange explained in its press release announcing this feature.Expected Impacts of the FeatureDespite the volatility factor of cryptocurrencies, business owners and merchants have been showing continuous interest in exploring crypto-related payment features.Back in 2022, a Deloitte report had claimed that over 75 percent of 2,000 surveyed retailers in the US wished to enable crypto payments. The report had said that merchants are looking to explore crypto payments after observing an interest in these features from the consumer community.Through KuCoin Pay, the Seychelles-based exchange aims to bridge the gap between traditional retail practices and cryptocurrency, simplifying the transition for businesses. .KuCoin has not yet announced a timeline for when its new feature will be available to its global user base. However, it is expected to reach KuCoin users in India, where the exchange registered with the Financial Intelligence Unit (FIU) in April 2024.QR code-based crypto payments have been explored previously. In 2022, South Africa’s popular Pick n Pay supermarket chain started experimenting with Bitcoin payments, allowing customers to scan a QR code to pay based on the current conversion rate.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread
Exit mobile version