See documentation at https://www.vismapay.com/docs/web_payments/
Tested with Node v20.9.0
npm install visma-pay
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