Skip to content

egg-/indodana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

indodana sdk for nodejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors