Skip to main content

SDK to communicate with the Online Payments platform using the Online Payments Server API

Project description

Introduction

The Python SDK helps you to communicate with the payment platform server 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

Its use is demonstrated by an example for each possible call. The examples execute a call using the provided API key.

Structure of this repository

This repository consists out of three main components:

  1. The source code of the SDK itself: /onlinepayments/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 onlinepayments-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 onlinepayments-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:

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

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

Uninstalling

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

pip uninstall onlinepayments-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: - onlinePayments.api.v1hmac.apiKeyId for the API key id to use. - onlinePayments.api.v1hmac.secretApiKey for the secret API key to use. - onlinePayments.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


Download files

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

Source Distribution

onlinepayments_sdk_python3-8.2.0.tar.gz (230.2 kB view details)

Uploaded Source

Built Distribution

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

onlinepayments_sdk_python3-8.2.0-py3-none-any.whl (508.9 kB view details)

Uploaded Python 3

File details

Details for the file onlinepayments_sdk_python3-8.2.0.tar.gz.

File metadata

File hashes

Hashes for onlinepayments_sdk_python3-8.2.0.tar.gz
Algorithm Hash digest
SHA256 12b4db4b494fc084cb60da9ee03aad2ffc050a27dc3d4b8c7788b413c6d3ad99
MD5 e3f591910e34b874702bd5542e73887d
BLAKE2b-256 7723c6c835e03d0ff6c644d915f654419eb51c0e9dc0f5c08c02a07235653ee6

See more details on using hashes here.

File details

Details for the file onlinepayments_sdk_python3-8.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for onlinepayments_sdk_python3-8.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bea1a744152d479489f4dce77e4092752d94927ed040902ea4f827a4f1b2226f
MD5 c4fd3fcba5509eebbdaca5e1f995b5c5
BLAKE2b-256 bbce7e877dad0ac263d7109150c2484dbb5b88bc1e0a85c683d863d611d478a1

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