node-lugentpay

1.0.6 • Public • Published

install

npm i node-lugentpay

Initial

let lugent = require('node-lugentpay');

lugent.init({
  billerCode: '12346789',
  billerID: '1234',
  url: 'https://example.com',
  port: 3000,
  ref2: 'PAYMENT'
});

Generate QR Code

let response = await lugent.getQRCode( amount, store_id, terminal_id, merchant_name );

Check Transaction status

let response = await lugent.checkTransaction( transaction_id );

Readme

Keywords

none

Package Sidebar

Install

npm i node-lugentpay

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

3.05 kB

Total Files

3

Last publish

Collaborators

  • majorica33