vietnam-payments
Let AI agents accept payments in Vietnam (VND) — MoMo wallet QR, ATM cards, credit cards — with a zero-setup public sandbox demo (no credentials needed to try).
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 Vietnam payment link in VND via MoMo, Vietnam's biggest e-wallet. Buyer pays with the MoMo wallet (QR), ATM card, or credit card on MoMo's hosted payment page — payment c
- Query Payment Status: Check whether a Vietnam payment (created by create_payment_link) has been paid. Queries MoMo directly — a reliable pull-based alternative to webhooks. paid=true when resultCode 0
What data it sees
Do you need an account
No: the server works without sign-in
Let AI agents accept payments in Vietnam (VND) — MoMo wallet QR, ATM cards, credit cards — with a zero-setup public sandbox demo (no credentials needed to try). Stateless, bring-your-own credentials (x-momo-partner-code/-access-key/-secret-key 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_link | Create a Vietnam payment link in VND via MoMo, Vietnam's biggest e-wallet. Buyer pays with the MoMo wallet (QR), ATM card, or credit card on MoMo's hosted payment page — payment completes automatically, no confirm step. Amounts in VND dong (integer, e.g. 150000 = 150,000₫; min 1,000 / max 50,000,000). Zero-setup demo: with NO credential headers, requests run against MoMo's public sandbox (test money only, safe to try immediately). For real usage bring your own MoMo business credentials via headers x-momo-partner-code + x-momo-access-key + x-momo-secret-key (from business.momo.vn). Money always flows buyer→MoMo→merchant; this service never touches funds. |
| query_payment_status | Check whether a Vietnam payment (created by create_payment_link) has been paid. Queries MoMo directly — a reliable pull-based alternative to webhooks. paid=true when resultCode 0 (status PAID); 1000 = PENDING (buyer has not finished). |