Reputation: 11
I'm trying to make a hybrid mobile application using PhoneGap (html, css, JavaScript) and I'm planning to add payment feature to the application, it should generate a QR code that contains user's information (regarding payment-the amount, the service that he's paying for), this wallet also should provide a QR code that shows a certain document for the user once it's get scanned.
I have been searching for wallet/passbook (which is available for iOS only) but I didn't find a plugin that is suitable for both.
Upvotes: 1
Views: 152
Reputation: 832
Not sure whether this help or not. I found the following 2 options
https://www.npmjs.com/package/cordova-payment-plugin
https://github.com/ToastWallet/core
Upvotes: 0