mnb-afr-qr
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

MNB AFR QR

Library for generating QR code payloads based on the standard by the Hungarian National Bank.

Example

  import { InstantTransferQR } from "mnb-afr-qr";
  //OR
  const afr = require("mnb-afr-qr");
  const {InstantTransferQR} = afr;

  const transferPayload = InstantTransferQR.newHCTQR({
    bic: "BIC",
    iban: "IBAN",
    name: "John Doe",
    validUntil: new Date()
    });
  transferPayload.getPayload();

Package Sidebar

Install

npm i mnb-afr-qr

Weekly Downloads

6

Version

1.0.3

License

MIT

Unpacked Size

19.1 kB

Total Files

9

Last publish

Collaborators

  • davidszab