Skip to content

A QR code generator compliant to The Common QR Code Specification for Retail Payments in Hong Kong

License

Notifications You must be signed in to change notification settings

invite-frey/fps-hk-qrcode

 
 

Repository files navigation

Hong Kong Faster Payment System (FPS) QR Code React Component

Installing

npm install react-fps-hk-qrcode

Usage

Use in React App:

import FasterPaymentSystemQRCode from "react-fps-hk-qrcode"
...

<FasterPaymentSystemQRCode account="04" bank_code="004" email="[email protected]" mcc="0000" currency="344" amount="2000" reference=""/>

The following properties can be set (all are strings):

  • bank_code: The Hong Kong bank code for the bank hosting the FPS recipient account.
  • fps_id: The recipient FPS id
  • mobile: The recipient mobile number if used as FPS id
  • email: The recipient email if used as FPS id
  • mcc: Merchant Category Code as defined by ISO 18245 (default: 0000)
  • currency: The FPS currency code as defined by ISO 4217 (default HKD: 344)
  • amount: Transaction amount
  • reference: A payment reference code (not required)

Versioning

  • 1.0 - First Release

Authors

License

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

About

A QR code generator compliant to The Common QR Code Specification for Retail Payments in Hong Kong

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.5%
  • CSS 39.2%
  • HTML 18.3%