malaysia-payments

Let AI agents accept payments in Malaysia (MYR) — FPX online banking (every major Malaysian bank), DuitNow QR, cards — via Billplz hosted bills.

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 Malaysia payment link in MYR via Billplz, a popular Malaysian payment gateway. Buyer pays with FPX online banking (every major Malaysian bank), DuitNow QR, or card — what
  • Query Payment Status: Check whether a Malaysia bill (created by create_payment_link) has been paid. Fetches the bill from Billplz directly — a reliable pull-based alternative to webhooks. paid=true wh

What data it sees

Do you need an account

No: the server works without sign-in

Let AI agents accept payments in Malaysia (MYR) — FPX online banking (every major Malaysian bank), DuitNow QR, cards — via Billplz hosted bills. Stateless, bring-your-own credentials (x-billplz-api-key + x-billplz-collection-id headers), 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 Malaysia payment link in MYR via Billplz, a popular Malaysian payment gateway. Buyer pays with FPX online banking (every major Malaysian bank), DuitNow QR, or card — whatever is enabled on the merchant collection. Returns a hosted bill URL the buyer opens to pay — payment completes automatically, no confirm step. Amounts in MYR ringgit (decimals allowed, e.g. 49.90; minimum RM2). Billplz requires the buyer's name and email on every bill. Bring your own credentials via headers x-billplz-api-key AND x-billplz-collection-id (free from billplz-sandbox.com for testing — add x-billplz-mode: sandbox; billplz.com is production). Money always flows buyer→Billplz→merchant; this service never touches funds.
query_payment_statusCheck whether a Malaysia bill (created by create_payment_link) has been paid. Fetches the bill from Billplz directly — a reliable pull-based alternative to webhooks. paid=true when the bill is paid (status PAID; otherwise DUE).