Short answer
PayMongo is a Philippine payment gateway built around a developer API and hosted checkout, aggregating cards, wallets including GCash, Maya and GrabPay, online banking and over-the-counter payments behind one integration. Merchants onboard as a business, collected funds sit in a PayMongo balance, and payouts move to a nominated Philippine bank account on a schedule.
Its practical appeal is local coverage with documentation a developer can work from, plus payment links and hosted pages that let a team collect money before any site integration exists. That second path matters more than it sounds: a business selling through Facebook and Viber can take structured, referenced payments the same week, instead of waiting on a store build.
The trade-offs are the usual ones for an aggregator. Onboarding requires business documents and review, so it is not an afternoon’s work. Fees are charged per transaction and differ by method, which means your effective cost depends on the mix your customers choose rather than on a single advertised rate. And the API shape is specific to the provider, so keep payment calls behind a thin internal interface — swapping providers later should touch one module, not every checkout branch.
Common questions
Is PayMongo a bank?
No. It is a payments provider that collects on a merchant’s behalf and pays out to the merchant’s own bank account. Funds sit in a merchant balance between collection and payout, which is why the date a customer pays and the date the money is usable are not the same date.
PayMongo or Xendit for a Philippine store?
Decide on payment method coverage and payout needs rather than feature lists. A single-market store collecting from Philippine buyers is well served by either. Xendit earns its place when you also need outbound disbursements or plan to sell in neighbouring markets on the same integration.
Where this comes up in our work
Related terms
Payment Gateway
A payment gateway is the service that carries a customer’s payment details from a checkout to the institutions that authorise and settle the money — card networks, banks, e-wallets.
Xendit
Xendit is a Southeast Asian payment infrastructure provider operating in the Philippines and neighbouring markets, offering one API for cards, e-wallets, bank transfers, virtual accounts, over-the-counter payments and outbound disbursements.
API (Application Programming Interface)
An API is a defined way for one piece of software to request data or actions from another: a checkout asking a payment gateway to take a GCash payment, or a dashboard pulling yesterday’s sales from an accounting system.
Custom Software vs Off-the-Shelf Software
Custom software is built for one organisation’s specific process; off-the-shelf software is a finished product many organisations subscribe to, such as Shopify or QuickBooks.
Reading definitions because you are scoping a project? Skip ahead and just ask.