1.0.2 • Published 4 years ago

indodana v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

indodana

version download status status Standard - JavaScript Style Guide

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.