react-native-paynow-generator
v1.0.1
Published
React native paynow generator
Downloads
1
Readme
react-native-paynow-generator
React native paynow generator
Installation
npm install react-native-paynow-generator
Usage
import generateQRCode from 'react-native-paynow-generator';
// ...
const qrCode = generateQRCode({
initiationMethod: '12',
referenceNumber: '123456',
merchantName: 'MerchantName',
amount: 25.99,
amountEditable: '0',
uen: '123456789A',
transactionCurrency: '702',
countryCode: 'SG',
merchantCity: 'Singapore',
uniqueIdentifier: 'SG.PAYNOW',
expiryDate: '20250101120000', // Optional, format: YYYYMMDD or YYYYMMDDHHMMSS
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library