Skip to content

egg-/indodana

Repository files navigation

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.

Releases

No releases published

Packages

No packages published