Skip to content

Bambora Online JavaScript Wallet API

License

Notifications You must be signed in to change notification settings

bambora/wallet-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a15bcd7 · Oct 22, 2024
Oct 22, 2024
Oct 22, 2024
Mar 24, 2023
Mar 21, 2023
Jul 4, 2024
Mar 24, 2023
Mar 21, 2023
Aug 6, 2024
Oct 22, 2024
Oct 22, 2024
Oct 22, 2024
Jul 4, 2024
Mar 24, 2023
Mar 24, 2023
Mar 24, 2023

Repository files navigation

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

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.