2.0.4 • Published 1 year ago
visma-pay v2.0.4
Visma Pay Node Library
See documentation at https://www.vismapay.com/docs/web_payments/
Tested with Node v20.9.0
Installation
npm install visma-payExample
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