1.0.4 • Published 2 years ago

midtrans-sandbox v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago