2.2.0 • Published 5 years ago

bambora-payform v2.2.0

Weekly downloads
42
License
-
Repository
github
Last release
5 years ago

Bambora PayForm Node Library

See documentation at https://payform.bambora.com/docs/web_payments/

If you want to implement embedded card payments, please contatct Bambora PayForm support for more details.

Installation

npm install bambora-payform

Example

In the package you'll also find an example page and an example server from which you see the necessary functionality for handling the payment requests and how to use the library. The example server requires express-package which can be installed by npm

npm install express

The example server is capable for serving the page with or without SSL. Although it is recommended to use HTTPS. To enable HTTPS you need specify the path for certificate files. You can change these in example/server/server.js file.

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.0.0

7 years ago