Title: BankGlyph QR Payments for WooCommerce
Author: dominikshaim
Published: <strong>August 24, 2026</strong>
Last modified: August 24, 2026

---

Search plugins

![](https://ps.w.org/bankglyph-qr-payments/assets/banner-772x250.png?rev=3664151)

![](https://ps.w.org/bankglyph-qr-payments/assets/icon-256x256.png?rev=3664151)

# BankGlyph QR Payments for WooCommerce

 By [dominikshaim](https://profiles.wordpress.org/dominikshaim/)

[Download](https://downloads.wordpress.org/plugin/bankglyph-qr-payments.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/bankglyph-qr-payments/#description)
 * [Reviews](https://wordpress.org/plugins/bankglyph-qr-payments/#reviews)
 *  [Installation](https://wordpress.org/plugins/bankglyph-qr-payments/#installation)
 * [Development](https://wordpress.org/plugins/bankglyph-qr-payments/#developers)

 [Support](https://wordpress.org/support/plugin/bankglyph-qr-payments/)

## 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](https://www.qrgenerator.sk/)

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

[⌊Gateway settings with the primary account, optional non-CZK account, variable 
symbol, recipient message, and payment discount.⌉⌊Gateway settings with the primary
account, optional non-CZK account, variable symbol, recipient message, and payment
discount.⌉[

Gateway settings with the primary account, optional non-CZK account, variable symbol,
recipient message, and payment discount.

[⌊Bank Transfer QR Payment available in the classic WooCommerce checkout.⌉⌊Bank 
Transfer QR Payment available in the classic WooCommerce checkout.⌉[

Bank Transfer QR Payment available in the classic WooCommerce checkout.

[⌊Bank Transfer QR Payment available in the WooCommerce block checkout.⌉⌊Bank Transfer
QR Payment available in the WooCommerce block checkout.⌉[

Bank Transfer QR Payment available in the WooCommerce block checkout.

[⌊Payment instructions and the generated SPAYD QR code after an order is placed.⌉⌊
Payment instructions and the generated SPAYD QR code after an order is placed.⌉[

Payment instructions and the generated SPAYD QR code after an order is placed.

## Installation

 1. Install and activate the plugin in WordPress.
 2. Open WooCommerce > Settings > Payments > Bank Transfer QR Payment.
 3. Enable the gateway and enter the main IBAN, or a Czech account number and bank 
    code.
 4. 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 `SK` uses 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.

Contributors

 *   [ dominikshaim ](https://profiles.wordpress.org/dominikshaim/)

[Translate “BankGlyph QR Payments for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/bankglyph-qr-payments)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bankglyph-qr-payments/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bankglyph-qr-payments/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bankglyph-qr-payments/)
by [RSS](https://plugins.trac.wordpress.org/log/bankglyph-qr-payments/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial public release as a standalone free plugin.

## Meta

 *  Version **1.0.0**
 *  Last updated **3 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [bank transfer](https://wordpress.org/plugins/tags/bank-transfer/)[pay by square](https://wordpress.org/plugins/tags/pay-by-square/)
   [qr code](https://wordpress.org/plugins/tags/qr-code/)[woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/bankglyph-qr-payments/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/bankglyph-qr-payments/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bankglyph-qr-payments/reviews/)

## Contributors

 *   [ dominikshaim ](https://profiles.wordpress.org/dominikshaim/)

## Support

Issues resolved in last two months:

     0 out of 1

 [View support forum](https://wordpress.org/support/plugin/bankglyph-qr-payments/)