Woocommerce Payment Gateway for Hong Kong Faster Payment System (FPS). With QR Code generation.
Go to file
Frey Mansikkaniemi b0d9f87a5c bumped up version
2020-12-24 16:42:41 +08:00
assets Initial implementation 2020-07-20 16:17:51 +08:00
libs Moved the phpqrcode library to a separate libs directory 2020-07-26 12:49:34 +08:00
qrcodes Added option to cache qrcodrs in file 2020-09-07 10:47:08 +08:00
.gitignore Added option to cache qrcodrs in file 2020-09-07 10:47:08 +08:00
hong-kong-fps-woo-payment.php bumped up version 2020-12-24 16:42:41 +08:00
its-fps-qrcodedata-class.php Closing brackets removed 2020-10-14 19:28:39 +08:00
LICENSE.md License updated 2020-07-26 13:01:53 +08:00
README.md bumped up version 2020-12-24 16:42:41 +08:00
readme.txt bumped up version 2020-12-24 16:42:41 +08:00
wc-gateway-invite-fps-payment-gateway-class.php Use base64 incoded qrcode png instead 2020-12-24 16:39:34 +08:00

Woocommerce Payment Gateway for Hong Kong Faster Payment System (FPS)

Woocommerce Payment Gateway for Hong Kong FPS.

Features:

  • Generates FPS QR Code based on your Woocommerce payment gateway configuration.
  • Automatically include payment reference in the QR Code if your FPS account has "Ask to Pay" feature enabled.

Prerequisites

Installation

  • Get the files
$ git clone https://github.com/invite-frey/is-woo-payment-fps.git
  1. Move the is-woo-payment-fps directory to your wordpress plugins directory.
  2. Activate the plugin from the Wordpress admin plugins section.
  3. Configure your FPS account details in Woocommerce -> Settings -> Payments -> Hong Kong Faster Payment System (FPS).
  4. Enable the Payment Gateway.

Configuration

  • Title, Description and Payment Reference Guide are the customer facing instructions you can set to anything yo want.
  • Account Id Type, Account Id and Bank Code identify the Payee Account. The QR Code is generated based on this information.
  • Ask to Pay Enabled: If this feature is enabled, a reference number will be automatically generated and included in the QR Code. You need to contact your bank to use this feature. If this feature is NOT enabled the customer is presented with an automatically generated reference code and asked to enter it when completing the payment using the bank's FPS app.

Acknowledgements

Versioning

1.0

  • First Release

1.1

  • QR Code quality improved
  • Mobile phonen number format example included

1.2

  • Invalid QR Code problems fixed

1.3

  • Output QR Code at a higher priority during WP startup
  • Form validation for the Payment Gateway settings

1.31

  • Bug fixes

1.4

  • Optional QRCode caching added

1.41

  • Bugfix

1.42

  • QRCodes always cached to disk due to browser incompatibility issues with dynamic generation.
  • Fixed bug preventing headers to be output on some systems

1.43

  • Minor bug fixes

1.44

  • base64 encoded png qrcode

Donations

Donations are much appreciated if you found this resource useful.

License

This project is licensed under the LGPL 3 License - see the LICENSE.md file for details