SDK to communicate with the Ingenico ePayments platform using the Ingenico Direct Server API
Project description
Introduction
The Python SDK helps you to communicate with the Ingenico Direct Server API. Its primary features are:
convenient Python library for the API calls and responses
marshalls Python request objects to HTTP requests
unmarshalls HTTP responses to Python response objects or Python exceptions
handling of all the details concerning authentication
handling of required meta data
Its use is demonstrated by an example for each possible call. The examples execute a call using the provided API key.
See the Ingenico Direct Support Site for more information on how to use the SDK.
Structure of this repository
This repository consists out of three main components:
The source code of the SDK itself: /ingenico/direct/sdk/
The source code of the SDK unit tests: /tests/unit/
The source code of the example integration tests: /tests/integration/
Note that the source code of the unit tests and integration tests can only be found on GitHub.
Requirements
Python 2.7 is required. In addition, the following package is required:
requests 2.20.0 or higher
This package will be installed automatically if the SDK is installed manually or using pip following the below instructions.
Installation
To install the SDK using pip, execute the following command:
pip install direct-sdk-python2
Alternatively, you can install the SDK from a source distribution file:
Download the latest version of the Python SDK from GitHub. Choose the direct-sdk-python2-x.y.z.zip file from the releases page, where x.y.z is the version number.
Execute the following command in the folder where the SDK was downloaded to:
pip install direct-sdk-python2-x.y.z.zip
Uninstalling
After the Python SDK has been installed, it can be uninstalled using the following command:
pip uninstall direct-sdk-python2
The required package can be uninstalled in the same way.
Running tests
direct.api.apiKeyId for the API key id to use.
direct.api.secretApiKey for the secret API key to use.
direct.api.merchantId for your merchant ID.
In order to run the unit and integration tests, the mock backport and mockito packages are required. These can be installed using the following command:
pip install mock mockito
The following commands can then be executed from the tests directory to execute the tests:
Unit tests:
python run_unit_tests.py
Integration tests:
python run_integration_tests.py
Both unit and integration tests:
python run_all_tests.py
Note: in the current version of the unit tests, two errors will pop up ([Errno 10053] for Windows and [Errno 32] for Linux), indicating that there was a client disconnect. These errors occur during cleanup of the tests and do not hinder the tests in any way, and should therefore be ignored.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file direct-sdk-python2-1.10.0.zip
.
File metadata
- Download URL: direct-sdk-python2-1.10.0.zip
- Upload date:
- Size: 284.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/44.1.0 requests-toolbelt/0.8.0 tqdm/4.45.0 CPython/2.7.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05fead29dfbb20b75acdfe4b479da6a78d936efa4062015fd4eaaa15ea72a574 |
|
MD5 | e99147086679758bb9cb10d072bf7687 |
|
BLAKE2b-256 | 9505134934f94fd8c4d9e4a4d3ed065ca20bba34ec5727f5ad79760a7ffedf4b |