MoneywaveJS
NodeJS client for accessing Moneywave services
Installation
npm install moneywave
Usage
var Moneywave = ; var options = apiKey: 'YOUR_API_KEY' apiSecret: 'YOUR_SECRET' cache: truevar moneywave = Moneywave; //Promised based when no callback givenmoneywaveresources ; //Pass callback as last argument if you want to use callbacksmoneywaveresources;
The MakeWave
function returns an object with the services below
Services
- card
- transfer
- validateVerveCard
- getCharge
- tokenizeCard
- retryTransaction
- getPreviousTransactions
- account
- transfer
- validateAccount
- getCharge
- retryTransaction
- getPreviousTransactions
- wallet
- transfer
- transferBulk
- retryTransaction
- getBalance
- getPreviousTransactions
- resources
- getBanks
- validateBankAccount
Todo
- Add tests
- Add documentation