is-woo-payment-fps/README.md

84 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2020-07-20 10:12:50 +00:00
# Woocommerce Payment Gateway for Hong Kong Faster Payment System (FPS)
2020-07-20 10:10:35 +00:00
Woocommerce Payment Gateway for [Hong Kong FPS](https://www.hkma.gov.hk/eng/key-functions/international-financial-centre/financial-market-infrastructure/faster-payment-system-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
* [Wordpress](https://wordpress.org/download/)
* [Woocommerce](https://woocommerce.com)
* An FPS enabled Hong Kong bank account.
### Installation
* Get the files
```
$ git clone https://github.com/invite-frey/is-woo-payment-fps.git
```
2020-07-26 05:10:29 +00:00
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.
2020-07-20 10:10:35 +00:00
### 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.
2020-07-22 02:57:30 +00:00
## Acknowledgements
2020-07-20 10:10:35 +00:00
2020-07-26 05:06:03 +00:00
* Inspiration for the FPS EMV string generation from https://github.com/nessgor/fps-hk-qrcode
2020-07-20 10:10:35 +00:00
* The QR codes are generated by [PHP QR Code](https://sourceforge.net/projects/phpqrcode/), which is included under the terms of its [license](https://sourceforge.net/p/phpqrcode/git/ci/master/tree/LICENSE).
## Versioning
2020-08-07 06:14:04 +00:00
### 1.0
2020-07-26 05:09:11 +00:00
* First Release
2020-07-20 10:10:35 +00:00
2020-08-07 06:14:04 +00:00
### 1.1
2020-07-29 11:04:23 +00:00
* QR Code quality improved
* Mobile phonen number format example included
2020-08-31 07:27:38 +00:00
### 1.2
* Invalid QR Code problems fixed
2020-08-31 11:25:04 +00:00
### 1.3
* Output QR Code at a higher priority during WP startup
* Form validation for the Payment Gateway settings
2020-09-06 13:13:46 +00:00
### 1.31
* Bug fixes
2020-09-07 02:50:11 +00:00
### 1.4
* Optional QRCode caching added
2020-09-07 03:09:10 +00:00
### 1.41
* Bugfix
2020-10-14 12:15:30 +00:00
### 1.42
2020-10-14 12:30:50 +00:00
* QRCodes always cached to disk due to browser incompatibility issues with dynamic generation.
2020-10-14 12:15:30 +00:00
* Fixed bug preventing headers to be output on some systems
2020-11-20 08:06:57 +00:00
### 1.43
* Minor bug fixes
2020-12-24 08:42:41 +00:00
### 1.44
* base64 encoded png qrcode
2020-07-20 10:10:35 +00:00
## Donations
Donations are much appreciated if you found this resource useful.
Bitcoin, Lightning Network and most major credit cards available for donations at [https://frey.hk](https://frey.hk).
2020-07-20 10:10:35 +00:00
## License
This project is licensed under the LGPL 3 License - see the [LICENSE.md](LICENSE.md) file for details