b24-payment-sdk
Version:
Connect your app to b24 payment gateway in easy way
37 lines (24 loc) • 643 B
Markdown
# Bill24 Payment SDK for Web Platform
> Easy connect to payment with multiple payment method just one time integration
## Getting Started
This instructions will get you a conplete guide on how to integrate with our sdk to allow your consumer to payment via bill24 finacial partner .
## Installation
To install our SDK you could run
```sh
$ npm install -S b24-payment-sdk
```
Or if you prefer using Yarn:
```sh
$ yarn add --dev b24-payment-sdk
```
Or if you prefer bun
```sh
$ bun install b24-payment-sdk
```
## Usage
### For Vue JS app
```javascript
import b24sdk from b24-payment-sdk;
function init(){
}
```