2.0.2 • Published 6 years ago

js-payments v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

JS Library

Build Status Coverage Status BrowserStack Status Dependabot badge Known Vulnerabilities

A JavaScript interface for allowing tokenization and authorisation of payments through SecureTrading.

Quickstart

You can check JS Library in action by running it on your local environment. To do this, run commands below:

npm install
npm start

Then open address https://localhost:8443 in your web browser.

Please be aware, that NPM uses the configuration from package.json file and by default hostname is set to localhost. To use another hostname you should set a configuration variable by running the command below:

npm config set js-payments:host YOUR_HOSTNAME

API Reference

Mock-ups, graphics

Not specified yet

Technology Stack:

Tools and languages:
CI/CD:

Automated tests:

Browser compatibility:

  • Internet Explorer 10 or later
  • Latest versions of the following:
    • Chrome
    • Firefox
    • Edge
    • Safari

License