consisty_mosambee
v0.2.5
Published
Deep linking in Mosambee mPOS device (MF919) for react-native in android, which used for MATM and AEPS
Downloads
6
Maintainers
Readme
consisty_mosambee
Deep linking in Mosambee mPOS device (MF919) for react-native in android, which used for MATM and AEPS
Installation
npm install consisty_mosambee
or using yarn
yarn add consisty_mosambee
M-ATM Usage
import ConsistyMosambee from 'consisty_mosambee';
// ...
const result = await ConsistyMosambee.startmATM(
userName,
password,
appKey,
amount,
transactionType,
customerMobile,
orderId,
communicationMode
).then((data) => {
console.log(data);
});
AEPS Usage
import ConsistyMosambee from 'consisty_mosambee';
// ...
const result = await ConsistyMosambee.startAEPS(userName, password, type, amount, orderId).then((data) => {
console.log(data);
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT