Woocommerce Payment Gateway for Hong Kong Faster Payment System (FPS). With QR Code generation.
Go to file
2020-07-26 12:49:34 +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
.gitignore gitgnore updaet 2020-07-20 18:16:11 +08:00
is-woo-payment-fps.php Moved the phpqrcode library to a separate libs directory 2020-07-26 12:49:34 +08:00
its-fps-qrcodedata-class.php Moved qr code image generation into wp and added nonce checking 2020-07-22 23:52:52 +08:00
LICENSE.md License changed 2020-07-26 12:42:59 +08:00
README.md License changed 2020-07-26 12:42:59 +08:00
wc-gateway-invite-fps-payment-gateway-class.php Fixed currency error messa 2020-07-23 00:25:32 +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
  • Move the is-woo-payment-fps directory to your wordpress plugins directory.
  • Activate the plugin from the Wordpress admin plugins section.
  • Configure your FPS account details in Woocommerce -> Settings -> Payments -> Hong Kong Faster Payment System (FPS).
  • 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

  • The QR codes are generated by PHP QR Code, which is included under the terms of its license.

Versioning

  • 1.0 - First Release

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