visma-pay
v2.0.4
Published
Visma Pay library
Downloads
310
Readme
Visma Pay Node Library
See documentation at https://www.vismapay.com/docs/web_payments/
Tested with Node v20.9.0
Installation
npm install visma-pay
Example
In the package you'll also find an example page and an example server which demonstrate handling payment requests and usage of the library. The example server requires express
package which can be installed with
npm install express