An open API service indexing awesome lists of open source software.

https://github.com/bambora/wallet-js

Bambora Online JavaScript Wallet API
https://github.com/bambora/wallet-js

Last synced: 5 months ago
JSON representation

Bambora Online JavaScript Wallet API

Awesome Lists containing this project

README

          

# Worldline Online Checkout JavaScript wallet API / library

Implements an abstraction layer over the various wallet integrations offered by Worldline Online Checkout.

Strongly typed. Promise-based.

Currently, the following wallet solutions are supported:

- MobilePay
- Vipps
- Google Pay
- Apple Pay

You will need a merchant account with Worldline Online Checkout to use this library.

## Getting Started

To get started please refer to the documentation on [developer.bambora.com](https://developer.bambora.com/europe/sdk/wallet-sdk/introduction)

## Build

Requirements are _Node_ and _NPM_.

Clone the project, navigate to the project root, and run `npm run build` in your terminal.
This will install all dependencies and output all assets to the `dist`-folder.

### Main developer dependencies

- Webpack
- TypeScript
- Mocha
- Chai

### Test

Run `npm test` in your terminal in the project root.

## Contributing

Create a pull request or an issue. Thanks.