ADVERTISEMENT

DSWD wants to see data on 1.3 million SAP unserved beneficiaries due to use of Starpay app

Published Jul 5, 2021 07:00 pm

The Department of Social Welfare and Development (DSWD) said Monday, July 5, it wanted to see the data on the supposed 1.3 million unserved beneficiaries who failed to receive their cash aid under the national government’s Social Amelioration Program (SAP) due to use of Starpay e-wallet as claimed by Senator Manny Pacquiao.

DSWD conducts manual SAP payout in San Mateo, Rizal on June 23, 2021. A SAP beneficiary receives his emergency cash subsidy from the DSWD disbursing officer. (DSWD Facebook Page)

DSWD Secretary Rolando Joselito D. Bautista maintained that the department is ready to face any investigating body to shed light on Pacquiao’s allegations that some P10.4 billion worth of SAP funds went missing and that 1.3 beneficiaries were unable to receive their cash aid.

https://twitter.com/chailuci/status/1411903751779098627

“Unang-una nais munang makita ng departamento ang datos na basehan ni Senator Pacquiao sa nabanggit na bilang ng mga benepisyaryo na nakuha ang kanilang ayuda sa pamamagitan ng pagdownload ng mismong app ng Starpay pero nais natin banggitin na ang ibang benepisyaryo ay nakatanggap ng financial aid sa pamamagitan ng conduits na affiliated sa financial service providers (First of all, the department would like to see the data which serves as Senator Pacquiao’s basis on the mentioned number of beneficiaries who received the cash aid by downloading the Starpay app, but we would like to mention that other beneficiaries received financial aid through of conduits affiliated with financial service providers),” he said in a virtual Palace briefing on Monday.

He said Starpay’s conduits include MLhuiller, and USSC. Starpay is among the six financial service providers (FSPs) tapped by the DSWD to expedite the second tranche distribution of cash aid under Republic Act No. 11469 or the Bayanihan to Heal as One Act, popularly known as Bayanihan 1.

“Katuwang ng FSPs ang mga conduits sapagkat base sa datos nakita na may mga benepisyaryo na walang smart phones or may data quality issues or data connectivity concerns kung kaya pinadalhan ang benepisyaryo ng reference numbers para ma-cash out ang kanilang ayuda (FSPs partnered with the conduits because based on the data it was found that there are beneficiaries who do not have smart phones or have data quality issues or data connectivity concerns so the beneficiary was given reference numbers to cash out their aid),” Bautista said.

Related stories: https://mb.com.ph/2021/07/03/willing-to-present-evidence-documents-dswd-ready-to-face-new-round-of-sap-probe/

https://mb.com.ph/2021/07/04/walang-nawawala-dswd-assures-sap-funds-all-accounted-for/

In a virtual presser on Saturday, July 3, Pacquiao said based on their investigation, the initial disbursement of P14 billion for 1.8 million beneficiaries appeared to have been sent through Starpay. He said of the 1.8 beneficiaries only 500,000 downloaded the Starpay’s app.

The DSWD chief said he and President Duterte have yet to talk about Pacquiao’s allegations.

“Siguro in due time ibibigay nya rin siguro ang instruction nya sa akin at handa po akong sundin kung ano pong instruction na ipapahatid nya sa akin (Maybe in due time, he will his instruction and I am ready to follow whatever instruction he will relay to me),” he said.

In a Viber message, DSWD spokesperson Irene Dumlao said there is no request yet from Pacquiao’s office seeking access to agency’s reports on the government’s SAP implementation.

“Wala pa po kami na nareceive na communication (We have not yet received communication) from the Office of Senator Manny Pacquiao,” she said.

The DSWD signed on June 30, 2020 a memorandum of agreement (MOA) with the Lank Bank of the Philippines (LBP) and six FSPs for the “faster and more efficient” digital payment of SAP 2 subsidies.

Aside from Starpay, the five other FSPs are Robinsons Bank, Unionbank, RCBC, Gcash, and Paymaya.

Related Tags

Department of Social Welfare and Development Social Amelioration Program SAP beneficiaries Starpay
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.