b24-payment-sdk
v1.2.2
Published
Connect your app to b24 payment gateway in easy way
Downloads
18
Maintainers
Readme
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
$ npm install -S b24-payment-sdk
Or if you prefer using Yarn:
$ yarn add --dev b24-payment-sdk
Or if you prefer bun
$ bun install b24-payment-sdk
Usage
For Vue JS app
import b24sdk from b24-payment-sdk;
function init(){
}