Description
BankGlyph QR Payments for WooCommerce adds an offline bank transfer gateway to the classic and block checkout. After an order is placed, the plugin shows the payment details and a QR code on the order-received page and in supported HTML order emails.
For the main account, enter either an IBAN or a Czech domestic account number together with its bank code. A Czech domestic account is converted to a CZ IBAN locally. You can also configure an optional BIC/SWIFT code and a second IBAN plus BIC/SWIFT for every order whose currency is not CZK. If the second IBAN is empty, the main account is used.
For an IBAN that does not start with SK, the plugin builds the Czech SPAYD payload and renders its QR code locally. The payload contains the IBAN, optional BIC/SWIFT, order amount, currency, variable symbol, and recipient message. For an IBAN that starts with SK, the plugin requests a Slovak Pay by square PNG from QRGenerator.sk as described below.
The variable symbol can use the order number or order ID. The recipient message supports the {order_number} placeholder. An optional fixed discount, percentage discount, or both can be applied when the customer selects this payment method.
The gateway places the order on hold while waiting for payment. The plugin declares compatibility with HPOS and the WooCommerce block checkout.
The public plugin does not contact WooModuly.cz for licensing, telemetry, or updates. WordPress.org provides updates for this version.
External service: QRGenerator.sk
The plugin calls https://api.qrgenerator.sk/by-square/pay/qr.png only when WooCommerce renders payment instructions for an order whose resolved IBAN starts with SK and no reusable result is cached.
The GET query contains the IBAN, order amount and currency, the current due date, variable symbol, an empty specific symbol, constant symbol 0, recipient message, the store name as beneficiary name, and image rendering options. The merchant-defined recipient message is sent after {order_number} is replaced. The service returns a Pay by square PNG. BIC/SWIFT and separate customer name, email, billing, or shipping fields are not added to the request.
Like any server-side HTTP request, the service receives the shop server IP address. The request uses a fixed User-Agent containing the public plugin slug.
A successful PNG is stored in the WooCommerce order and reused while the IBAN and amount remain unchanged. A failed request is cached for 10 minutes before another request can be attempted. The request timeout is 5 seconds.
QRGenerator.sk requires no account or API key. Its documentation states that API data is processed to create the response and is not stored, shared, or forwarded. The same page states that free use is subject to its Fair Use Policy.
Service documentation, data-handling statement, and Fair Use Policy
No payment details are sent to QRGenerator.sk for an IBAN that does not start with SK; that QR code is generated locally as SPAYD.
Screenshots




Installation
- Install and activate the plugin in WordPress.
- Open WooCommerce > Settings > Payments > Bank Transfer QR Payment.
- Enable the gateway and enter the main IBAN, or a Czech account number and bank code.
- Optionally enter BIC/SWIFT, a second account for non-CZK orders, the recipient message, and a payment discount.
WooCommerce must be active.
FAQ
-
Which QR formats are supported?
-
An IBAN beginning with
SKuses Slovak Pay by square through QRGenerator.sk. Every other IBAN uses a SPAYD payload rendered locally by the bundled QR library. -
Which bank details can I configure?
-
You can enter a primary IBAN and optional BIC/SWIFT, or generate the primary CZ IBAN from a Czech account number and four-digit bank code. A second IBAN and BIC/SWIFT can be used for every non-CZK order.
-
Where is the QR code displayed?
-
It is displayed on the order-received page and in the new order, customer on-hold, and customer invoice HTML emails. Plain-text emails contain no QR image.
-
Does the plugin support HPOS and the block checkout?
-
Yes. It declares compatibility with HPOS and registers the payment method for the WooCommerce block checkout as well as the classic checkout.
-
Do I need a license key?
-
No. This public version is free and WordPress.org provides its updates.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“BankGlyph QR Payments for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BankGlyph QR Payments for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial public release as a standalone free plugin.
