Skip to content

Latest commit

 

History

History
 
 

vdp-node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Node Js sample code for Visa API calls

Installation

Install the pakcage using

$ npm install

Usage

Update the configuration.json file under the config folder. For more information on configuration.json refer :

Run Visa API calls using the command below:

$ npm test

You would need to generate a Call Id for calling Visa Checkout. The documentation for generating Call Id can be found at :

The sample code provided reads the credentials from configuration file as plain text. As a best practice we recommend you to store the credentials in an encrypted form and decrypt while using them.