Bytenet Static QR Payments with IRIS for WooCommerce

Description

This plugin adds a new “IRIS” payment method to the WooCommerce checkout.

How it works:

  1. The merchant uploads, in the gateway settings, the image of their personal
    or business static IRIS QR code (the one generated by their banking app —
    e.g. myAlpha, Eurobank Mobile, winbank, the IRIS app, etc.).
  2. At checkout, if the customer selects “IRIS” as the payment method, they
    see this QR code and the payment instructions configured by the merchant.
  3. The customer scans the QR code with their banking app and pays outside of
    WooCommerce (IRIS does not offer a public payment-confirmation API without
    a merchant agreement with a bank).
  4. The order is automatically placed in “On hold” status.
  5. Once the merchant sees the payment land in their bank account, they
    manually change the order status to “Processing” or “Completed”.

Important: because IRIS does not provide a public payment-confirmation API
without a bank merchant contract, this plugin does NOT automatically confirm
payment. If you have IRIS Business API credentials from a bank, automatic
confirmation via webhook could be added in a future version.

Installation

  1. Upload the “payment-gateway-iris-for-woocommerce” folder to /wp-content/plugins/.
  2. Activate the plugin from the WordPress “Plugins” menu.
  3. Go to WooCommerce > Settings > Payments > IRIS and enable the method.
  4. Upload the QR code image, fill in the title/description/instructions, and save.

FAQ

Does this plugin automatically confirm payments?

No. Because IRIS does not offer a public payment-confirmation API without a
bank merchant agreement, orders are placed “On hold” and the merchant must
manually confirm payment after checking their bank account.

Can I use a QR code from any bank?

Yes. Any static IRIS QR code image generated by a Greek bank’s app can be
uploaded in the plugin settings.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Bytenet Static QR Payments with IRIS for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.17

  • Static QR code, on-hold orders, instructions shown at checkout/thank-you/email.
  • Support for the WooCommerce Checkout block (Blocks Payment API).
  • VAT number, account holder name, logo, and payment reference text fields.