This is an info Alert.
xpay
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. PromptPay for WooCommerce

PromptPay for WooCommerce

Accept PromptPay in WooCommerce with a QR code generated on your own server. Offline gateway, manual confirmation, no third-party service, no fees.

20+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping PromptPay for WooCommerce running.

WordPress compatibility
Tested to 7.0.4 — 1 branch behind 7.1
Tested against the WordPress branch in use today.
Last updated
2 months ago
Requires PHP
8.2
Your host must be running at least this version.
Requires WordPress
7.0
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

20+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how PromptPay for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 42 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.4 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
3 / 10
Provides: description
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-09-13 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

Thai shoppers expect to pay by scanning a QR code in their banking app. This plugin adds that option to WooCommerce checkout without putting a payment processor between you and your money.

When a customer picks PromptPay, the plugin builds a spec-correct EMVCo and Bank of Thailand QR payload on your own server, encoding the exact order total. The customer scans it with any Thai banking app and pays. You watch the transfer land in your account and confirm the order by hand.

This is an offline gateway, in the same sense as WooCommerce’s built-in Direct Bank Transfer (BACS). It is the manual-reconciliation option, for stores that already watch their bank account and would rather do that than pay per transaction.

What you get

  • No processor, no fees, no account to open. The plugin talks to nobody. Money moves directly between your customer’s bank and yours, on your bank’s own PromptPay terms.
  • Nothing leaves your site. The QR payload and the QR image are both generated locally by bundled libraries. The plugin makes no external HTTP requests of any kind.
  • A QR the customer can always find again. It appears on the order-received page, attached to the on-hold email, and under My Account for as long as the order awaits payment. You can resend it from the order screen.
  • An ID you cannot get wrong. Your PromptPay ID is validated before it is saved, so you cannot ship a broken QR code and find out from a customer.
  • Confirmation only a merchant can give. The order moves to a paid status only when someone with the manage_woocommerce capability confirms it. There is no customer-facing control and no public endpoint that changes order status.
  • Both checkouts and both storage engines. Classic checkout and the Cart and Checkout Blocks are supported, and the gateway declares compatibility with High-Performance Order Storage (HPOS).

How it works

  1. Enter your PromptPay ID once. A Thai mobile number, a 13-digit national or tax ID, or a 15-digit e-wallet ID. It is checked before it is saved.
  2. At checkout the customer picks PromptPay and places the order. The order goes on hold.
  3. The order-received page shows a QR code encoding the exact total, plus the payment details as text. The on-hold email repeats those details and carries the same QR code as an attached image. Customers with an account can re-open the QR from My Account, then Orders, for as long as the order awaits payment.
  4. The customer pays in their banking app.
  5. You see the transfer arrive, open the order, and click Mark PromptPay payment received. The same QR and details are shown on the order screen so you can check the amount. The order moves to processing, or completed for downloads, and the customer is emailed.

Who it is for

Stores selling in Thailand that take Thai baht and would rather reconcile by hand than hand a percentage to a processor. It suits low-volume and mid-volume stores, stores whose margins do not survive card fees, and merchants who already check their banking app several times a day.

It does not suit high-volume stores or anyone who needs orders to clear without a human looking at them.

What it is not

This plugin does not talk to any bank or payment processor and cannot confirm a payment on its own. Every order waits for you. If you need automatic confirmation, use a payment processor such as Stripe instead.

Only Thai baht (THB) is supported, because PromptPay settles in baht. The gateway does not appear at checkout for any other store currency.

Privacy

The plugin makes no external HTTP requests and sends nothing to any third party. The QR image is drawn by a bundled encoder that ships with its source.

The QR attached to awaiting-payment emails is stored as a small image file in the plugin’s own folder inside your uploads directory, under an unguessable name and behind guard files that refuse web access. Each file is deleted as soon as its order stops awaiting payment, stale files are swept automatically, and deleting the plugin removes the folder entirely.

Requirements

  • WooCommerce, with the store currency set to Thai baht (THB).
  • PHP 8.2 or later, with the iconv extension, which is compiled into PHP by default.
  • The gd extension is used to draw a PNG QR code. Without it the plugin falls back to SVG. If that also fails it shows your PromptPay ID and the amount as text so the customer can enter them by hand. It never fails silently and never leaves a blank space where a QR should be.

