ADVERTISEMENT

More Filipinos enjoy the convenience of receiving Western Union remittances with PayMaya  

Published Oct 21, 2019 12:00 am
Cashless convenience is within your fingertips when you receive your Western Union remittance through your PayMaya account. 
More Filipinos are beginning to enjoy the convenience of receiving their international remittances from Western Union via their PayMaya accounts - allowing them to save time and effort in claiming their funds.
Among the Filipinos who have gained appreciation on the convenience of claiming their remittance the cashless way are the seven lucky PayMaya users who won at the recently-concluded PayMaya - Western Union Raffle Promo, where they had a chance to take home as much as P100,000 in prizes. 
To join the promo, all they had to do was claim their Western Union remittance via PayMaya and kickstart their cashless living by completing a PayMaya transaction – whether it’s paying bills, sending money to another user, shopping online and in-stores, buying load, or paying via PayMaya QR.    Jeffrey Navarro, Regional Director for Philippines, Malaysia, Brunei, and Indochina for Western Union (leftmost) and Kenneth Palacios, Head of Wallets Business for PayMaya Philippines, presents the P100,000 check to the grand winner of the PayMaya-Western Union Raffle promo, Benjamin Pasang, along with his family.
Reliable, hassle-free, and rewarding way to receive remittances  
One of the reasons why Western Union customers prefer to receive their funds via PayMaya is because of its hassle-free experience. Once the customer sends the money, they need to provide the 10-digit Money Transfer Control Number (MTCN) to the recipient. To claim their remittance, all the receiver has to do is open the PayMaya app, tap add money and choose Western Union, then key in the 10-digit MTCN from the sender, along with the sender’s name and the amount sent, and tap receive. The funds will then be available in the customers PayMaya wallet and can be immediately used to pay for their bills or even order groceries at home.  
Raffle winner, Annabelle Valiente, said, “Since I can easily receive money into my PayMaya wallet, I find it absolutely convenient and it saves me time. Also, the funds are rapidly available for use.” 
“This is exactly the experience we want our customers to have whenever they send or receive money through Western Union – reliable, hassle-free, and rewarding. We’re happy to collaborate with PayMaya and provide our customers with convenient ways to receive money”, said Jeffrey Navarro, Regional Director for Philippines, Malaysia, Brunei, and Indochina of Western Union
Convenient cashless living at your fingertips  
Once you receive your remittance in your PayMaya app, you can already unlock financial services to make your daily living easier and more productive. There are so many tasks that PayMaya can make even more convenient and plenty of deals you can take advantage of, giving you the most out of your own money.   
For Ronnie Dela Resma, one of the winners of the PayMaya - Western Union promo, and a PayMaya user of 4 years, PayMaya has been a useful tool in completing his household tasks which includes paying his monthly bills and purchasing prepaid load.  
Meanwhile, for Annabelle Valiente who operates a small travel business, PayMaya enables her to take advantage of low-price seat sales and book flights and accommodations online, even without a credit card.   
“Enabling Filipinos to get the most convenient and rewarding experience in every transaction is our goal here in PayMaya. We’re happy to provide them a reliable and hassle-free way to claim their remittances from Western Union and we’re more than excited to welcome them to the convenient cashless lifestyle with PayMaya,” Shailesh Baidwan, President of PayMaya Philippines.  
Experience cashless convenience and get awesome deals with PayMaya! All you have to do is download the PayMaya app, register, and activate your card to get started. Learn more about our newest offers and promos by visiting PayMaya.com/deals
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.