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
- Host: GitHub
- URL: https://github.com/bambora/wallet-js
- Owner: bambora
- License: mit
- Created: 2016-12-01T10:27:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-21T23:13:09.000Z (11 months ago)
- Last Synced: 2025-08-01T14:51:33.286Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 906 KB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.