Bundled libraries

The QR image is drawn on your own server by these libraries, bundled with full source under a plugin-specific namespace so they cannot collide with another plugin’s copy:

  • endroid/qr-code (MIT)
  • bacon/bacon-qr-code (BSD-2-Clause)
  • dasprid/enum (BSD-2-Clause)

Disclaimer

This plugin is not affiliated with, endorsed by, or sponsored by the Bank of Thailand, National ITMX, any Thai bank, or WooCommerce. “PromptPay” is referenced solely to describe the payment scheme whose QR format this plugin generates.

Does this verify payments automatically?

No. This is an offline gateway. The order is placed on hold and you confirm receipt yourself after checking your banking app, exactly as you would with WooCommerce’s built-in bank transfer (BACS). If you need automatic confirmation, use a payment processor.

Do I need a merchant account, and are there any fees?

No merchant account, and no fees from this plugin. It does not connect to a processor or an aggregator, so nothing sits between your customer’s bank and yours. Whatever your own bank charges for receiving PromptPay transfers is between you and your bank.

Can a customer mark their own order as paid?

No. An order moves to a paid status only when a merchant with the manage_woocommerce capability confirms it from the order screen. There is no customer-facing control and no public endpoint that changes order status.

What can I use as my PromptPay ID?

A Thai mobile number, a 13-digit national or tax ID, or a 15-digit e-wallet ID. The value is validated before it is saved.

Does it work with currencies other than Thai baht?

No. PromptPay settles in baht, so the gateway only appears at checkout when your store currency is THB.

The customer lost the email. How do they see the QR code again?

Three ways. Customers with an account find the QR on the order itself under My Account, then Orders, for as long as it awaits payment. From the order screen you can pick Resend PromptPay payment instructions under Order actions, which sends the on-hold email again with details in the body and the QR attached. WooCommerce’s own Send order details to customer action includes the same payment details and attachment.

Is the QR code inside the email?

It is attached as an image file rather than embedded in the body, because most mail clients block inline images while every client delivers an attachment. The body always carries the payment details as text, so the customer can pay even if they never open the attachment.

Does it work with HPOS and the block checkout?

Yes to both. The plugin declares compatibility with High-Performance Order Storage and with the Cart and Checkout Blocks, and the confirm-payment box appears on the order screen under either storage engine.

What happens if my server has no gd extension?

The plugin falls back to an SVG QR code. If that also fails, it displays your PromptPay ID and the order amount as text so the customer can enter them manually in their banking app. There is no failure mode that leaves the customer with a blank space.

Does any of my data go to a third party?

No. The plugin makes no external HTTP requests. The QR payload and the QR image are both generated on your own server by bundled libraries that ship with their source.

Is this an official Bank of Thailand or bank plugin?

No. It is an independent plugin that generates QR codes in the PromptPay format. It has no relationship with the Bank of Thailand, National ITMX, or any bank, and it does not access your bank account.

What happens if I deactivate the plugin?

Nothing is deleted. Your settings and order data stay exactly as they were. Data is only removed if you delete the plugin outright, and then only the plugin’s own settings, its order meta, and its QR-image folder in the uploads directory.

Categories
Payment gateways
Plugin details
Version1.0.1
Last updated2026-08-02 10:47am GMT
Added2026-07-22
Requires WordPress7.0
Tested up to7.0.4
Requires PHP8.2

Tags on WordPress.org
payment gateway
PromptPay
qr code
thailand
woocommerce
Alternatives
Other plugins in the same categories.
Payment Plugins for PayPal WooCommerce
80K+ installs
4.9(125)
Payment Plugins for Stripe WooCommerce
100K+ installs
4.8(301)
Subscriptions for WooCommerce with Stripe Recurring Payments
1K+ installs
4.9(25)
Payment Gateway for PayPal on WooCommerce
10K+ installs
4.4(73)
Mollie Payments for WooCommerce
100K+ installs
3.5(70)
WooPayments: Integrated WooCommerce Payments
800K+ installs
3.4(169)
xpay

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy