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.
To get started please refer to the documentation on developer.bambora.com
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.
- Webpack
- TypeScript
- Mocha
- Chai
Run npm test
in your terminal in the project root.
Create a pull request or an issue. Thanks.