Skip to main content

Introduction

The Python SDK helps you to communicate with the Worldline Acquiring API. Its primary features are:

  • convenient Python library for the API calls and responses

    • marshals Python request objects to HTTP requests

    • unmarshals HTTP responses to Python response objects or Python exceptions

  • handling of all the details concerning authentication

  • handling of required metadata

See the Worldline Acquiring Documentation 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: /worldline/acquiring/sdk/

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

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

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

Requirements

Python 3.7 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 acquiring-sdk-python

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

  1. Download the latest version of the Python SDK from GitHub. Choose the acquiring_sdk_python-x.y.z.tar.gz 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 acquiring_sdk_python-x.y.z.tar.gz

Uninstalling

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

pip uninstall acquiring-sdk-python

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:

  • acquiring.api.oauth2.clientId for the OAUth2 client id to use.

  • acquiring.api.oauth2.clientSecret for the OAuth2 client secret to use.

  • acquiring.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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acquiring_sdk_python-2.0.0.tar.gz (66.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

acquiring_sdk_python-2.0.0-py3-none-any.whl (151.3 kB view details)

Uploaded Python 3

File details

Details for the file acquiring_sdk_python-2.0.0.tar.gz.

File metadata

  • Download URL: acquiring_sdk_python-2.0.0.tar.gz
  • Upload date:
  • Size: 66.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for acquiring_sdk_python-2.0.0.tar.gz
Algorithm Hash digest
SHA256 7dbdaccb7b59cfd3199c723b94adafc1c5b76e2de5aca64be07d4197bbc519f5
MD5 4a7eb0d85ef0c5251fd95acd1eaf35ef
BLAKE2b-256 ef852c5fb5ddda5a850d23fe2ed92f09305d341f414ee40a67da8752cbd5f0f8

See more details on using hashes here.

File details

Details for the file acquiring_sdk_python-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for acquiring_sdk_python-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9dc9169dda2ef4b22064cb0bfdfd9f3953e2b229bf3ee89e245267a95bd20dd8
MD5 46e2ea4cf578a31a0c6e0c85dd239ee3
BLAKE2b-256 f0740c1c5d8c11b18cf5357b88a62843f0f100142b7a561154e84a563dba2e1e

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