node-bkash
bKash API client for Browser & Node.js
bKash API docs: https://developer.bka.sh/v1.0.0-beta/reference
Installation
via npm:
$ npm install bkash --save
via yarn:
$ yarn add bkash
Usage
Browser
Node
const BKash = const clientOptions = mode: 'sandbox' // sandbox/pay type: 'checkout' // checkout/payments const bkash = clientOptions // https://developer.bka.sh/v1.0.0-beta/reference#querypaymentusinggetbkash
Authentication
// required for token.grant and token.refresh methodsbkash // required for all other methodsbkash
Changelog
License
Licensed under the MIT License. Check the LICENSE file for details.