Server SDKs
1. Introduction
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.
Using 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.
Our platform offers the following Sever SDKs:
Java Java 1.6 and up are supported on all official Java JRE platforms, such as Windows, Solaris, Linux and MacOS |
Download from GitHub | |
|
||
PHP PHP 5.4 and up on Linux are supported |
Download from GitHub | |
|
||
|
NodeJS Version 8 and above are supported on Windows and Linux |
Download from GitHub |
.NET .NET Framework 4.5 is supported on Windows |
Download from GitHub | |
|
||
Python 3 Python 3.5 and up are supported on all official Python platforms, such as Windows, Solaris, Linux and MacOS |
Download from GitHub | |
|
||
|
Python 2 Python 2.7 is supported on all official Python platforms, such as Windows, Solaris, Linux and MacOS |
Download from GitHub |
|
||
|
||
|
Ruby Version 2.3 and above are supported on Windows and Linux |
Download from GitHub |