@kouerndeav/test-sdk
v1.0.2
Published
Connect your app to b24 payment gateway in easy way
Downloads
5
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 @kouerndeav/test-sdk
Or if you prefer using Yarn:
$ yarn add --dev @kouerndeav/test-sdk
Or if you prefer bun
$ bun install @kouerndeav/test-sdk
Usage
For Vue JS app
import b24sdk from '@kouerndeav/test-sdk';
function init(){
}