Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 932 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 932 Bytes

Python Sample Code for Visa API calls

Installation

We use nose to run our unit tests

Install nose using

$ pip install nose

To install the package and the required dependencies run the following command

$ python setup.py install

Usage

Update the configuration.ini file under the visa folder. For more information on configuration.ini refer :

Run Visa sample calls by moving to the visa package and then execute:

$ nosetests

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.