Skip to main content

SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API

Project description

Introduction

The Python SDK helps you to communicate with the Ingenico Connect 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 keys.

See the Ingenico Connect Developer Hub for more information on how to use the SDK.

Structure of this repository

This repository consists out of four main components:

  1. The source code of the SDK itself: /ingenico/connect/sdk/

  2. The source code of the SDK unit tests: /tests/unit/

  3. The source code of the SDK integration tests: /tests/integration/

  4. Usage examples: /examples/

Note that the source code of the unit tests and integration tests and the examples can only be found on GitHub.

Requirements

Python 3.5 or higher is required. In addition, the following packages are required:

These packages 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 connect-sdk-python3

Alternatively, you can install the SDK from a source distribution file:

  1. Download the latest version of the Python SDK from GitHub. Choose the connect-sdk-python3-x.y.z.zip file from the releases page, where x.y.z is the version number.

  2. Execute the following command in the folder where the SDK was downloaded to:

    pip install connect-sdk-python3-x.y.z.zip

Uninstalling

After the Python SDK has been installed, it can be uninstalled using the following command:

pip uninstall connect-sdk-python3

The required packages can be uninstalled in the same way.

Running tests

There are two types of tests: unit tests and integration tests. The unit tests will work out-of-the-box; for the integration tests some configuration is required. First, some environment variables need to be set:

  • connect.api.apiKeyId for the API key id to use. This can be retrieved from the Configuration Center.

  • connect.api.secretApiKey for the secret API key to use. This can be retrieved from the Configuration Center.

  • connect.api.merchantId for your merchant ID.

In addition, to run the proxy integration tests, the proxy URI, username and password should be set in the tests/resources/configuration.proxy.ini file.

In order to run the unit and integration tests, the mock backport and mockito are required. These can be installed using the following command:

pip install mock mockito

The following commands can now 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

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

connect-sdk-python3-3.41.0.zip (520.7 kB view details)

Uploaded Source

File details

Details for the file connect-sdk-python3-3.41.0.zip.

File metadata

  • Download URL: connect-sdk-python3-3.41.0.zip
  • Upload date:
  • Size: 520.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.8.0 tqdm/4.64.0 CPython/3.5.10

File hashes

Hashes for connect-sdk-python3-3.41.0.zip
Algorithm Hash digest
SHA256 c60c4749b91b426f3fa226cad2891b3093af49cb2333e8ed355cc8b243061759
MD5 f492dc94d330beb5cdbec224dee5019a
BLAKE2b-256 034ea91129404aebb073a2fc695c13936b83e08e76fec22e5fb034c9753d92fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page