1.0.4 • Published 1 year ago

midtrans-sandbox v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Midtrans Sandbox

this package will help you simulate payment in midtrans sandbox api.

How to install

npm install midtrans-sandbox

How to use

const sandbox = require('midtrans-sandbox');

const inquiry = await sandbox.bni.inquiry('va_number') // replace with your va number

const result = await sandbox.bni.payment('va_number', 1000) // replace with your va number and total amount
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago