Install the pakcage using
$ npm install
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.