Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 755 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 755 Bytes

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.