Server SDKs
We offer all its real-time front-end services via the Server API, a clean and modern RESTful web service collection. To help you integrate this API in your e-commerce server environment, we have created Server SDKs or Software Development Kits. These SDKs bridge the gap between the platform independent REST interface (based on modern open web standards) and platform specific details for the major server-side technologies.
Overview
Version 2.3 and above are supported on Windows and Linux
Read the documentationPython 2.7 is supported on all official Python platforms, such as Windows, Solaris, Linux and MacOS
Read the documentationJava 1.6 and up are supported on all official Java JRE platforms, such as Windows, Solaris, Linux and MacOS
Read the documentationPython 3.3.5 and up are supported on all official Python platforms, such as Windows, Solaris, Linux and MacOS
Read the documentationSupports .NET Frameworks 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 on Windows
Read the documentationUsing the SDKs, you will be presented as a developer with objects that map and wrap the services of our REST API in a way that makes developing against them easy.
The SDKs provide a client class that is your main gateway as a developer to the our server. Using the client and your keys, you can create sessions and connections to communicate, among others, server-to-server payment data and encrypted payment “blobs” from Client API implementations that are part of your e-commerce landscape.
Our SDKs are open source and fully support overriding and extending functionality to create your own preferred logic. Our default implementations that we provide out-of-the-box should put you on the right path towards an easy implementation.