{"_attachments":{},"_id":"vctc-sdk","_rev":"1237616-61f2d9be56641914fd7b251c","author":"","description":"Help make vctc API calls simpler","dist-tags":{"latest":"1.0.13"},"license":"ISC","maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"name":"vctc-sdk","readme":"# vctc-sdk\n\nNode module that helps make 'Visa Consumer Transaction Controls' API calls easier.\n\n  - Use a new or an existing npm project.\n  - Run ‘npm install vctc-sdk’ in your project.\n  - Require ‘vctc-sdk’ in your project.\n  - Pass your auth-credentials as parameters while instantiating the API.\n  - Pass the request body, headers and others query parameters (if required) as parameters while making the API calls.\n\n### Installation\n\n```sh\nnpm install vctc-sdk\n```\n\n```sh\nvar vctcSdk = require('vctc-sdk');\nvar authCredientials = {\n    userId: \"Enter your userId here\",\n    password: \"Enter your password here \",\n    keyFile: \"Enter path to key.pem here\",\n    certificateFile: \"Enter path to cert.pem here\",\n};\n\nvar programAdministrationApi = new vctcSdk.programAdministrationAPI(authCredientials);\n\nvar parameters = {\n\tbody: {} // Enter your request body here \n\t\t // Enter header or query parameters if required\n};\n\nprogramAdministrationApi.retrieveExistingRuleCategoriesUsingGET(parameters)\n     .then(function (result) {\n        // Put your custom logic here\n         console.log('Result is:' + JSON.stringify(result.body));\n     })\n     .catch(function (error) {\n         console.log('Error is: ' + error);\n     });\n```\n","time":{"created":"2022-01-27T17:43:26.193Z","modified":"2022-01-27T17:43:26.193Z","1.0.0":"2016-08-28T12:51:56.763Z","1.0.2":"2016-08-28T13:05:01.743Z","1.0.6":"2016-08-28T13:13:31.621Z","1.0.7":"2016-08-28T13:34:04.357Z","1.0.8":"2016-08-28T13:47:09.899Z","1.0.9":"2016-08-28T13:53:32.391Z","1.0.10":"2016-08-28T15:13:05.413Z","1.0.11":"2016-08-28T15:29:18.673Z","1.0.12":"2016-08-29T05:42:16.772Z","1.0.13":"2016-09-06T11:55:20.482Z"},"versions":{"1.0.0":{"name":"vctc-sdk","version":"1.0.0","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","_id":"vctc-sdk@1.0.0","_shasum":"f59366b404e81a662645d135533a6d4bfc92b2cb","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"f59366b404e81a662645d135533a6d4bfc92b2cb","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.0.tgz","size":759,"integrity":"sha512-GEhIv3VnejUmVASUKv82fgAhtRcLf7bQm3qlmEamvkm4BB8KD/wrBeaV8QVpb7u8Aveh2YlZzFNJAvkVsDcMtQ=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.0.tgz_1472388714819_0.6592456547077745"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:19.213Z"},"1.0.2":{"name":"vctc-sdk","version":"1.0.2","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","_id":"vctc-sdk@1.0.2","_shasum":"ac2fe8d65bd66d435d6dfd633dc126c6575fc3f8","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"ac2fe8d65bd66d435d6dfd633dc126c6575fc3f8","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.2.tgz","size":5305,"integrity":"sha512-80KvfXMjTJLThg5hsBakHv5KnPJdButDAEBjkxVbAFv/8Rao8XwPNvNlAgFVr3vn9QTD9CJP1GGXwLz3koKRYQ=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.2.tgz_1472389500638_0.2795676304958761"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:20.121Z"},"1.0.6":{"name":"vctc-sdk","version":"1.0.6","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"chai":"^3.5.0","fs":"^0.0.2","q":"^1.4.1","randomstring":"^1.1.5","request":"^2.73.0"},"_id":"vctc-sdk@1.0.6","_shasum":"081aa3a46cbf163dccfa825623ecf0190cc87f83","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"081aa3a46cbf163dccfa825623ecf0190cc87f83","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.6.tgz","size":5485,"integrity":"sha512-ghkaRYpmmyXjHTJJAFXybDqgRNrGdMNSc/9wHRJ8oCn8AgmyhKySpecEcg1EvColXEP37VKwO1ep+WVSzMyAEA=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.6.tgz_1472390010593_0.5395068142097443"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:20.995Z"},"1.0.7":{"name":"vctc-sdk","version":"1.0.7","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"chai":"^3.5.0","fs":"^0.0.2","q":"^1.4.1","randomstring":"^1.1.5","request":"^2.73.0"},"_id":"vctc-sdk@1.0.7","_shasum":"948439a343ba9e4a98fd7d72da2a8cc40b6899b2","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"948439a343ba9e4a98fd7d72da2a8cc40b6899b2","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.7.tgz","size":5528,"integrity":"sha512-eW00r2sH9joSeVmJCJ+mHWxq2IYecjxcpyIR4hUCLlChzwA89elDECdq31LaWkeJ5zrqV3C7wspN/KrjBqHJ1g=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.7.tgz_1472391242407_0.8742887889966369"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:21.863Z"},"1.0.8":{"name":"vctc-sdk","version":"1.0.8","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"chai":"^3.5.0","fs":"^0.0.2","q":"^1.4.1","randomstring":"^1.1.5","request":"^2.73.0"},"_id":"vctc-sdk@1.0.8","_shasum":"cea7fa3b4a66f541f46bd26c61f6013155f7e4e0","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"cea7fa3b4a66f541f46bd26c61f6013155f7e4e0","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.8.tgz","size":5514,"integrity":"sha512-jbpzHJHUsLFcnh3PrVndeTRa69JiRMgc545ubUnm6u1aPmPXedNNnzHcV1sHUUcPGZjnxC15KlPGEMhisP7Rig=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.8.tgz_1472392028152_0.5830573413986713"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:22.740Z"},"1.0.9":{"name":"vctc-sdk","version":"1.0.9","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"chai":"^3.5.0","fs":"^0.0.2","q":"^1.4.1","randomstring":"^1.1.5","request":"^2.73.0"},"_id":"vctc-sdk@1.0.9","_shasum":"1e9f9231a960e7f1e424ba074b16aecae3f3402a","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"1e9f9231a960e7f1e424ba074b16aecae3f3402a","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.9.tgz","size":5503,"integrity":"sha512-jiv3f59nImS+vD5i3MLwU211pmRh+ViZNRr/dC83/tWiyImn4sMCxhq+jc3MvgYil6LyizPaSX6MaC65VIhwSw=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.9.tgz_1472392410418_0.2544687476474792"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:23.615Z"},"1.0.10":{"name":"vctc-sdk","version":"1.0.10","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"chai":"^3.5.0","fs":"^0.0.2","q":"^1.4.1","randomstring":"^1.1.5","request":"^2.73.0"},"_id":"vctc-sdk@1.0.10","_shasum":"2474d4985473ebb84929af941ab606bd9802c98d","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"2474d4985473ebb84929af941ab606bd9802c98d","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.10.tgz","size":6701,"integrity":"sha512-aahAT+Cuw18/gsepEhX3hKsjBTm/zBMJzzwj2vJ99Ag3F7KPz6hPT4heDBovpU6Flw3IXW+YxDuZ4jmPUp9Mqw=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.10.tgz_1472397184375_0.3280356463510543"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:24.691Z"},"1.0.11":{"name":"vctc-sdk","version":"1.0.11","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"chai":"^3.5.0","fs":"^0.0.2","q":"^1.4.1","randomstring":"^1.1.5","request":"^2.73.0"},"_id":"vctc-sdk@1.0.11","_shasum":"292af7c265856604f9e41e4a2c82b1335f08abf5","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"292af7c265856604f9e41e4a2c82b1335f08abf5","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.11.tgz","size":6760,"integrity":"sha512-m0jTblpfhFA3z8XcfCSpBjx4z2UY4vN5Jk8UJQ7S1cY10e53GZmkOsUF6mkx0Ma+zi8rWlWXcDkv9xMom4DnYg=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.11.tgz_1472398156903_0.32682824064977467"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:25.570Z"},"1.0.12":{"name":"vctc-sdk","version":"1.0.12","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"chai":"^3.5.0","fs":"^0.0.2","q":"^1.4.1","randomstring":"^1.1.5","request":"^2.73.0"},"_id":"vctc-sdk@1.0.12","_shasum":"b7d63699d4a855e29e9cdd10493201c39a3730ab","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"b7d63699d4a855e29e9cdd10493201c39a3730ab","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.12.tgz","size":7172,"integrity":"sha512-rWHIVnLxZvlVDWvopAS/1hyWohZNTEW19lcrhUMu7gpit6qkERfzqMuVJE85o1HQn8WOVxNS04EFmdmxABSa7A=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.12.tgz_1472449335695_0.42041458282619715"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:26.457Z"},"1.0.13":{"name":"vctc-sdk","version":"1.0.13","description":"Help make vctc API calls simpler","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"chai":"^3.5.0","fs":"^0.0.2","q":"^1.4.1","randomstring":"^1.1.5","request":"^2.73.0"},"_id":"vctc-sdk@1.0.13","_shasum":"f7a66e3064154f34e1689b9a2263a7ebf1c1bba1","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"aveek","email":"biswasaveek@gmail.com"},"dist":{"shasum":"f7a66e3064154f34e1689b9a2263a7ebf1c1bba1","tarball":"https://registry.npmmirror.com/vctc-sdk/-/vctc-sdk-1.0.13.tgz","size":7177,"integrity":"sha512-6PcQgM7xySbNESgsZpBMF/P4nr4U7qB5yNGPumVrjTJ2e/D0uqheIiJ+icvfepZK/NfxZlff1FrCkP4rP02YTQ=="},"maintainers":[{"name":"aveek","email":"biswasaveek@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/vctc-sdk-1.0.13.tgz_1473162919710_0.9679773850366473"},"directories":{},"_cnpmcore_publish_time":"2021-12-23T19:57:27.399Z"}},"_source_registry_name":"default"}