philippines-payments

Let AI agents accept payments in the Philippines (PHP) — GCash, Maya (PayMaya), cards, GrabPay, online banking — via PayMongo Checkout Sessions.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Create Payment Link: Create a Philippines payment link in PHP via PayMongo, a leading Filipino payment gateway. Buyer pays with GCash, Maya (PayMaya), credit/debit card, GrabPay, QR Ph, or online bank
  • Query Payment Status: Check whether a Philippines checkout session (created by create_payment_link) has been paid. Fetches the session from PayMongo directly — a reliable pull-based alternative to web

What data it sees

Do you need an account

No: the server works without sign-in

Let AI agents accept payments in the Philippines (PHP) — GCash, Maya (PayMaya), cards, GrabPay, online banking — via PayMongo Checkout Sessions. Stateless, bring-your-own credentials (x-paymongo-secret-key header), never holds funds. Tools: create_payment_link / query_payment_status.

Server tool list (2)

Raw names from tools/list. Only developers need these.

create_payment_linkCreate a Philippines payment link in PHP via PayMongo, a leading Filipino payment gateway. Buyer pays with GCash, Maya (PayMaya), credit/debit card, GrabPay, QR Ph, or online banking — restrict with payment_method_types (default ["card","gcash"]; only methods activated on the merchant account work). Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Amounts in PHP pesos (decimals allowed, e.g. 499.50; minimum ₱20). Bring your own PayMongo secret key via the x-paymongo-secret-key header (free sk_test_ keys from dashboard.paymongo.com; test keys never move real money). Money always flows buyer→PayMongo→merchant; this service never touches funds.
query_payment_statusCheck whether a Philippines checkout session (created by create_payment_link) has been paid. Fetches the session from PayMongo directly — a reliable pull-based alternative to webhooks. paid=true when a payment with status paid exists (result status PAID; otherwise ACTIVE / EXPIRED).
philippines-payments: connect to Claude, ChatGPT, Cursor · Connectors.fun