indodana
v1.0.2
Published
indodana sdk for nodejs.
Downloads
1
Readme
indodana
Node.js module for using the indodana API
Usage
const Indodana = require('indodana')
const indodana = new Indodana({
apiKey: 'api key',
apiSecret: 'api secret',
environment: 'PRODUCTION' // if not set, will default to 'SANDBOX'
})
indodana.loadInstallmentOptions({
amount: 400000,
items: [{} ... ]
}, function (err) {
// ...
})
indodana.checkout()
indodana.checkTransactionStatus()
indodana.cancellation()
Object Type References
https://indodana.gitbook.io/indodana-paylater/integrations/api-reference#object-type-references
License
indodana is licensed under the MIT license.