boogi-javascript-sdk

1.1.4 • Public • Published

boogi-javascript-sdk

The javascript library to handle open banking connections, open banking management and offers display.

Usage/Examples

Install

npm install boogi-javascript-sdk

Register the class

import BoogiSDK from 'boogi-javascript-sdk'

Displaying offers

const boogiSDK = new BoogiSDK();
boogiSDK.displayOffers('token');

Creating a new bank connection

const boogiSDK = new BoogiSDK();

document.getElementById('your-button-id').addEventListener('click', () => {
    boogiSDK.connectBank('token');
})

Managing a users connections

const boogiSDK = new BoogiSDK();

document.getElementById('your-button-id').addEventListener('click', () => {
    boogiSDK.displayConnections('token');
})

API values

Parameter Type Description
apiKey string Required. Your API key
userId string Required. Your user id
mode enum Optional. a value of sandbox or api

Authors

Feedback

If you have any feedback, please reach out to us at chris@boogi.uk

Package Sidebar

Install

npm i boogi-javascript-sdk

Weekly Downloads

5

Version

1.1.4

License

ISC

Unpacked Size

11.4 kB

Total Files

5

Last publish

Collaborators

  • boogi