Skip to content

Paybyway/visma-pay-node-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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