Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 994 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 994 Bytes

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

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

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.